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