public interface DeadLetterJobQuery extends Query<DeadLetterJobQuery,Job>
Jobs.Query.NullHandlingOnOrder| Modifier and Type | Method and Description |
|---|---|
DeadLetterJobQuery |
caseDefinitionId(String caseDefinitionId)
Only select jobs for the given case definition.
|
DeadLetterJobQuery |
caseInstanceId(String caseInstanceId)
Only select jobs for the given case instance.
|
DeadLetterJobQuery |
duedateHigherThan(Date date)
Only select jobs where the duedate is higher then the given date.
|
DeadLetterJobQuery |
duedateLowerThan(Date date)
Only select jobs where the duedate is lower than the given date.
|
DeadLetterJobQuery |
exceptionMessage(String exceptionMessage)
Only select jobs that failed due to an exception with the given message.
|
DeadLetterJobQuery |
executable()
Only select jobs which are executable, ie.
|
DeadLetterJobQuery |
executionId(String executionId)
Only select jobs which exist for the given execution
|
DeadLetterJobQuery |
handlerType(String handlerType)
Select jobs which have given job handler type
|
DeadLetterJobQuery |
jobId(String jobId)
Only select jobs with the given id
|
DeadLetterJobQuery |
jobTenantId(String tenantId)
Only select jobs that have the given tenant id.
|
DeadLetterJobQuery |
jobTenantIdLike(String tenantIdLike)
Only select jobs with a tenant id like the given one.
|
DeadLetterJobQuery |
jobWithoutTenantId()
Only select jobs that do not have a tenant id.
|
DeadLetterJobQuery |
messages()
Only select jobs that are messages.
|
DeadLetterJobQuery |
orderByExecutionId()
Order by execution id (needs to be followed by
Query.asc() or Query.desc()). |
DeadLetterJobQuery |
orderByJobDuedate()
Order by duedate (needs to be followed by
Query.asc() or Query.desc()). |
DeadLetterJobQuery |
orderByJobId()
Order by job id (needs to be followed by
Query.asc() or Query.desc()). |
DeadLetterJobQuery |
orderByJobRetries()
Order by retries (needs to be followed by
Query.asc() or Query.desc()). |
DeadLetterJobQuery |
orderByProcessInstanceId()
Order by process instance id (needs to be followed by
Query.asc() or Query.desc()). |
DeadLetterJobQuery |
orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc()). |
DeadLetterJobQuery |
planItemInstanceId(String planItemInstanceId)
Only select jobs for the given plan item instance.
|
DeadLetterJobQuery |
processDefinitionId(String processDefinitionId)
Only select jobs which exist for the given process definition id
|
DeadLetterJobQuery |
processInstanceId(String processInstanceId)
Only select jobs which exist for the given process instance.
|
DeadLetterJobQuery |
scopeDefinitionId(String scopeDefinitionId)
Only select jobs for the given scope definition identifier.
|
DeadLetterJobQuery |
scopeId(String scopeId)
Only select jobs for the given scope identifier.
|
DeadLetterJobQuery |
scopeType(String scopeType)
Only select jobs for the given scope type.
|
DeadLetterJobQuery |
subScopeId(String subScopeId)
Only select jobs for the given sub scope identifier.
|
DeadLetterJobQuery |
timers()
Only select jobs that are timers.
|
DeadLetterJobQuery |
withException()
Only select jobs that failed due to an exception.
|
DeadLetterJobQuery jobId(String jobId)
DeadLetterJobQuery processInstanceId(String processInstanceId)
DeadLetterJobQuery executionId(String executionId)
DeadLetterJobQuery handlerType(String handlerType)
DeadLetterJobQuery processDefinitionId(String processDefinitionId)
DeadLetterJobQuery scopeId(String scopeId)
DeadLetterJobQuery subScopeId(String subScopeId)
DeadLetterJobQuery scopeType(String scopeType)
DeadLetterJobQuery scopeDefinitionId(String scopeDefinitionId)
DeadLetterJobQuery caseInstanceId(String caseInstanceId)
DeadLetterJobQuery caseDefinitionId(String caseDefinitionId)
DeadLetterJobQuery planItemInstanceId(String planItemInstanceId)
DeadLetterJobQuery executable()
DeadLetterJobQuery timers()
messages()DeadLetterJobQuery messages()
timers()DeadLetterJobQuery duedateLowerThan(Date date)
DeadLetterJobQuery duedateHigherThan(Date date)
DeadLetterJobQuery withException()
DeadLetterJobQuery exceptionMessage(String exceptionMessage)
DeadLetterJobQuery jobTenantId(String tenantId)
DeadLetterJobQuery jobTenantIdLike(String tenantIdLike)
DeadLetterJobQuery jobWithoutTenantId()
DeadLetterJobQuery orderByJobId()
Query.asc() or Query.desc()).DeadLetterJobQuery orderByJobDuedate()
Query.asc() or Query.desc()).DeadLetterJobQuery orderByJobRetries()
Query.asc() or Query.desc()).DeadLetterJobQuery orderByProcessInstanceId()
Query.asc() or Query.desc()).DeadLetterJobQuery orderByExecutionId()
Query.asc() or Query.desc()).DeadLetterJobQuery orderByTenantId()
Query.asc() or Query.desc()).Copyright © 2018 Flowable. All rights reserved.