Uses of Class
org.apache.manifoldcf.crawler.system.DeleteQueuedDocument
- 
Packages that use DeleteQueuedDocument Package Description org.apache.manifoldcf.crawler.system  - 
- 
Uses of DeleteQueuedDocument in org.apache.manifoldcf.crawler.system
Subclasses of DeleteQueuedDocument in org.apache.manifoldcf.crawler.system Modifier and Type Class Description classCleanupQueuedDocumentThis class represents a document that will be placed on the document cleanup queue, and will be processed by a cleanup worker thread.Fields in org.apache.manifoldcf.crawler.system declared as DeleteQueuedDocument Modifier and Type Field Description protected DeleteQueuedDocument[]DocumentDeleteSet. documentsThis is the array of documents to delete.Methods in org.apache.manifoldcf.crawler.system that return DeleteQueuedDocument Modifier and Type Method Description DeleteQueuedDocumentDocumentDeleteSet. getDocument(int index)Get the nth document.Constructors in org.apache.manifoldcf.crawler.system with parameters of type DeleteQueuedDocument Constructor Description DocumentDeleteSet(DeleteQueuedDocument[] documents, IJobDescription jobDescription)Constructor. 
 -