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. queue
Methods in org.apache.manifoldcf.crawler.system that return DocumentCleanupSet Modifier and Type Method Description DocumentCleanupSet
DocumentCleanupQueue. 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 void
DocumentCleanupQueue. addDocuments(DocumentCleanupSet dd)
Add a document set to the queue.
-