Package | Description |
---|---|
uws.job.serializer.filter |
Modifier and Type | Class and Description |
---|---|
class |
AfterFilter
Job filter based on the creation time.
|
class |
NoArchivedFilter
Job filter which allows all jobs except those in ARCHIVED phase.
|
class |
PhasesFilter
Job filter based on the execution phase.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<JobFilter> |
JobListRefiner.filters
List of all job filters to apply.
|