Uses of Interface
org.apache.manifoldcf.agents.interfaces.IPipelineSpecificationBasic
-
Packages that use IPipelineSpecificationBasic Package Description org.apache.manifoldcf.agents.incrementalingest org.apache.manifoldcf.agents.interfaces org.apache.manifoldcf.crawler.system -
-
Uses of IPipelineSpecificationBasic in org.apache.manifoldcf.agents.incrementalingest
Methods in org.apache.manifoldcf.agents.incrementalingest with parameters of type IPipelineSpecificationBasic Modifier and Type Method Description voidIncrementalIngester. documentCheck(IPipelineSpecificationBasic pipelineSpecificationBasic, java.lang.String identifierClass, java.lang.String identifierHash, long checkTime)Note the fact that we checked a document (and found that it did not need to be ingested, because the versions agreed).voidIncrementalIngester. documentCheckMultiple(IPipelineSpecificationBasic pipelineSpecificationBasic, java.lang.String[] identifierClasses, java.lang.String[] identifierHashes, long checkTime)Note the fact that we checked a document (and found that it did not need to be ingested, because the versions agreed).voidIncrementalIngester. documentRecord(IPipelineSpecificationBasic pipelineSpecificationBasic, java.lang.String identifierClass, java.lang.String identifierHash, java.lang.String componentHash, java.lang.String documentVersion, long recordTime)Record a document version, but don't ingest it.protected static java.lang.String[]IncrementalIngester. extractOutputConnectionNames(IPipelineSpecificationBasic pipelineSpecificationBasic)longIncrementalIngester. getDocumentUpdateInterval(IPipelineSpecificationBasic pipelineSpecificationBasic, java.lang.String identifierClass, java.lang.String identifierHash)Calculate the average time interval between changes for a document.long[]IncrementalIngester. getDocumentUpdateIntervalMultiple(IPipelineSpecificationBasic pipelineSpecificationBasic, java.lang.String[] identifierClasses, java.lang.String[] identifierHashes)Calculate the average time interval between changes for a document.java.lang.StringIncrementalIngester. getFirstIndexedOutputConnectionName(IPipelineSpecificationBasic pipelineSpecificationBasic)From a pipeline specification, get the name of the output connection that will be indexed first in the pipeline.java.lang.StringIncrementalIngester. getLastIndexedOutputConnectionName(IPipelineSpecificationBasic pipelineSpecificationBasic)From a pipeline specification, get the name of the output connection that will be indexed last in the pipeline.voidIncrementalIngester. getPipelineDocumentIngestData(IngestStatuses rval, IPipelineSpecificationBasic pipelineSpecificationBasic, java.lang.String identifierClass, java.lang.String identifierHash)Look up ingestion data for a document.voidIncrementalIngester. getPipelineDocumentIngestDataMultiple(IngestStatuses rval, IPipelineSpecificationBasic[] pipelineSpecificationBasics, java.lang.String[] identifierClasses, java.lang.String[] identifierHashes)Look up ingestion data for a set of documents.voidIncrementalIngester. getPipelineDocumentIngestDataMultiple(IngestStatuses rval, IPipelineSpecificationBasic pipelineSpecificationBasic, java.lang.String[] identifierClasses, java.lang.String[] identifierHashes)Look up ingestion data for a SET of documents. -
Uses of IPipelineSpecificationBasic in org.apache.manifoldcf.agents.interfaces
Subinterfaces of IPipelineSpecificationBasic in org.apache.manifoldcf.agents.interfaces Modifier and Type Interface Description interfaceIPipelineConnectionsThis interface caches IOutputConnection and ITransformationConnection objects required by an IPipelineSpecification.interfaceIPipelineSpecificationThis interface describes a multi-output pipeline, where each stage has an already-computed description string.interfaceIPipelineSpecificationWithVersionsThis interface describes a multi-output pipeline, with existing document version information from each output..Methods in org.apache.manifoldcf.agents.interfaces with parameters of type IPipelineSpecificationBasic Modifier and Type Method Description voidIIncrementalIngester. documentCheck(IPipelineSpecificationBasic pipelineSpecificationBasic, java.lang.String identifierClass, java.lang.String identifierHash, long checkTime)Note the fact that we checked a document (and found that it did not need to be ingested, because the versions agreed).voidIIncrementalIngester. documentCheckMultiple(IPipelineSpecificationBasic pipelineSpecificationBasic, java.lang.String[] identifierClasses, java.lang.String[] identifierHashes, long checkTime)Note the fact that we checked a document (and found that it did not need to be ingested, because the versions agreed).voidIIncrementalIngester. documentRecord(IPipelineSpecificationBasic pipelineSpecificationBasic, java.lang.String identifierClass, java.lang.String identifierHash, java.lang.String componentHash, java.lang.String documentVersion, long recordTime)Record a document version, but don't ingest it.longIIncrementalIngester. getDocumentUpdateInterval(IPipelineSpecificationBasic pipelineSpecificationBasic, java.lang.String identifierClass, java.lang.String identifierHash)Calculate the average time interval between changes for a document.long[]IIncrementalIngester. getDocumentUpdateIntervalMultiple(IPipelineSpecificationBasic pipelineSpecificationBasic, java.lang.String[] identifierClasses, java.lang.String[] identifierHashes)Calculate the average time interval between changes for a document.java.lang.StringIIncrementalIngester. getFirstIndexedOutputConnectionName(IPipelineSpecificationBasic pipelineSpecificationBasic)From a pipeline specification, get the name of the output connection that will be indexed first in the pipeline.java.lang.StringIIncrementalIngester. getLastIndexedOutputConnectionName(IPipelineSpecificationBasic pipelineSpecificationBasic)From a pipeline specification, get the name of the output connection that will be indexed last in the pipeline.voidIIncrementalIngester. getPipelineDocumentIngestData(IngestStatuses rval, IPipelineSpecificationBasic pipelineSpecificationBasic, java.lang.String identifierClass, java.lang.String identifierHash)Look up ingestion data for a document.voidIIncrementalIngester. getPipelineDocumentIngestDataMultiple(IngestStatuses rval, IPipelineSpecificationBasic[] pipelineSpecificationBasics, java.lang.String[] identifierClasses, java.lang.String[] identifierHashes)Look up ingestion data for a set of documents.voidIIncrementalIngester. getPipelineDocumentIngestDataMultiple(IngestStatuses rval, IPipelineSpecificationBasic pipelineSpecificationBasic, java.lang.String[] identifierClasses, java.lang.String[] identifierHashes)Look up ingestion data for a SET of documents. -
Uses of IPipelineSpecificationBasic in org.apache.manifoldcf.crawler.system
Classes in org.apache.manifoldcf.crawler.system that implement IPipelineSpecificationBasic Modifier and Type Class Description classPipelineConnectionsPipeline connections implementation.classPipelineSpecificationClass which handles pipeline specifications that include current (new) description strings.classPipelineSpecificationBasicBasic pipeline specification implementation.classPipelineSpecificationWithVersionsClass which handles pipeline specifications, including both new versions and old versions.Fields in org.apache.manifoldcf.crawler.system declared as IPipelineSpecificationBasic Modifier and Type Field Description protected IPipelineSpecificationBasicPipelineConnections. specConstructors in org.apache.manifoldcf.crawler.system with parameters of type IPipelineSpecificationBasic Constructor Description PipelineConnections(IPipelineSpecificationBasic spec, ITransformationConnectionManager transformationConnectionManager, IOutputConnectionManager outputConnectionManager)
-