|
Interface Summary |
| IAgent |
This interface describes the external functionality of an agent class. |
| IAgentManager |
This interface describes the management of the agent registry. |
| IIncrementalIngester |
This interface describes the incremental ingestion API. |
| IIngestLogger |
This interface describes logging support that will be called by the ingestion engine to record its
activities interacting with the ingestion API. |
| IOutputActivity |
This interface abstracts from the activities that an output connector can do
when adding or replacing documents, or deleting documents. |
| IOutputAddActivity |
This interface abstracts from the activities that an output connector can do
when adding or replacing documents. |
| IOutputConnection |
An instance of this interface represents a paper object that describes an output connection. |
| IOutputConnectionManager |
Manager classes of this kind use the database to contain a human description of an output connection. |
| IOutputConnector |
This interface describes an instance of a connection between an engine that needs to output documents,
and an output connector. |
| IOutputConnectorManager |
This interface describes a manager for the registry of output connectors. |
| IOutputHistoryActivity |
This interface abstracts from the activities that an output connector can do. |
| IOutputNotifyActivity |
This interface abstracts from the activities that an output connector can do
when processing notification of a completed job. |
| IOutputRemoveActivity |
This interface abstracts from the activities that an output connector can do
when removing documents. |