|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.manifoldcf.crawler.interfaces.StatusFilterCriteria
public class StatusFilterCriteria
Class which describes specification of history records to include in a report.
| Field Summary | |
|---|---|
static java.lang.String |
_rcsid
|
protected RegExpCriteria |
identifierMatchObject
The regular expression string to match the doucment identifier. |
protected int[] |
matchingStates
Matching states |
protected int[] |
matchingStatuses
Matching statuses |
protected long |
nowTime
The lowest time of interest. |
protected java.lang.Long[] |
ourJobs
The set of jobs to match. |
| Constructor Summary | |
|---|---|
StatusFilterCriteria(java.lang.Long[] ourJobs,
long nowTime,
RegExpCriteria identifierMatchObject,
int[] matchingStates,
int[] matchingStatuses)
Constructor. |
|
| Method Summary | |
|---|---|
RegExpCriteria |
getIdentifierMatch()
Get the regular expression to match the entity identifier. |
java.lang.Long[] |
getJobs()
Get the desired activities criteria. |
int[] |
getMatchingStates()
Get the match states |
int[] |
getMatchingStatuses()
Get the match statuses |
long |
getNowTime()
Get the "now" time |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String _rcsid
protected java.lang.Long[] ourJobs
protected long nowTime
protected RegExpCriteria identifierMatchObject
protected int[] matchingStates
protected int[] matchingStatuses
| Constructor Detail |
|---|
public StatusFilterCriteria(java.lang.Long[] ourJobs,
long nowTime,
RegExpCriteria identifierMatchObject,
int[] matchingStates,
int[] matchingStatuses)
| Method Detail |
|---|
public java.lang.Long[] getJobs()
public long getNowTime()
public RegExpCriteria getIdentifierMatch()
public int[] getMatchingStates()
public int[] getMatchingStatuses()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||