Class IncrementalIngester.PipelineCheckEntryPoint
- java.lang.Object
-
- org.apache.manifoldcf.agents.incrementalingest.IncrementalIngester.PipelineCheckEntryPoint
-
- Enclosing class:
- IncrementalIngester
public static class IncrementalIngester.PipelineCheckEntryPoint extends java.lang.Object
This class describes the entry stage of a check pipeline.
-
-
Field Summary
Fields Modifier and Type Field Description protected IOutputCheckActivity
checkActivity
protected IPipelineConnector
pipelineConnector
protected VersionContext
pipelineDescriptionString
-
Constructor Summary
Constructors Constructor Description PipelineCheckEntryPoint(IPipelineConnector pipelineConnector, VersionContext pipelineDescriptionString, IOutputCheckActivity checkActivity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
checkDateIndexable(java.util.Date date)
boolean
checkDocumentIndexable(java.io.File localFile)
boolean
checkLengthIndexable(long length)
boolean
checkMimeTypeIndexable(java.lang.String mimeType)
boolean
checkURLIndexable(java.lang.String uri)
-
-
-
Field Detail
-
pipelineConnector
protected final IPipelineConnector pipelineConnector
-
pipelineDescriptionString
protected final VersionContext pipelineDescriptionString
-
checkActivity
protected final IOutputCheckActivity checkActivity
-
-
Constructor Detail
-
PipelineCheckEntryPoint
public PipelineCheckEntryPoint(IPipelineConnector pipelineConnector, VersionContext pipelineDescriptionString, IOutputCheckActivity checkActivity)
-
-
Method Detail
-
checkDateIndexable
public boolean checkDateIndexable(java.util.Date date) throws ManifoldCFException, ServiceInterruption
-
checkMimeTypeIndexable
public boolean checkMimeTypeIndexable(java.lang.String mimeType) throws ManifoldCFException, ServiceInterruption
-
checkDocumentIndexable
public boolean checkDocumentIndexable(java.io.File localFile) throws ManifoldCFException, ServiceInterruption
-
checkLengthIndexable
public boolean checkLengthIndexable(long length) throws ManifoldCFException, ServiceInterruption
-
checkURLIndexable
public boolean checkURLIndexable(java.lang.String uri) throws ManifoldCFException, ServiceInterruption
-
-