Package | Description |
---|---|
org.apache.manifoldcf.crawler.connectors | |
org.apache.manifoldcf.crawler.interfaces | |
org.apache.manifoldcf.crawler.system |
Modifier and Type | Method and Description |
---|---|
void |
BaseRepositoryConnector.processDocuments(java.lang.String[] documentIdentifiers,
IExistingVersions statuses,
Specification spec,
IProcessActivity activities,
int jobMode,
boolean usesDefaultAuthority)
Process a set of documents.
|
Modifier and Type | Method and Description |
---|---|
void |
IRepositoryConnector.processDocuments(java.lang.String[] documentIdentifiers,
IExistingVersions statuses,
Specification spec,
IProcessActivity activities,
int jobMode,
boolean usesDefaultAuthority)
Process a set of documents.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
WorkerThread.ProcessActivity
Process activity class wraps access to the ingester and job queue.
|