public class StatusFilterCriteria extends Object
Modifier and Type | Field and Description |
---|---|
static 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 Long[] |
ourJobs
The set of jobs to match.
|
Constructor and Description |
---|
StatusFilterCriteria(Long[] ourJobs,
long nowTime,
RegExpCriteria identifierMatchObject,
int[] matchingStates,
int[] matchingStatuses)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
RegExpCriteria |
getIdentifierMatch()
Get the regular expression to match the entity identifier.
|
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
|
public static final String _rcsid
protected Long[] ourJobs
protected long nowTime
protected RegExpCriteria identifierMatchObject
protected int[] matchingStates
protected int[] matchingStatuses
public StatusFilterCriteria(Long[] ourJobs, long nowTime, RegExpCriteria identifierMatchObject, int[] matchingStates, int[] matchingStatuses)
public Long[] getJobs()
public long getNowTime()
public RegExpCriteria getIdentifierMatch()
public int[] getMatchingStates()
public int[] getMatchingStatuses()