Class ExecutionFilterParameterBean
java.lang.Object
com.gentics.contentnode.rest.resource.parameter.ExecutionFilterParameterBean
Scheduler execution filter parameter bean
-
Field Summary
FieldsModifier and TypeFieldDescriptionFilter for result status.Filter for maximum starting time.Filter for minimum starting time. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
failed
Filter for result status.If set to
true
, only failed executions will be returned. If set tofalse
, only successful executions will be returned (include executions that were not yet executed). If not set (default), all jobs will be returned. -
timestampMin
Filter for minimum starting time.Only executions which have been started after the given timestamp will be returned.
-
timestampMax
Filter for maximum starting time.Only executions which have been started before the given timestamp will be returned.
Note that if
timestampMax
is less thantimestampMin
it will be ignored.
-
-
Constructor Details
-
ExecutionFilterParameterBean
public ExecutionFilterParameterBean()
-