Class JobQueryImpl

    • Field Detail

      • activityId

        protected String activityId
      • jobDefinitionId

        protected String jobDefinitionId
      • processInstanceId

        protected String processInstanceId
      • processInstanceIds

        protected Set<String> processInstanceIds
      • executionId

        protected String executionId
      • processDefinitionId

        protected String processDefinitionId
      • processDefinitionKey

        protected String processDefinitionKey
      • retriesLeft

        protected boolean retriesLeft
      • executable

        protected boolean executable
      • onlyTimers

        protected boolean onlyTimers
      • onlyMessages

        protected boolean onlyMessages
      • duedateHigherThan

        protected Date duedateHigherThan
      • duedateLowerThan

        protected Date duedateLowerThan
      • duedateHigherThanOrEqual

        protected Date duedateHigherThanOrEqual
      • duedateLowerThanOrEqual

        protected Date duedateLowerThanOrEqual
      • createdBefore

        protected Date createdBefore
      • createdAfter

        protected Date createdAfter
      • priorityHigherThanOrEqual

        protected Long priorityHigherThanOrEqual
      • priorityLowerThanOrEqual

        protected Long priorityLowerThanOrEqual
      • withException

        protected boolean withException
      • exceptionMessage

        protected String exceptionMessage
      • failedActivityId

        protected String failedActivityId
      • noRetriesLeft

        protected boolean noRetriesLeft
      • isTenantIdSet

        protected boolean isTenantIdSet
      • tenantIds

        protected String[] tenantIds
      • includeJobsWithoutTenantId

        protected boolean includeJobsWithoutTenantId
    • Constructor Detail

      • JobQueryImpl

        public JobQueryImpl()