Uses of Interface
org.apache.manifoldcf.agents.interfaces.IOutputHistoryActivity
- 
Packages that use IOutputHistoryActivity Package Description org.apache.manifoldcf.agents.incrementalingest org.apache.manifoldcf.agents.interfaces org.apache.manifoldcf.crawler.system  - 
- 
Uses of IOutputHistoryActivity in org.apache.manifoldcf.agents.incrementalingest
Classes in org.apache.manifoldcf.agents.incrementalingest that implement IOutputHistoryActivity Modifier and Type Class Description protected static classIncrementalIngester.MonitoredAddActivityWrapperThis class passes everything through, and monitors what happens so that the framework can compensate for any transformation connector coding errors.protected static classIncrementalIngester.OutputActivitiesWrapperprotected static classIncrementalIngester.OutputAddActivitiesWrapperprotected static classIncrementalIngester.OutputRecordingActivityWrapper class for add activity.protected static classIncrementalIngester.OutputRemoveActivitiesWrapperstatic classIncrementalIngester.PipelineAddFanoutThis class describes the entry stage of multiple siblings in an add pipeline.protected static classIncrementalIngester.TransformationRecordingActivityWrapper class for add activity.Fields in org.apache.manifoldcf.agents.incrementalingest declared as IOutputHistoryActivity Modifier and Type Field Description protected IOutputHistoryActivityIncrementalIngester.OutputRecordingActivity. activityProviderprotected IOutputHistoryActivityIncrementalIngester.TransformationRecordingActivity. activityProviderprotected IOutputHistoryActivityIncrementalIngester.PipelineAddFanout. finalHistoryActivityConstructors in org.apache.manifoldcf.agents.incrementalingest with parameters of type IOutputHistoryActivity Constructor Description OutputRecordingActivity(IOutputHistoryActivity activityProvider, java.lang.String outputConnectionName)PipelineAddFanout(IncrementalIngester.PipelineAddEntryPoint[] entryPoints, IOutputHistoryActivity finalHistoryActivity, IOutputQualifyActivity finalQualifyActivity)TransformationRecordingActivity(IOutputHistoryActivity activityProvider, java.lang.String transformationConnectionName) - 
Uses of IOutputHistoryActivity in org.apache.manifoldcf.agents.interfaces
Subinterfaces of IOutputHistoryActivity 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.interfaceIOutputAddActivityThis interface abstracts from the activities that an output connector can do when adding or replacing documents.interfaceIOutputNotifyActivityThis interface abstracts from the activities that an output connector can do when processing notification of a completed job.interfaceIOutputRemoveActivityThis interface abstracts from the activities that an output connector can do when removing documents. - 
Uses of IOutputHistoryActivity in org.apache.manifoldcf.crawler.system
Classes in org.apache.manifoldcf.crawler.system that implement IOutputHistoryActivity Modifier and Type Class Description protected static classDocumentCleanupThread.OutputRemoveActivityThe ingest logger classprotected static classDocumentDeleteThread.OutputRemoveActivityThe OutputRemoveActivity classprotected static classExpireThread.OutputRemoveActivityThe ingest logger classprotected static classJobNotificationThread.OutputNotifyActivityThe ingest logger classprotected static classWorkerThread.OutputActivityThe ingest logger class 
 -