public interface JobQuery extends BaseJobQuery<JobQuery,Job>
Jobs.Query.NullHandlingOnOrder| Modifier and Type | Method and Description |
|---|---|
JobQuery |
locked()
Only return jobs that are locked (i.e.
|
JobQuery |
lockOwner(String lockOwner)
Only return jobs with the given lock owner.
|
JobQuery |
messages()
Only select jobs that are messages.
|
JobQuery |
timers()
Only select jobs that are timers.
|
JobQuery |
unlocked()
Only return jobs that are not locked.
|
caseDefinitionId, caseInstanceId, category, categoryLike, correlationId, duedateHigherThan, duedateLowerThan, elementId, elementName, exceptionMessage, executionId, handlerType, handlerTypes, jobId, jobTenantId, jobTenantIdLike, jobWithoutTenantId, orderByExecutionId, orderByJobCreateTime, orderByJobDuedate, orderByJobId, orderByJobRetries, orderByProcessInstanceId, orderByTenantId, planItemInstanceId, processDefinitionId, processInstanceId, scopeDefinitionId, scopeId, scopeType, subScopeId, withException, withoutProcessInstanceId, withoutScopeId, withoutScopeTypeJobQuery timers()
messages()JobQuery messages()
timers()JobQuery locked()
JobQuery unlocked()
Copyright © 2021 Flowable. All rights reserved.