Uses of Class
org.apache.manifoldcf.crawler.system.DocumentCleanupSet
-
Packages that use DocumentCleanupSet Package Description org.apache.manifoldcf.crawler.system -
-
Uses of DocumentCleanupSet in org.apache.manifoldcf.crawler.system
Fields in org.apache.manifoldcf.crawler.system with type parameters of type DocumentCleanupSet Modifier and Type Field Description protected java.util.List<DocumentCleanupSet>DocumentCleanupQueue. queueMethods in org.apache.manifoldcf.crawler.system that return DocumentCleanupSet Modifier and Type Method Description DocumentCleanupSetDocumentCleanupQueue. getDocuments()Pull a document set off the queue, and wait if there is nothing there.Methods in org.apache.manifoldcf.crawler.system with parameters of type DocumentCleanupSet Modifier and Type Method Description voidDocumentCleanupQueue. addDocuments(DocumentCleanupSet dd)Add a document set to the queue.
-