Uses of Interface
org.apache.manifoldcf.core.InitializationCommand
-
Packages that use InitializationCommand Package Description org.apache.manifoldcf.agents org.apache.manifoldcf.authorities org.apache.manifoldcf.core org.apache.manifoldcf.crawler -
-
Uses of InitializationCommand in org.apache.manifoldcf.agents
Classes in org.apache.manifoldcf.agents that implement InitializationCommand Modifier and Type Class Description classAgentRunMain agents process classclassAgentStopStops the running agents processclassBaseAgentsInitializationCommandParent class for most Initialization commands that are related to AgentsclassInstallclassRegisterUse to register an agent by providing its classclassRegisterOutputRegister an output connector classclassRegisterTransformationRegister a transformation connector classclassSynchronizeAllUn-register all registered agent classes that can't be foundclassSynchronizeOutputsUn-register all registered output connector classes that can't be foundclassSynchronizeTransformationsUn-register all registered transformation connector classes that can't be foundclassTransactionalAgentsInitializationCommandclassUninstallUse to uninstall the agent.classUnRegisterUse to unregister an agent by providing its classclassUnRegisterAllUn-register all current agent classesclassUnRegisterAllOutputsUn-register all current output connector classesclassUnRegisterAllTransformationsUn-register all current transformation connector classesclassUnRegisterOutputUn-register an output connector classclassUnRegisterTransformationUn-register a transformation connector class -
Uses of InitializationCommand in org.apache.manifoldcf.authorities
Classes in org.apache.manifoldcf.authorities that implement InitializationCommand Modifier and Type Class Description classBaseAuthoritiesInitializationCommandclassBaseDomainsInitializationCommandclassBaseMappersInitializationCommandclassRegisterAuthorityclassRegisterDomainclassRegisterMapperclassSynchronizeAuthoritiesclassSynchronizeMappersclassUnRegisterAllAuthoritiesclassUnRegisterAllMappersclassUnRegisterAuthorityclassUnRegisterDomainclassUnRegisterMapper -
Uses of InitializationCommand in org.apache.manifoldcf.core
Classes in org.apache.manifoldcf.core that implement InitializationCommand Modifier and Type Class Description classDBCreateCreate the database using the name as specified through theManifoldCF.classDBDropDrop the database using the name as specified through theManifoldCF.classDBInitializationCommandParent class for all database initialization related commands.classLockCleanManifoldCF makes use of a synchronization directory to store data about the current state of the synchronization between the repository connection and the output connection. -
Uses of InitializationCommand in org.apache.manifoldcf.crawler
Classes in org.apache.manifoldcf.crawler that implement InitializationCommand Modifier and Type Class Description classBaseCrawlerInitializationCommandclassExportConfigurationThis class provides a script hook to export the crawler configuration to a file.classImportConfigurationThis class provides a script hook to allow import of crawler configuration information from a file.classRegisterRegister a repository connector classclassSynchronizeConnectorsUn-register all registered repository connector classes that can't be foundclassTransactionalCrawlerInitializationCommandclassUnRegisterUn-register a repository connector classclassUnRegisterAllUn-register all repository connector classes
-