Class IncrementalIngester.PipelineCheckEntryPoint
- java.lang.Object
-
- org.apache.manifoldcf.agents.incrementalingest.IncrementalIngester.PipelineCheckEntryPoint
-
- Enclosing class:
- IncrementalIngester
public static class IncrementalIngester.PipelineCheckEntryPoint extends java.lang.ObjectThis class describes the entry stage of a check pipeline.
-
-
Field Summary
Fields Modifier and Type Field Description protected IOutputCheckActivitycheckActivityprotected IPipelineConnectorpipelineConnectorprotected VersionContextpipelineDescriptionString
-
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 booleancheckDateIndexable(java.util.Date date)booleancheckDocumentIndexable(java.io.File localFile)booleancheckLengthIndexable(long length)booleancheckMimeTypeIndexable(java.lang.String mimeType)booleancheckURLIndexable(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
-
-