Package | Description |
---|---|
org.apache.manifoldcf.crawler.connectors | |
org.apache.manifoldcf.crawler.interfaces | |
org.apache.manifoldcf.crawler.jobs |
Modifier and Type | Method and Description |
---|---|
void |
BaseRepositoryConnector.addSeedDocuments(ISeedingActivity activities,
DocumentSpecification spec,
long startTime,
long endTime)
Queue "seed" documents.
|
void |
BaseRepositoryConnector.addSeedDocuments(ISeedingActivity activities,
DocumentSpecification spec,
long startTime,
long endTime,
int jobMode) |
IDocumentIdentifierStream |
BaseRepositoryConnector.getDocumentIdentifiers(DocumentSpecification spec,
long startTime,
long endTime)
The short version of getDocumentIdentifiers.
|
IDocumentIdentifierStream |
BaseRepositoryConnector.getDocumentIdentifiers(ISeedingActivity activities,
DocumentSpecification spec,
long startTime,
long endTime)
The long version of getDocumentIdentifiers.
|
String[] |
BaseRepositoryConnector.getDocumentVersions(String[] documentIdentifiers,
DocumentSpecification spec)
The short version of getDocumentVersions.
|
String[] |
BaseRepositoryConnector.getDocumentVersions(String[] documentIdentifiers,
IVersionActivity activities,
DocumentSpecification spec)
The long version of getDocumentIdentifiers.
|
String[] |
BaseRepositoryConnector.getDocumentVersions(String[] documentIdentifiers,
String[] oldVersions,
IVersionActivity activities,
DocumentSpecification spec)
Get document versions given an array of document identifiers.
|
String[] |
BaseRepositoryConnector.getDocumentVersions(String[] documentIdentifiers,
String[] oldVersions,
IVersionActivity activities,
DocumentSpecification spec,
int jobMode)
Get document versions given an array of document identifiers.
|
String[] |
BaseRepositoryConnector.getDocumentVersions(String[] documentIdentifiers,
String[] oldVersions,
IVersionActivity activities,
DocumentSpecification spec,
int jobMode,
boolean usesDefaultAuthority) |
IDocumentIdentifierStream |
BaseRepositoryConnector.getRemainingDocumentIdentifiers(ISeedingActivity activities,
DocumentSpecification spec,
long startTime,
long endTime)
This method returns the document identifiers that should be considered part of the seeds, but do not need to be
queued for processing at this time.
|
void |
BaseRepositoryConnector.outputSpecificationBody(IHTTPOutput out,
DocumentSpecification ds,
String tabName)
Output the specification body section.
|
void |
BaseRepositoryConnector.outputSpecificationBody(IHTTPOutput out,
Locale locale,
DocumentSpecification ds,
String tabName)
Output the specification body section.
|
void |
BaseRepositoryConnector.outputSpecificationHeader(IHTTPOutput out,
DocumentSpecification ds,
ArrayList<Object> tabsArray) |
void |
BaseRepositoryConnector.outputSpecificationHeader(IHTTPOutput out,
DocumentSpecification ds,
List<String> tabsArray)
Output the specification header section.
|
void |
BaseRepositoryConnector.outputSpecificationHeader(IHTTPOutput out,
Locale locale,
DocumentSpecification ds,
List<String> tabsArray)
Output the specification header section.
|
void |
BaseRepositoryConnector.processDocuments(String[] documentIdentifiers,
String[] versions,
IProcessActivity activities,
DocumentSpecification spec,
boolean[] scanOnly)
Process a set of documents.
|
void |
BaseRepositoryConnector.processDocuments(String[] documentIdentifiers,
String[] versions,
IProcessActivity activities,
DocumentSpecification spec,
boolean[] scanOnly,
int jobMode) |
String |
BaseRepositoryConnector.processSpecificationPost(IPostParameters variableContext,
DocumentSpecification ds)
Process a specification post.
|
String |
BaseRepositoryConnector.processSpecificationPost(IPostParameters variableContext,
Locale locale,
DocumentSpecification ds)
Process a specification post.
|
void |
BaseRepositoryConnector.viewSpecification(IHTTPOutput out,
DocumentSpecification ds)
View specification.
|
void |
BaseRepositoryConnector.viewSpecification(IHTTPOutput out,
Locale locale,
DocumentSpecification ds)
View specification.
|
Modifier and Type | Method and Description |
---|---|
DocumentSpecification |
DocumentSpecification.duplicate(boolean readOnly)
Duplicate.
|
DocumentSpecification |
IJobDescription.getSpecification()
Get the document specification (which can be modified).
|
Modifier and Type | Field and Description |
---|---|
protected DocumentSpecification |
JobDescription.documentSpecification |
Modifier and Type | Method and Description |
---|---|
DocumentSpecification |
JobDescription.getSpecification()
Get the document specification.
|