Modifier and Type | Field and Description |
---|---|
protected VersionContext |
IncrementalIngester.PipelineCheckEntryPoint.pipelineDescriptionString |
protected VersionContext |
IncrementalIngester.PipelineAddEntryPoint.pipelineDescriptionString |
Modifier and Type | Method and Description |
---|---|
VersionContext |
IncrementalIngester.getOutputDescription(IOutputConnection outputConnection,
Specification spec)
Get an output version string for a document.
|
VersionContext |
IncrementalIngester.getTransformationDescription(ITransformationConnection transformationConnection,
Specification spec)
Get transformation version string for a document.
|
Constructor and Description |
---|
IncrementalIngester.OutputAddEntryPoint(IOutputConnector outputConnector,
VersionContext outputDescriptionString,
IOutputActivity activity,
boolean isActive,
String outputConnectionName,
String transformationVersion,
long ingestTime,
String documentVersion,
String parameterVersion,
String docKey,
String componentHash,
String authorityNameString) |
IncrementalIngester.PipelineAddEntryPoint(IPipelineConnector pipelineConnector,
VersionContext pipelineDescriptionString,
String authorityNameString,
IOutputAddActivity addActivity,
boolean isActive) |
IncrementalIngester.PipelineCheckEntryPoint(IPipelineConnector pipelineConnector,
VersionContext pipelineDescriptionString,
IOutputCheckActivity checkActivity) |
Modifier and Type | Method and Description |
---|---|
VersionContext |
IIncrementalIngester.getOutputDescription(IOutputConnection outputConnection,
Specification spec)
Get an output version string for a document.
|
VersionContext |
IPipelineConnector.getPipelineDescription(Specification spec)
Get a pipeline version object, given a pipeline specification object.
|
VersionContext |
IPipelineSpecification.getStageDescriptionString(int stage)
Get the description string for a pipeline stage.
|
VersionContext |
IIncrementalIngester.getTransformationDescription(ITransformationConnection transformationConnection,
Specification spec)
Get transformation version string for a document.
|
Modifier and Type | Method and Description |
---|---|
int |
IPipelineConnector.addOrReplaceDocumentWithException(String documentURI,
VersionContext pipelineDescription,
RepositoryDocument document,
String authorityNameString,
IOutputAddActivity activities)
Add (or replace) a document in the output data store using the connector.
|
boolean |
IPipelineConnector.checkDateIndexable(VersionContext pipelineDescription,
Date date,
IOutputCheckActivity checkActivity)
Detect if a document date is acceptable or not.
|
boolean |
IPipelineConnector.checkDocumentIndexable(VersionContext pipelineDescription,
File localFile,
IOutputCheckActivity checkActivity)
Pre-determine whether a document (passed here as a File object) is acceptable or not.
|
boolean |
IPipelineConnector.checkLengthIndexable(VersionContext pipelineDescription,
long length,
IOutputCheckActivity checkActivity)
Pre-determine whether a document's length is acceptable.
|
boolean |
IPipelineConnector.checkMimeTypeIndexable(VersionContext pipelineDescription,
String mimeType,
IOutputCheckActivity checkActivity)
Detect if a mime type is acceptable or not.
|
boolean |
IPipelineConnector.checkURLIndexable(VersionContext pipelineDescription,
String url,
IOutputCheckActivity checkActivity)
Pre-determine whether a document's URL is acceptable.
|
Modifier and Type | Method and Description |
---|---|
VersionContext |
BaseOutputConnector.getPipelineDescription(Specification spec)
Get a pipeline version string, given a pipeline specification object.
|
Modifier and Type | Method and Description |
---|---|
int |
BaseOutputConnector.addOrReplaceDocumentWithException(String documentURI,
VersionContext pipelineDescription,
RepositoryDocument document,
String authorityNameString,
IOutputAddActivity activities)
Add (or replace) a document in the output data store using the connector.
|
boolean |
BaseOutputConnector.checkDateIndexable(VersionContext pipelineDescription,
Date date,
IOutputCheckActivity checkActivity)
Detect if a document date is acceptable or not.
|
boolean |
BaseOutputConnector.checkDocumentIndexable(VersionContext pipelineDescription,
File localFile,
IOutputCheckActivity checkActivity)
Pre-determine whether a document (passed here as a File object) is acceptable or not.
|
boolean |
BaseOutputConnector.checkLengthIndexable(VersionContext pipelineDescription,
long length,
IOutputCheckActivity checkActivity)
Pre-determine whether a document's length is acceptable.
|
boolean |
BaseOutputConnector.checkMimeTypeIndexable(VersionContext pipelineDescription,
String mimeType,
IOutputCheckActivity checkActivity)
Detect if a mime type is acceptable or not.
|
boolean |
BaseOutputConnector.checkURLIndexable(VersionContext pipelineDescription,
String url,
IOutputCheckActivity checkActivity)
Pre-determine whether a document's URL is acceptable.
|
Modifier and Type | Method and Description |
---|---|
VersionContext |
BaseTransformationConnector.getPipelineDescription(Specification spec)
Get a pipeline version string, given a pipeline specification object.
|
Modifier and Type | Method and Description |
---|---|
int |
BaseTransformationConnector.addOrReplaceDocumentWithException(String documentURI,
VersionContext pipelineDescription,
RepositoryDocument document,
String authorityNameString,
IOutputAddActivity activities)
Add (or replace) a document in the output data store using the connector.
|
boolean |
BaseTransformationConnector.checkDateIndexable(VersionContext pipelineDescription,
Date date,
IOutputCheckActivity checkActivity)
Detect if a document date is acceptable or not.
|
boolean |
BaseTransformationConnector.checkDocumentIndexable(VersionContext pipelineDescription,
File localFile,
IOutputCheckActivity checkActivity)
Pre-determine whether a document (passed here as a File object) is acceptable or not.
|
boolean |
BaseTransformationConnector.checkLengthIndexable(VersionContext pipelineDescription,
long length,
IOutputCheckActivity checkActivity)
Pre-determine whether a document's length is acceptable.
|
boolean |
BaseTransformationConnector.checkMimeTypeIndexable(VersionContext pipelineDescription,
String mimeType,
IOutputCheckActivity checkActivity)
Detect if a mime type is acceptable or not.
|
boolean |
BaseTransformationConnector.checkURLIndexable(VersionContext pipelineDescription,
String url,
IOutputCheckActivity checkActivity)
Pre-determine whether a document's URL is acceptable.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,VersionContext> |
DocumentVersions.documentVersions |
Modifier and Type | Method and Description |
---|---|
VersionContext |
DocumentVersions.getDocumentVersion(String documentIdentifier)
Get the document version, if any.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentVersions.setDocumentVersion(String documentIdentifier,
VersionContext documentVersion)
Set a non-special document version.
|
Modifier and Type | Field and Description |
---|---|
protected VersionContext[] |
PipelineSpecification.pipelineDescriptionStrings |
Modifier and Type | Method and Description |
---|---|
VersionContext |
PipelineSpecification.getStageDescriptionString(int stage)
Get the description string for a pipeline stage.
|
VersionContext |
PipelineSpecificationWithVersions.getStageDescriptionString(int stage)
Get the description string for a pipeline stage.
|