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