| Modifier and Type | Method and Description |
|---|---|
HistoryJobQuery |
HistoryJobQuery.exceptionMessage(String exceptionMessage)
Only select jobs that failed due to an exception with the given message.
|
HistoryJobQuery |
HistoryJobQuery.handlerType(String handlerType)
Select jobs which have given job handler type
|
HistoryJobQuery |
HistoryJobQuery.jobId(String jobId)
Only select jobs with the given id
|
HistoryJobQuery |
HistoryJobQuery.jobTenantId(String tenantId)
Only select jobs that have the given tenant id.
|
HistoryJobQuery |
HistoryJobQuery.jobTenantIdLike(String tenantIdLike)
Only select jobs with a tenant id like the given one.
|
HistoryJobQuery |
HistoryJobQuery.jobWithoutTenantId()
Only select jobs that do not have a tenant id.
|
HistoryJobQuery |
HistoryJobQuery.locked()
Only return jobs that are locked (i.e.
|
HistoryJobQuery |
HistoryJobQuery.lockOwner(String lockOwner)
Only return jobs with the given lock owner.
|
HistoryJobQuery |
HistoryJobQuery.orderByExecutionId()
Order by execution id (needs to be followed by
Query.asc() or Query.desc()). |
HistoryJobQuery |
HistoryJobQuery.orderByJobDuedate()
Order by duedate (needs to be followed by
Query.asc() or Query.desc()). |
HistoryJobQuery |
HistoryJobQuery.orderByJobId()
Order by job id (needs to be followed by
Query.asc() or Query.desc()). |
HistoryJobQuery |
HistoryJobQuery.orderByJobRetries()
Order by retries (needs to be followed by
Query.asc() or Query.desc()). |
HistoryJobQuery |
HistoryJobQuery.orderByProcessInstanceId()
Order by process instance id (needs to be followed by
Query.asc() or Query.desc()). |
HistoryJobQuery |
HistoryJobQuery.orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc()). |
HistoryJobQuery |
HistoryJobQuery.scopeType(String scopeType)
Only select jobs with the given scope type.
|
HistoryJobQuery |
HistoryJobQuery.unlocked()
Only return jobs that are not locked.
|
HistoryJobQuery |
HistoryJobQuery.withException()
Only select jobs that failed due to an exception.
|
Copyright © 2018 Flowable. All rights reserved.