TimerJobQuery |
TimerJobQuery.duedateHigherThan(java.util.Date date) |
Only select jobs where the duedate is higher then the given date.
|
TimerJobQuery |
TimerJobQuery.duedateLowerThan(java.util.Date date) |
Only select jobs where the duedate is lower than the given date.
|
TimerJobQuery |
TimerJobQuery.exceptionMessage(java.lang.String exceptionMessage) |
Only select jobs that failed due to an exception with the given message.
|
TimerJobQuery |
TimerJobQuery.executable() |
Only select jobs which are executable, ie.
|
TimerJobQuery |
TimerJobQuery.executionId(java.lang.String executionId) |
Only select jobs which exist for the given execution
|
TimerJobQuery |
TimerJobQuery.jobId(java.lang.String jobId) |
Only select jobs with the given id
|
TimerJobQuery |
TimerJobQuery.jobTenantId(java.lang.String tenantId) |
Only select jobs that have the given tenant id.
|
TimerJobQuery |
TimerJobQuery.jobTenantIdLike(java.lang.String tenantIdLike) |
Only select jobs with a tenant id like the given one.
|
TimerJobQuery |
TimerJobQuery.jobWithoutTenantId() |
Only select jobs that do not have a tenant id.
|
TimerJobQuery |
TimerJobQuery.messages() |
Only select jobs that are messages.
|
TimerJobQuery |
TimerJobQuery.orderByExecutionId() |
|
TimerJobQuery |
TimerJobQuery.orderByJobDuedate() |
|
TimerJobQuery |
TimerJobQuery.orderByJobId() |
|
TimerJobQuery |
TimerJobQuery.orderByJobRetries() |
|
TimerJobQuery |
TimerJobQuery.orderByProcessInstanceId() |
|
TimerJobQuery |
TimerJobQuery.orderByTenantId() |
|
TimerJobQuery |
TimerJobQuery.processDefinitionId(java.lang.String processDefinitionid) |
Only select jobs which exist for the given process definition id
|
TimerJobQuery |
TimerJobQuery.processInstanceId(java.lang.String processInstanceId) |
Only select jobs which exist for the given process instance.
|
TimerJobQuery |
TimerJobQuery.timers() |
Only select jobs that are timers.
|
TimerJobQuery |
TimerJobQuery.withException() |
Only select jobs that failed due to an exception.
|