Uses of Interface
org.apache.manifoldcf.agents.interfaces.IPipelineConnections
-
Packages that use IPipelineConnections Package Description org.apache.manifoldcf.agents.incrementalingest org.apache.manifoldcf.agents.interfaces org.apache.manifoldcf.crawler.system -
-
Uses of IPipelineConnections in org.apache.manifoldcf.agents.incrementalingest
Methods in org.apache.manifoldcf.agents.incrementalingest with parameters of type IPipelineConnections Modifier and Type Method Description voidIncrementalIngester. documentDelete(IPipelineConnections pipelineConnections, java.lang.String identifierClass, java.lang.String identifierHash, IOutputRemoveActivity activities)Delete a document from the search engine index.voidIncrementalIngester. documentDeleteMultiple(IPipelineConnections[] pipelineConnections, java.lang.String[] identifierClasses, java.lang.String[] identifierHashes, IOutputRemoveActivity activities)Delete multiple documents from the search engine index.voidIncrementalIngester. documentDeleteMultiple(IPipelineConnections pipelineConnections, java.lang.String[] identifierClasses, java.lang.String[] identifierHashes, IOutputRemoveActivity originalActivities)Delete multiple documents from the search engine index.voidIncrementalIngester. documentRemove(IPipelineConnections pipelineConnections, java.lang.String identifierClass, java.lang.String identifierHash, java.lang.String componentHash, IOutputRemoveActivity activities)Remove a document component from the search engine index.voidIncrementalIngester. documentRemoveMultiple(IPipelineConnections pipelineConnections, java.lang.String[] identifierClasses, java.lang.String[] identifierHashes, java.lang.String componentHash, IOutputRemoveActivity activities)Remove multiple document components from the search engine index. -
Uses of IPipelineConnections in org.apache.manifoldcf.agents.interfaces
Subinterfaces of IPipelineConnections in org.apache.manifoldcf.agents.interfaces Modifier and Type Interface Description 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 IPipelineConnections Modifier and Type Method Description voidIIncrementalIngester. documentDelete(IPipelineConnections pipelineConnections, java.lang.String identifierClass, java.lang.String identifierHash, IOutputRemoveActivity activities)Delete a document, and all its components, from the search engine index.voidIIncrementalIngester. documentDeleteMultiple(IPipelineConnections[] pipelineConnections, java.lang.String[] identifierClasses, java.lang.String[] identifierHashes, IOutputRemoveActivity activities)Delete multiple documents, and their components, from the search engine index.voidIIncrementalIngester. documentDeleteMultiple(IPipelineConnections pipelineConnections, java.lang.String[] identifierClasses, java.lang.String[] identifierHashes, IOutputRemoveActivity activities)Delete multiple documents, and their components, from the search engine index.voidIIncrementalIngester. documentRemove(IPipelineConnections pipelineConnections, java.lang.String identifierClass, java.lang.String identifierHash, java.lang.String componentHash, IOutputRemoveActivity activities)Remove a document component from the search engine index.voidIIncrementalIngester. documentRemoveMultiple(IPipelineConnections pipelineConnections, java.lang.String[] identifierClasses, java.lang.String[] identifierHashes, java.lang.String componentHash, IOutputRemoveActivity activities)Remove multiple document components from the search engine index. -
Uses of IPipelineConnections in org.apache.manifoldcf.crawler.system
Classes in org.apache.manifoldcf.crawler.system that implement IPipelineConnections Modifier and Type Class Description classPipelineConnectionsPipeline connections implementation.classPipelineSpecificationClass which handles pipeline specifications that include current (new) description strings.classPipelineSpecificationWithVersionsClass which handles pipeline specifications, including both new versions and old versions.Fields in org.apache.manifoldcf.crawler.system declared as IPipelineConnections Modifier and Type Field Description protected IPipelineConnectionsPipelineSpecification. connectionsMethods in org.apache.manifoldcf.crawler.system with parameters of type IPipelineConnections Modifier and Type Method Description protected static voidWorkerThread. processDeleteLists(IPipelineConnections pipelineConnections, IRepositoryConnector connector, IRepositoryConnection connection, IJobManager jobManager, java.util.List<QueuedDocument> deleteList, IIncrementalIngester ingester, java.lang.Long jobID, java.lang.String[] legalLinkTypes, WorkerThread.OutputActivity ingestLogger, int hopcountMethod, IReprioritizationTracker rt, long currentTime)Clear specified documents out of the job queue and from the appliance.protected static voidWorkerThread. processHopcountRemovalLists(IPipelineConnections pipelineConnections, IRepositoryConnector connector, IRepositoryConnection connection, IJobManager jobManager, java.util.List<QueuedDocument> hopcountremoveList, IIncrementalIngester ingester, java.lang.Long jobID, java.lang.String[] legalLinkTypes, WorkerThread.OutputActivity ingestLogger, int hopcountMethod, IReprioritizationTracker rt, long currentTime)Mark specified documents as 'hopcount removed', and remove them from the index.protected static java.util.List<QueuedDocument>WorkerThread. removeFromIndex(IPipelineConnections pipelineConnections, java.lang.String connectionName, IJobManager jobManager, java.util.List<QueuedDocument> deleteList, IIncrementalIngester ingester, WorkerThread.OutputActivity ingestLogger)Remove a specified set of documents from the index.Constructors in org.apache.manifoldcf.crawler.system with parameters of type IPipelineConnections Constructor Description PipelineSpecification(IPipelineConnections connections, IJobDescription job, IIncrementalIngester ingester)
-