Interface | Description |
---|---|
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.
|
Class | Description |
---|---|
AgentFactory |
This is the agent class factory.
|
AgentManagerFactory |
Agent manager factory class.
|
CacheKeyFactory |
This class just represents a central place where cache keys are assembled.
|
DocumentIngestStatus |
This object contains the complete status for a document, specifically:
- version string
- output version string
- authority name
- parameter version string
|
DocumentIngestStatusSet |
This object contains statuses for the primary document and all component documents.
|
IncrementalIngesterFactory |
Factory for getting incremental ingest manager handles.
|
IngestStatuses |
This object is part of the IIncrementalIngester API.
|
IngestStatuses.OutputKey | |
OutputConnectionManagerFactory |
Repository connection manager factory.
|
OutputConnectorFactory |
This is the factory class for IOutputConnector objects.
|
OutputConnectorManagerFactory |
Factory for output connector manager.
|
OutputConnectorPoolFactory |
Output connector pool manager factory.
|
RepositoryDocument |
This class contains the complete information for a document, as read
from a repository.
|
RepositoryDocument.Security |
This class describes allow and deny tokens for a specific security class.
|
TransformationConnectionManagerFactory |
Transformation connection manager factory.
|
TransformationConnectorFactory |
This is the factory class for ITransformationConnector objects.
|
TransformationConnectorManagerFactory |
Factory for transformation connector manager.
|
TransformationConnectorPoolFactory |
Transformation connector pool manager factory.
|
Exception | Description |
---|---|
ServiceInterruption |
This is an exception that means that service was interrupted.
|