Uses of Class
org.apache.manifoldcf.crawler.system.CleanupQueuedDocument
- 
Packages that use CleanupQueuedDocument Package Description org.apache.manifoldcf.crawler.system  - 
- 
Uses of CleanupQueuedDocument in org.apache.manifoldcf.crawler.system
Fields in org.apache.manifoldcf.crawler.system declared as CleanupQueuedDocument Modifier and Type Field Description protected CleanupQueuedDocument[]DocumentCleanupSet. documentsThis is the array of documents to delete.Methods in org.apache.manifoldcf.crawler.system that return CleanupQueuedDocument Modifier and Type Method Description CleanupQueuedDocumentDocumentCleanupSet. getDocument(int index)Get the nth document.Constructors in org.apache.manifoldcf.crawler.system with parameters of type CleanupQueuedDocument Constructor Description DocumentCleanupSet(CleanupQueuedDocument[] documents, IJobDescription jobDescription)Constructor. 
 -