Uses of Class
org.apache.manifoldcf.core.interfaces.VersionContext
-
-
Uses of VersionContext in org.apache.manifoldcf.agents.incrementalingest
Fields in org.apache.manifoldcf.agents.incrementalingest declared as VersionContext Modifier and Type Field Description protected VersionContextIncrementalIngester.PipelineAddEntryPoint. pipelineDescriptionStringprotected VersionContextIncrementalIngester.PipelineCheckEntryPoint. pipelineDescriptionStringMethods in org.apache.manifoldcf.agents.incrementalingest that return VersionContext Modifier and Type Method Description VersionContextIncrementalIngester. getOutputDescription(IOutputConnection outputConnection, Specification spec)Get an output version string for a document.VersionContextIncrementalIngester. getTransformationDescription(ITransformationConnection transformationConnection, Specification spec)Get transformation version string for a document.Constructors in org.apache.manifoldcf.agents.incrementalingest with parameters of type VersionContext Constructor Description OutputAddEntryPoint(IOutputConnector outputConnector, VersionContext outputDescriptionString, IOutputActivity activity, boolean isActive, java.lang.String outputConnectionName, java.lang.String transformationVersion, long ingestTime, java.lang.String documentVersion, java.lang.String docKey, java.lang.String componentHash, java.lang.String authorityNameString)PipelineAddEntryPoint(IPipelineConnector pipelineConnector, VersionContext pipelineDescriptionString, java.lang.String authorityNameString, IOutputAddActivity addActivity, boolean isActive)PipelineCheckEntryPoint(IPipelineConnector pipelineConnector, VersionContext pipelineDescriptionString, IOutputCheckActivity checkActivity) -
Uses of VersionContext in org.apache.manifoldcf.agents.interfaces
Methods in org.apache.manifoldcf.agents.interfaces that return VersionContext Modifier and Type Method Description VersionContextIIncrementalIngester. getOutputDescription(IOutputConnection outputConnection, Specification spec)Get an output version string for a document.VersionContextIPipelineConnector. getPipelineDescription(Specification spec)Get a pipeline version object, given a pipeline specification object.VersionContextIPipelineSpecification. getStageDescriptionString(int stage)Get the description string for a pipeline stage.VersionContextIIncrementalIngester. getTransformationDescription(ITransformationConnection transformationConnection, Specification spec)Get transformation version string for a document.Methods in org.apache.manifoldcf.agents.interfaces with parameters of type VersionContext Modifier and Type Method Description intIPipelineConnector. addOrReplaceDocumentWithException(java.lang.String documentURI, VersionContext pipelineDescription, RepositoryDocument document, java.lang.String authorityNameString, IOutputAddActivity activities)Add (or replace) a document in the output data store using the connector.booleanIPipelineConnector. checkDateIndexable(VersionContext pipelineDescription, java.util.Date date, IOutputCheckActivity checkActivity)Detect if a document date is acceptable or not.booleanIPipelineConnector. checkDocumentIndexable(VersionContext pipelineDescription, java.io.File localFile, IOutputCheckActivity checkActivity)Pre-determine whether a document (passed here as a File object) is acceptable or not.booleanIPipelineConnector. checkLengthIndexable(VersionContext pipelineDescription, long length, IOutputCheckActivity checkActivity)Pre-determine whether a document's length is acceptable.booleanIPipelineConnector. checkMimeTypeIndexable(VersionContext pipelineDescription, java.lang.String mimeType, IOutputCheckActivity checkActivity)Detect if a mime type is acceptable or not.booleanIPipelineConnector. checkURLIndexable(VersionContext pipelineDescription, java.lang.String url, IOutputCheckActivity checkActivity)Pre-determine whether a document's URL is acceptable. -
Uses of VersionContext in org.apache.manifoldcf.agents.output
Methods in org.apache.manifoldcf.agents.output that return VersionContext Modifier and Type Method Description VersionContextBaseOutputConnector. getPipelineDescription(Specification spec)Get a pipeline version string, given a pipeline specification object.Methods in org.apache.manifoldcf.agents.output with parameters of type VersionContext Modifier and Type Method Description intBaseOutputConnector. addOrReplaceDocumentWithException(java.lang.String documentURI, VersionContext pipelineDescription, RepositoryDocument document, java.lang.String authorityNameString, IOutputAddActivity activities)Add (or replace) a document in the output data store using the connector.booleanBaseOutputConnector. checkDateIndexable(VersionContext pipelineDescription, java.util.Date date, IOutputCheckActivity checkActivity)Detect if a document date is acceptable or not.booleanBaseOutputConnector. checkDocumentIndexable(VersionContext pipelineDescription, java.io.File localFile, IOutputCheckActivity checkActivity)Pre-determine whether a document (passed here as a File object) is acceptable or not.booleanBaseOutputConnector. checkLengthIndexable(VersionContext pipelineDescription, long length, IOutputCheckActivity checkActivity)Pre-determine whether a document's length is acceptable.booleanBaseOutputConnector. checkMimeTypeIndexable(VersionContext pipelineDescription, java.lang.String mimeType, IOutputCheckActivity checkActivity)Detect if a mime type is acceptable or not.booleanBaseOutputConnector. checkURLIndexable(VersionContext pipelineDescription, java.lang.String url, IOutputCheckActivity checkActivity)Pre-determine whether a document's URL is acceptable. -
Uses of VersionContext in org.apache.manifoldcf.agents.transformation
Methods in org.apache.manifoldcf.agents.transformation that return VersionContext Modifier and Type Method Description VersionContextBaseTransformationConnector. getPipelineDescription(Specification spec)Get a pipeline version string, given a pipeline specification object.Methods in org.apache.manifoldcf.agents.transformation with parameters of type VersionContext Modifier and Type Method Description intBaseTransformationConnector. addOrReplaceDocumentWithException(java.lang.String documentURI, VersionContext pipelineDescription, RepositoryDocument document, java.lang.String authorityNameString, IOutputAddActivity activities)Add (or replace) a document in the output data store using the connector.booleanBaseTransformationConnector. checkDateIndexable(VersionContext pipelineDescription, java.util.Date date, IOutputCheckActivity checkActivity)Detect if a document date is acceptable or not.booleanBaseTransformationConnector. checkDocumentIndexable(VersionContext pipelineDescription, java.io.File localFile, IOutputCheckActivity checkActivity)Pre-determine whether a document (passed here as a File object) is acceptable or not.booleanBaseTransformationConnector. checkLengthIndexable(VersionContext pipelineDescription, long length, IOutputCheckActivity checkActivity)Pre-determine whether a document's length is acceptable.booleanBaseTransformationConnector. checkMimeTypeIndexable(VersionContext pipelineDescription, java.lang.String mimeType, IOutputCheckActivity checkActivity)Detect if a mime type is acceptable or not.booleanBaseTransformationConnector. checkURLIndexable(VersionContext pipelineDescription, java.lang.String url, IOutputCheckActivity checkActivity)Pre-determine whether a document's URL is acceptable. -
Uses of VersionContext in org.apache.manifoldcf.crawler.interfaces
Fields in org.apache.manifoldcf.crawler.interfaces with type parameters of type VersionContext Modifier and Type Field Description protected java.util.Map<java.lang.String,VersionContext>DocumentVersions. documentVersionsMethods in org.apache.manifoldcf.crawler.interfaces that return VersionContext Modifier and Type Method Description VersionContextDocumentVersions. getDocumentVersion(java.lang.String documentIdentifier)Get the document version, if any.Methods in org.apache.manifoldcf.crawler.interfaces with parameters of type VersionContext Modifier and Type Method Description voidDocumentVersions. setDocumentVersion(java.lang.String documentIdentifier, VersionContext documentVersion)Set a non-special document version. -
Uses of VersionContext in org.apache.manifoldcf.crawler.system
Fields in org.apache.manifoldcf.crawler.system declared as VersionContext Modifier and Type Field Description protected VersionContext[]PipelineSpecification. pipelineDescriptionStringsMethods in org.apache.manifoldcf.crawler.system that return VersionContext Modifier and Type Method Description VersionContextPipelineSpecification. getStageDescriptionString(int stage)Get the description string for a pipeline stage.VersionContextPipelineSpecificationWithVersions. getStageDescriptionString(int stage)Get the description string for a pipeline stage.
-