public interface JobFilter
JobListRefiner| Modifier and Type | Method and Description |
|---|---|
boolean |
match(UWSJob job)
Tell whether the given job match this filter.
|
boolean match(UWSJob job)
Note:
In case of error while evaluating this filter on the given job,
false will be returned.
job - A job to filter.true if the job matches this filter,
false otherwise.