Package | Description |
---|---|
org.apache.manifoldcf.agents | |
org.apache.manifoldcf.authorities | |
org.apache.manifoldcf.core | |
org.apache.manifoldcf.crawler |
Modifier and Type | Class and Description |
---|---|
class |
AgentRun
Main agents process class
|
class |
AgentStop
Stops the running agents process
|
class |
BaseAgentsInitializationCommand
Parent class for most Initialization commands that are related to Agents
|
class |
Install |
class |
Register
Use to register an agent by providing its class
|
class |
RegisterOutput
Register an output connector class
|
class |
RegisterTransformation
Register a transformation connector class
|
class |
SynchronizeAll
Un-register all registered agent classes that can't be found
|
class |
SynchronizeOutputs
Un-register all registered output connector classes that can't be found
|
class |
SynchronizeTransformations
Un-register all registered transformation connector classes that can't be found
|
class |
TransactionalAgentsInitializationCommand |
class |
Uninstall
Use to uninstall the agent.
|
class |
UnRegister
Use to unregister an agent by providing its class
|
class |
UnRegisterAll
Un-register all current agent classes
|
class |
UnRegisterAllOutputs
Un-register all current output connector classes
|
class |
UnRegisterAllTransformations
Un-register all current transformation connector classes
|
class |
UnRegisterOutput
Un-register an output connector class
|
class |
UnRegisterTransformation
Un-register a transformation connector class
|
Modifier and Type | Class and Description |
---|---|
class |
BaseAuthoritiesInitializationCommand |
class |
BaseDomainsInitializationCommand |
class |
BaseMappersInitializationCommand |
class |
RegisterAuthority |
class |
RegisterDomain |
class |
RegisterMapper |
class |
SynchronizeAuthorities |
class |
SynchronizeMappers |
class |
UnRegisterAllAuthorities |
class |
UnRegisterAllMappers |
class |
UnRegisterAuthority |
class |
UnRegisterDomain |
class |
UnRegisterMapper |
Modifier and Type | Class and Description |
---|---|
class |
DBCreate
Create the database using the name as specified through the
ManifoldCF . |
class |
DBDrop
Drop the database using the name as specified through the
ManifoldCF . |
class |
DBInitializationCommand
Parent class for all database initialization related commands.
|
class |
LockClean
ManifoldCF makes use of a synchronization directory to store data about the current state of the synchronization between
the repository connection and the output connection.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseCrawlerInitializationCommand |
class |
ExportConfiguration
This class provides a script hook to export the crawler configuration to a file.
|
class |
ImportConfiguration
This class provides a script hook to allow import of crawler configuration information from a file.
|
class |
SynchronizeConnectors
Un-register all registered repository connector classes that can't be found
|
class |
TransactionalCrawlerInitializationCommand |