Constructor and Description |
---|
AfterFilter(java.util.Date date)
Build the
AfterFilter with the given limit date. |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getDate()
Get the date which filters jobs on their creationTime.
|
boolean |
match(UWSJob job)
Tell whether the given job match this filter.
|
public AfterFilter(java.util.Date date) throws java.lang.NullPointerException
AfterFilter
with the given limit date.date
- The date (non-included) after which jobs must be kept.java.lang.NullPointerException
- If the given date is NULL.public final java.util.Date getDate()