Package | Description |
---|---|
org.apache.manifoldcf.crawler | |
org.apache.manifoldcf.crawler.interfaces |
Modifier and Type | Method and Description |
---|---|
protected static RegExpCriteria |
RunDocumentStatus.parseRegexp(java.lang.String regexp) |
protected static RegExpCriteria |
RunMaxActivityHistory.parseRegexp(java.lang.String regexp) |
protected static RegExpCriteria |
RunMaxBandwidthHistory.parseRegexp(java.lang.String regexp) |
protected static RegExpCriteria |
RunQueueStatus.parseRegexp(java.lang.String regexp) |
protected static RegExpCriteria |
RunResultHistory.parseRegexp(java.lang.String regexp) |
protected static RegExpCriteria |
RunSimpleHistory.parseRegexp(java.lang.String regexp) |
Modifier and Type | Field and Description |
---|---|
protected RegExpCriteria |
FilterCriteria.entityMatch
The regular expression string to match the entity identifier.
|
protected RegExpCriteria |
StatusFilterCriteria.identifierMatchObject
The regular expression string to match the doucment identifier.
|
protected RegExpCriteria |
FilterCriteria.resultCodeMatch
The regular expression string to match the resultcode.
|
Modifier and Type | Method and Description |
---|---|
RegExpCriteria |
FilterCriteria.getEntityMatch()
Get the regular expression to match the entity identifier.
|
RegExpCriteria |
StatusFilterCriteria.getIdentifierMatch()
Get the regular expression to match the entity identifier.
|
RegExpCriteria |
FilterCriteria.getResultCodeMatch()
Get the regular expression to match the result code.
|
Constructor and Description |
---|
FilterCriteria(java.lang.String[] activityTypes,
java.lang.Long startTime,
java.lang.Long endTime,
RegExpCriteria entityMatch,
RegExpCriteria resultCodeMatch)
Constructor.
|
StatusFilterCriteria(java.lang.Long[] ourJobs,
long nowTime,
RegExpCriteria identifierMatchObject,
int[] matchingStates,
int[] matchingStatuses)
Constructor.
|