Uses of Class
org.apache.manifoldcf.crawler.system.DocumentDeleteSet
-
Packages that use DocumentDeleteSet Package Description org.apache.manifoldcf.crawler.system -
-
Uses of DocumentDeleteSet in org.apache.manifoldcf.crawler.system
Methods in org.apache.manifoldcf.crawler.system that return DocumentDeleteSet Modifier and Type Method Description DocumentDeleteSet
DocumentDeleteQueue. 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 DocumentDeleteSet Modifier and Type Method Description void
DocumentDeleteQueue. addDocuments(DocumentDeleteSet dd)
Add a document set to the queue.
-