Package | Description |
---|---|
org.apache.manifoldcf.agents.incrementalingest | |
org.apache.manifoldcf.agents.interfaces | |
org.apache.manifoldcf.crawler.system |
Modifier and Type | Class and Description |
---|---|
protected static class |
IncrementalIngester.MonitoredAddActivityWrapper
This class passes everything through, and monitors what happens so that the
framework can compensate for any transformation connector coding errors.
|
protected static class |
IncrementalIngester.OutputActivitiesWrapper |
protected static class |
IncrementalIngester.OutputAddActivitiesWrapper |
protected static class |
IncrementalIngester.OutputRecordingActivity
Wrapper class for add activity.
|
protected static class |
IncrementalIngester.OutputRemoveActivitiesWrapper |
static class |
IncrementalIngester.PipelineAddFanout
This class describes the entry stage of multiple siblings in an add pipeline.
|
protected static class |
IncrementalIngester.TransformationRecordingActivity
Wrapper class for add activity.
|
Modifier and Type | Field and Description |
---|---|
protected IOutputHistoryActivity |
IncrementalIngester.OutputRecordingActivity.activityProvider |
protected IOutputHistoryActivity |
IncrementalIngester.TransformationRecordingActivity.activityProvider |
protected IOutputHistoryActivity |
IncrementalIngester.PipelineAddFanout.finalHistoryActivity |
Constructor and Description |
---|
OutputRecordingActivity(IOutputHistoryActivity activityProvider,
java.lang.String outputConnectionName) |
PipelineAddFanout(IncrementalIngester.PipelineAddEntryPoint[] entryPoints,
IOutputHistoryActivity finalHistoryActivity,
IOutputQualifyActivity finalQualifyActivity) |
TransformationRecordingActivity(IOutputHistoryActivity activityProvider,
java.lang.String transformationConnectionName) |
Modifier and Type | Interface and Description |
---|---|
interface |
IOutputActivity
This interface abstracts from the activities that an output connector can do
when adding or replacing documents, or deleting documents.
|
interface |
IOutputAddActivity
This interface abstracts from the activities that an output connector can do
when adding or replacing documents.
|
interface |
IOutputNotifyActivity
This interface abstracts from the activities that an output connector can do
when processing notification of a completed job.
|
interface |
IOutputRemoveActivity
This interface abstracts from the activities that an output connector can do
when removing documents.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
DocumentCleanupThread.OutputRemoveActivity
The ingest logger class
|
protected static class |
DocumentDeleteThread.OutputRemoveActivity
The OutputRemoveActivity class
|
protected static class |
ExpireThread.OutputRemoveActivity
The ingest logger class
|
protected static class |
JobNotificationThread.OutputNotifyActivity
The ingest logger class
|
protected static class |
WorkerThread.OutputActivity
The ingest logger class
|