Class TimerJobQueryImpl

    • Field Detail

      • id

        protected java.lang.String id
      • processInstanceId

        protected java.lang.String processInstanceId
      • executionId

        protected java.lang.String executionId
      • processDefinitionId

        protected java.lang.String processDefinitionId
      • retriesLeft

        protected boolean retriesLeft
      • executable

        protected boolean executable
      • onlyTimers

        protected boolean onlyTimers
      • onlyMessages

        protected boolean onlyMessages
      • duedateHigherThan

        protected java.util.Date duedateHigherThan
      • duedateLowerThan

        protected java.util.Date duedateLowerThan
      • duedateHigherThanOrEqual

        protected java.util.Date duedateHigherThanOrEqual
      • duedateLowerThanOrEqual

        protected java.util.Date duedateLowerThanOrEqual
      • withException

        protected boolean withException
      • exceptionMessage

        protected java.lang.String exceptionMessage
      • tenantId

        protected java.lang.String tenantId
      • tenantIdLike

        protected java.lang.String tenantIdLike
      • withoutTenantId

        protected boolean withoutTenantId
      • noRetriesLeft

        protected boolean noRetriesLeft
    • Constructor Detail

      • TimerJobQueryImpl

        public TimerJobQueryImpl()
      • TimerJobQueryImpl

        public TimerJobQueryImpl​(CommandContext commandContext)
      • TimerJobQueryImpl

        public TimerJobQueryImpl​(CommandExecutor commandExecutor)