public interface TimerJobQuery extends BaseJobQuery<TimerJobQuery,Job>
Jobs.Query.NullHandlingOnOrder| Modifier and Type | Method and Description |
|---|---|
TimerJobQuery |
executable()
Only select jobs which are executable, ie.
|
TimerJobQuery |
handlerType(String handlerType)
Select jobs which have given job handler type
|
TimerJobQuery |
messages()
Only select jobs that are messages.
|
TimerJobQuery |
timers()
Only select jobs that are timers.
|
caseDefinitionId, caseInstanceId, category, categoryLike, correlationId, duedateHigherThan, duedateLowerThan, elementId, elementName, exceptionMessage, executionId, handlerTypes, jobId, jobTenantId, jobTenantIdLike, jobWithoutTenantId, orderByExecutionId, orderByJobCreateTime, orderByJobDuedate, orderByJobId, orderByJobRetries, orderByProcessInstanceId, orderByTenantId, planItemInstanceId, processDefinitionId, processInstanceId, scopeDefinitionId, scopeId, scopeType, subScopeId, withException, withoutProcessInstanceId, withoutScopeId, withoutScopeTypeTimerJobQuery executable()
TimerJobQuery handlerType(String handlerType)
handlerType in interface BaseJobQuery<TimerJobQuery,Job>TimerJobQuery timers()
messages()TimerJobQuery messages()
timers()Copyright © 2021 Flowable. All rights reserved.