Class SchedulerJobFilterParameterBean


  • public class SchedulerJobFilterParameterBean
    extends Object
    Scheduler jobs filter parameter bean
    • Field Detail

      • active

        @QueryParam("active")
        public Boolean active
        If set to true, only active jobs will be returned. If set to false, only inactive jobs will be returned. If not set (default), all jobs will be returned.
      • failed

        @QueryParam("failed")
        public Boolean failed
        If set to true, only failed jobs will be returned. If set to false, only successful jobs will be returned (include jobs that were not yet executed). If not set (default), all jobs will be returned.
    • Constructor Detail

      • SchedulerJobFilterParameterBean

        public SchedulerJobFilterParameterBean()