Uses of Interface
org.apache.manifoldcf.agents.interfaces.IPipelineSpecificationWithVersions
-
Packages that use IPipelineSpecificationWithVersions Package Description org.apache.manifoldcf.agents.incrementalingest org.apache.manifoldcf.agents.interfaces org.apache.manifoldcf.crawler.system -
-
Uses of IPipelineSpecificationWithVersions in org.apache.manifoldcf.agents.incrementalingest
Fields in org.apache.manifoldcf.agents.incrementalingest declared as IPipelineSpecificationWithVersions Modifier and Type Field Description protected IPipelineSpecificationWithVersions
IncrementalIngester.PipelineObjectWithVersions. pipelineSpecificationWithVersions
Methods in org.apache.manifoldcf.agents.incrementalingest with parameters of type IPipelineSpecificationWithVersions Modifier and Type Method Description boolean
IncrementalIngester. checkFetchDocument(IPipelineSpecificationWithVersions pipelineSpecificationWithVersions, java.lang.String newDocumentVersion, java.lang.String newAuthorityNameString)
Determine whether we need to fetch or refetch a document.boolean
IncrementalIngester. documentIngest(IPipelineSpecificationWithVersions pipelineSpecificationWithVersions, java.lang.String identifierClass, java.lang.String identifierHash, java.lang.String componentHash, java.lang.String documentVersion, java.lang.String authorityName, RepositoryDocument data, long ingestTime, java.lang.String documentURI, IOutputActivity activities)
Ingest a document.void
IncrementalIngester. documentNoData(IPipelineSpecificationWithVersions pipelineSpecificationWithVersions, java.lang.String identifierClass, java.lang.String identifierHash, java.lang.String componentHash, java.lang.String documentVersion, java.lang.String authorityName, long recordTime, IOutputActivity activities)
Remove a document from specified indexes, just as if an empty document was indexed, and record the necessary version information.protected IncrementalIngester.PipelineObjectWithVersions
IncrementalIngester. pipelineGrabWithVersions(IPipelineSpecificationWithVersions pipelineConnections)
Grab the entire pipeline.Constructors in org.apache.manifoldcf.agents.incrementalingest with parameters of type IPipelineSpecificationWithVersions Constructor Description PipelineObjectWithVersions(IPipelineSpecificationWithVersions pipelineSpecificationWithVersions, ITransformationConnector[] transformationConnectors, IOutputConnector[] outputConnectors)
-
Uses of IPipelineSpecificationWithVersions in org.apache.manifoldcf.agents.interfaces
Methods in org.apache.manifoldcf.agents.interfaces with parameters of type IPipelineSpecificationWithVersions Modifier and Type Method Description boolean
IIncrementalIngester. checkFetchDocument(IPipelineSpecificationWithVersions pipelineSpecificationWithVersions, java.lang.String newDocumentVersion, java.lang.String newAuthorityNameString)
Determine whether we need to fetch or refetch a document.boolean
IIncrementalIngester. documentIngest(IPipelineSpecificationWithVersions pipelineSpecificationWithVersions, java.lang.String identifierClass, java.lang.String identifierHash, java.lang.String componentHash, java.lang.String documentVersion, java.lang.String authorityName, RepositoryDocument data, long ingestTime, java.lang.String documentURI, IOutputActivity activities)
Ingest a document.void
IIncrementalIngester. documentNoData(IPipelineSpecificationWithVersions pipelineSpecificationWithVersions, java.lang.String identifierClass, java.lang.String identifierHash, java.lang.String componentHash, java.lang.String documentVersion, java.lang.String authorityName, long recordTime, IOutputActivity activities)
Remove a document from specified indexes, just as if an empty document was indexed, and record the necessary version information. -
Uses of IPipelineSpecificationWithVersions in org.apache.manifoldcf.crawler.system
Classes in org.apache.manifoldcf.crawler.system that implement IPipelineSpecificationWithVersions Modifier and Type Class Description class
PipelineSpecificationWithVersions
Class which handles pipeline specifications, including both new versions and old versions.Methods in org.apache.manifoldcf.crawler.system that return IPipelineSpecificationWithVersions Modifier and Type Method Description protected IPipelineSpecificationWithVersions
WorkerThread.ProcessActivity. computePipelineSpecificationWithVersions(java.lang.String documentIdentifierHash, java.lang.String componentIdentifierHash, java.lang.String documentIdentifier)
-