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 class
IncrementalIngester.OutputActivitiesWrapper
protected static class
IncrementalIngester.OutputRemoveActivitiesWrapper
Fields in org.apache.manifoldcf.agents.incrementalingest declared as IOutputRemoveActivity Modifier and Type Field Description protected IOutputRemoveActivity
IncrementalIngester.OutputRemoveActivitiesWrapper. removeActivities
Methods in org.apache.manifoldcf.agents.incrementalingest with parameters of type IOutputRemoveActivity Modifier and Type Method Description void
IncrementalIngester. documentDelete(IPipelineConnections pipelineConnections, java.lang.String identifierClass, java.lang.String identifierHash, IOutputRemoveActivity activities)
Delete a document from the search engine index.void
IncrementalIngester. documentDeleteMultiple(IPipelineConnections[] pipelineConnections, java.lang.String[] identifierClasses, java.lang.String[] identifierHashes, IOutputRemoveActivity activities)
Delete multiple documents from the search engine index.void
IncrementalIngester. documentDeleteMultiple(IPipelineConnections pipelineConnections, java.lang.String[] identifierClasses, java.lang.String[] identifierHashes, IOutputRemoveActivity originalActivities)
Delete multiple documents from the search engine index.void
IncrementalIngester. 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.void
IncrementalIngester. 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 void
IncrementalIngester. 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 interface
IOutputActivity
This 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 void
IIncrementalIngester. 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.void
IIncrementalIngester. documentDeleteMultiple(IPipelineConnections[] pipelineConnections, java.lang.String[] identifierClasses, java.lang.String[] identifierHashes, IOutputRemoveActivity activities)
Delete multiple documents, and their components, from the search engine index.void
IIncrementalIngester. documentDeleteMultiple(IPipelineConnections pipelineConnections, java.lang.String[] identifierClasses, java.lang.String[] identifierHashes, IOutputRemoveActivity activities)
Delete multiple documents, and their components, from the search engine index.void
IIncrementalIngester. 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.void
IIncrementalIngester. 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.void
IOutputConnector. 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 void
BaseOutputConnector. 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 class
DocumentCleanupThread.OutputRemoveActivity
The ingest logger classprotected static class
DocumentDeleteThread.OutputRemoveActivity
The OutputRemoveActivity classprotected static class
ExpireThread.OutputRemoveActivity
The ingest logger classprotected static class
WorkerThread.OutputActivity
The ingest logger class
-