| Interface | Description |
|---|---|
| JobFilter |
Definition of a filter aiming to reduce a list of jobs.
|
| Class | Description |
|---|---|
| AfterFilter |
Job filter based on the creation time.
|
| JobListRefiner |
Let filter (and optionally order) a list of jobs according to the filter
parameters given in an
HttpServletRequest. |
| JobListRefiner.JobComparator |
Compare the 2 given
UWSJob instances by using only their creation
date/time. |
| JobListRefiner.TopIterator |
This iterator is designed to return just the N first items of the given
list.
|
| NoArchivedFilter |
Job filter which allows all jobs except those in ARCHIVED phase.
|
| PhasesFilter |
Job filter based on the execution phase.
|