Modifier and Type | Field and Description |
---|---|
protected IPipelineConnector |
IncrementalIngester.PipelineCheckEntryPoint.pipelineConnector |
protected IPipelineConnector |
IncrementalIngester.PipelineAddEntryPoint.pipelineConnector |
Constructor and Description |
---|
PipelineAddEntryPoint(IPipelineConnector pipelineConnector,
VersionContext pipelineDescriptionString,
java.lang.String authorityNameString,
IOutputAddActivity addActivity,
boolean isActive) |
PipelineCheckEntryPoint(IPipelineConnector pipelineConnector,
VersionContext pipelineDescriptionString,
IOutputCheckActivity checkActivity) |
Modifier and Type | Interface and Description |
---|---|
interface |
IOutputConnector
This interface describes an instance of a connection between an engine that needs to output documents,
and an output connector.
|
interface |
ITransformationConnector
This interface describes an instance of a connection to a translation engine.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseOutputConnector
This base class describes an instance of a connection between an output pipeline and the Connector Framework.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseTransformationConnector
This base class describes an instance of a connection between the Connector Framework and
a document transformation engine.
|