Uses of Interface
org.apache.manifoldcf.agents.interfaces.IOutputRemoveActivity
-
-
Uses of IOutputRemoveActivity in org.apache.manifoldcf.agents.incrementalingest
Classes in org.apache.manifoldcf.agents.incrementalingest that implement IOutputRemoveActivity Modifier and Type Class Description protected static classIncrementalIngester.OutputActivitiesWrapperprotected static classIncrementalIngester.OutputRemoveActivitiesWrapperFields in org.apache.manifoldcf.agents.incrementalingest declared as IOutputRemoveActivity Modifier and Type Field Description protected IOutputRemoveActivityIncrementalIngester.OutputRemoveActivitiesWrapper. removeActivitiesMethods in org.apache.manifoldcf.agents.incrementalingest with parameters of type IOutputRemoveActivity 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.protected voidIncrementalIngester. removeDocument(IOutputConnection connection, java.lang.String documentURI, java.lang.String outputDescription, IOutputRemoveActivity activities)Remove document, using the specified output connection, via the standard pool.Constructors in org.apache.manifoldcf.agents.incrementalingest with parameters of type IOutputRemoveActivity Constructor Description OutputRemoveActivitiesWrapper(IOutputRemoveActivity removeActivities, java.lang.String outputConnectionName) -
Uses of IOutputRemoveActivity in org.apache.manifoldcf.agents.interfaces
Subinterfaces of IOutputRemoveActivity in org.apache.manifoldcf.agents.interfaces Modifier and Type Interface Description interfaceIOutputActivityThis interface abstracts from the activities that an output connector can do when adding or replacing documents, or deleting documents.Methods in org.apache.manifoldcf.agents.interfaces with parameters of type IOutputRemoveActivity 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.voidIOutputConnector. removeDocument(java.lang.String documentURI, java.lang.String outputDescription, IOutputRemoveActivity activities)Remove a document using the connector. -
Uses of IOutputRemoveActivity in org.apache.manifoldcf.agents.output
Methods in org.apache.manifoldcf.agents.output with parameters of type IOutputRemoveActivity Modifier and Type Method Description voidBaseOutputConnector. removeDocument(java.lang.String documentURI, java.lang.String outputDescription, IOutputRemoveActivity activities)Remove a document using the connector. -
Uses of IOutputRemoveActivity in org.apache.manifoldcf.crawler.system
Classes in org.apache.manifoldcf.crawler.system that implement IOutputRemoveActivity Modifier and Type Class Description protected static classDocumentCleanupThread.OutputRemoveActivityThe ingest logger classprotected static classDocumentDeleteThread.OutputRemoveActivityThe OutputRemoveActivity classprotected static classExpireThread.OutputRemoveActivityThe ingest logger classprotected static classWorkerThread.OutputActivityThe ingest logger class
-