Class SchedulerJobFilterParameterBean
- java.lang.Object
-
- com.gentics.contentnode.rest.resource.parameter.SchedulerJobFilterParameterBean
-
public class SchedulerJobFilterParameterBean extends Object
Scheduler jobs filter parameter bean
-
-
Constructor Summary
Constructors Constructor Description SchedulerJobFilterParameterBean()
-
-
-
Field Detail
-
active
@QueryParam("active") public Boolean 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
@QueryParam("failed") public Boolean 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.
-
-