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.
|
IOutputCheckActivity |
This interface abstracts from the activities that a transformation connector can do
when checking a document.
|
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.
|
IOutputConnectorPool |
An object implementing this interface functions as a pool 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.
|
IOutputQualifyActivity |
This interface abstracts from the activities that an output connector can do
when qualifying authority names.
|
IOutputRemoveActivity |
This interface abstracts from the activities that an output connector can do
when removing documents.
|
IPipelineConnections |
This interface caches IOutputConnection and ITransformationConnection objects
required by an IPipelineSpecification.
|
IPipelineConnector |
This interface describes an instance of a connector which can live in a chained processing pipeline.
|
IPipelineSpecification |
This interface describes a multi-output pipeline, where each stage has an already-computed
description string.
|
IPipelineSpecificationBasic |
This interface describes a multi-output pipeline.
|
IPipelineSpecificationWithVersions |
This interface describes a multi-output pipeline, with existing document version information from
each output..
|
ITransformationCheckActivity |
This interface abstracts from the activities that a transformation connector can do
when checking a document.
|
ITransformationConnection |
An instance of this interface represents a paper object that describes a transformation connection.
|
ITransformationConnectionManager |
Manager classes of this kind use the database to contain a human description of a transformation connection.
|
ITransformationConnector |
This interface describes an instance of a connection to a translation engine.
|
ITransformationConnectorManager |
This interface describes a manager for the registry of transformation connectors.
|
ITransformationConnectorPool |
An object implementing this interface functions as a pool of transformation connectors.
|