public interface ExternalWorkerJobQuery extends BaseJobQuery<ExternalWorkerJobQuery,ExternalWorkerJob>
Jobs.Query.NullHandlingOnOrder| Modifier and Type | Method and Description |
|---|---|
ExternalWorkerJobQuery |
forUserOrGroups(String userId,
Collection<String> groups)
Only select jobs for the given user or groups.
|
ExternalWorkerJobQuery |
locked()
Only return jobs that are locked (i.e.
|
ExternalWorkerJobQuery |
lockOwner(String lockOwner)
Only return jobs with the given lock owner.
|
ExternalWorkerJobQuery |
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, withoutScopeTypeExternalWorkerJobQuery forUserOrGroups(String userId, Collection<String> groups)
ExternalWorkerJobQuery lockOwner(String lockOwner)
ExternalWorkerJobQuery locked()
ExternalWorkerJobQuery unlocked()
Copyright © 2021 Flowable. All rights reserved.