Package | Description |
---|---|
org.apache.manifoldcf.crawler.system |
Modifier and Type | Class and Description |
---|---|
class |
CleanupQueuedDocument
This class represents a document that will be placed on the document cleanup queue, and will be
processed by a cleanup worker thread.
|
Modifier and Type | Field and Description |
---|---|
protected DeleteQueuedDocument[] |
DocumentDeleteSet.documents
This is the array of documents to delete.
|
Modifier and Type | Method and Description |
---|---|
DeleteQueuedDocument |
DocumentDeleteSet.getDocument(int index)
Get the nth document.
|
Constructor and Description |
---|
DocumentDeleteSet(DeleteQueuedDocument[] documents,
IJobDescription jobDescription)
Constructor.
|