Uses of Interface
org.apache.manifoldcf.crawler.interfaces.IExistingVersions
-
Packages that use IExistingVersions Package Description org.apache.manifoldcf.crawler.connectors org.apache.manifoldcf.crawler.interfaces org.apache.manifoldcf.crawler.system -
-
Uses of IExistingVersions in org.apache.manifoldcf.crawler.connectors
Methods in org.apache.manifoldcf.crawler.connectors with parameters of type IExistingVersions Modifier and Type Method Description void
BaseRepositoryConnector. processDocuments(java.lang.String[] documentIdentifiers, IExistingVersions statuses, Specification spec, IProcessActivity activities, int jobMode, boolean usesDefaultAuthority)
Process a set of documents. -
Uses of IExistingVersions in org.apache.manifoldcf.crawler.interfaces
Methods in org.apache.manifoldcf.crawler.interfaces with parameters of type IExistingVersions Modifier and Type Method Description void
IRepositoryConnector. processDocuments(java.lang.String[] documentIdentifiers, IExistingVersions statuses, Specification spec, IProcessActivity activities, int jobMode, boolean usesDefaultAuthority)
Process a set of documents. -
Uses of IExistingVersions in org.apache.manifoldcf.crawler.system
Classes in org.apache.manifoldcf.crawler.system that implement IExistingVersions Modifier and Type Class Description protected static class
WorkerThread.ExistingVersions
The implementation of the IExistingVersions interface.
-