public interface ISeedingActivity extends IHistoryActivity, INamingActivity, IAbortActivity
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
_rcsid |
BAD_URL, EXCLUDED_CONTENT, EXCLUDED_DATE, EXCLUDED_LENGTH, EXCLUDED_MIMETYPE, EXCLUDED_URL, NULL_URL
Modifier and Type | Method and Description |
---|---|
void |
addSeedDocument(java.lang.String documentIdentifier)
Record a "seed" document identifier.
|
void |
addSeedDocument(java.lang.String documentIdentifier,
java.lang.String[] prereqEventNames)
Record a "seed" document identifier.
|
void |
addUnqueuedSeedDocument(java.lang.String documentIdentifier)
This method receives document identifiers that should be considered part of the seeds, but do not need to be
queued for processing at this time.
|
recordActivity
createConnectionSpecificString, createGlobalString, createJobSpecificString
checkJobStillActive
static final java.lang.String _rcsid
void addSeedDocument(java.lang.String documentIdentifier, java.lang.String[] prereqEventNames) throws ManifoldCFException
documentIdentifier
- is the identifier of the document to add to the "pending" queue.prereqEventNames
- is the list of prerequisite events required for this document, or null if none.ManifoldCFException
void addSeedDocument(java.lang.String documentIdentifier) throws ManifoldCFException
documentIdentifier
- is the identifier of the document to add to the "pending" queue.ManifoldCFException
void addUnqueuedSeedDocument(java.lang.String documentIdentifier) throws ManifoldCFException
documentIdentifier
- is the identifier of the document to consider as a seed, but not to put in the
"pending" queue.ManifoldCFException