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 IPipelineSpecificationWithVersionsIncrementalIngester.PipelineObjectWithVersions. pipelineSpecificationWithVersionsMethods in org.apache.manifoldcf.agents.incrementalingest with parameters of type IPipelineSpecificationWithVersions Modifier and Type Method Description booleanIncrementalIngester. checkFetchDocument(IPipelineSpecificationWithVersions pipelineSpecificationWithVersions, java.lang.String newDocumentVersion, java.lang.String newAuthorityNameString)Determine whether we need to fetch or refetch a document.booleanIncrementalIngester. 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.voidIncrementalIngester. 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.PipelineObjectWithVersionsIncrementalIngester. 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 booleanIIncrementalIngester. checkFetchDocument(IPipelineSpecificationWithVersions pipelineSpecificationWithVersions, java.lang.String newDocumentVersion, java.lang.String newAuthorityNameString)Determine whether we need to fetch or refetch a document.booleanIIncrementalIngester. 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.voidIIncrementalIngester. 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 classPipelineSpecificationWithVersionsClass 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 IPipelineSpecificationWithVersionsWorkerThread.ProcessActivity. computePipelineSpecificationWithVersions(java.lang.String documentIdentifierHash, java.lang.String componentIdentifierHash, java.lang.String documentIdentifier)
-