Modifier and Type | Method and Description |
---|---|
TimerJobQuery |
TimerJobQuery.caseDefinitionId(String caseDefinitionId)
Only select jobs for the given case definition.
|
TimerJobQuery |
TimerJobQuery.caseInstanceId(String caseInstanceId)
Only select jobs for the given case instance.
|
TimerJobQuery |
TimerJobQuery.duedateHigherThan(Date date)
Only select jobs where the duedate is higher then the given date.
|
TimerJobQuery |
TimerJobQuery.duedateLowerThan(Date date)
Only select jobs where the duedate is lower than the given date.
|
TimerJobQuery |
TimerJobQuery.exceptionMessage(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(String executionId)
Only select jobs which exist for the given execution
|
TimerJobQuery |
TimerJobQuery.handlerType(String handlerType)
Select jobs which have given job handler type
|
TimerJobQuery |
TimerJobQuery.jobId(String jobId)
Only select jobs with the given id
|
TimerJobQuery |
TimerJobQuery.jobTenantId(String tenantId)
Only select jobs that have the given tenant id.
|
TimerJobQuery |
TimerJobQuery.jobTenantIdLike(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()
Order by execution id (needs to be followed by
Query.asc() or Query.desc() ). |
TimerJobQuery |
TimerJobQuery.orderByJobDuedate()
Order by duedate (needs to be followed by
Query.asc() or Query.desc() ). |
TimerJobQuery |
TimerJobQuery.orderByJobId()
Order by job id (needs to be followed by
Query.asc() or Query.desc() ). |
TimerJobQuery |
TimerJobQuery.orderByJobRetries()
Order by retries (needs to be followed by
Query.asc() or Query.desc() ). |
TimerJobQuery |
TimerJobQuery.orderByProcessInstanceId()
Order by process instance id (needs to be followed by
Query.asc() or Query.desc() ). |
TimerJobQuery |
TimerJobQuery.orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc() ). |
TimerJobQuery |
TimerJobQuery.planItemInstanceId(String planItemInstanceId)
Only select jobs for the given plan item instance.
|
TimerJobQuery |
TimerJobQuery.processDefinitionId(String processDefinitionid)
Only select jobs which exist for the given process definition id
|
TimerJobQuery |
TimerJobQuery.processInstanceId(String processInstanceId)
Only select jobs which exist for the given process instance.
|
TimerJobQuery |
TimerJobQuery.scopeDefinitionId(String scopeDefinitionId)
Only select tasks for the given scope definition identifier.
|
TimerJobQuery |
TimerJobQuery.scopeId(String scopeId)
Only select jobs for the given scope identifier.
|
TimerJobQuery |
TimerJobQuery.scopeType(String scopeType)
Only select jobs for the given scope type.
|
TimerJobQuery |
TimerJobQuery.subScopeId(String subScopeId)
Only select jobs for the given sub scope identifier.
|
TimerJobQuery |
TimerJobQuery.timers()
Only select jobs that are timers.
|
TimerJobQuery |
TimerJobQuery.withException()
Only select jobs that failed due to an exception.
|
Copyright © 2018 Flowable. All rights reserved.