Class SchedulerJobFilterParameterBean
java.lang.Object
com.gentics.contentnode.rest.resource.parameter.SchedulerJobFilterParameterBean
Scheduler jobs filter parameter bean
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
active
If set totrue
, only active jobs will be returned. If set tofalse
, only inactive jobs will be returned. If not set (default), all jobs will be returned. -
failed
If set totrue
, only failed jobs will be returned. If set tofalse
, only successful jobs will be returned (include jobs that were not yet executed). If not set (default), all jobs will be returned.
-
-
Constructor Details
-
SchedulerJobFilterParameterBean
public SchedulerJobFilterParameterBean()
-