public interface HistoricJobLogQuery extends Query<HistoricJobLogQuery,HistoricJobLog>
Modifier and Type | Method and Description |
---|---|
HistoricJobLogQuery |
activityIdIn(String... activityIds)
Only select historic job log entries which are associated with one of the given activity ids.
|
HistoricJobLogQuery |
creationLog()
Only select created historic job log entries.
|
HistoricJobLogQuery |
deletionLog()
Only select deleted historic job log entries.
|
HistoricJobLogQuery |
deploymentId(String deploymentId)
Only select historic job log entries with the deployment id.
|
HistoricJobLogQuery |
executionIdIn(String... executionIds)
Only select historic job log entries which are associated with one of the given execution ids.
|
HistoricJobLogQuery |
failureLog()
Only select failed historic job log entries.
|
HistoricJobLogQuery |
jobDefinitionConfiguration(String jobDefinitionConfiguration)
Only select historic job log entries with the given job definition configuration type.
|
HistoricJobLogQuery |
jobDefinitionId(String jobDefinitionId)
Only select historic job log entries with the given job definition id.
|
HistoricJobLogQuery |
jobDefinitionType(String jobDefinitionType)
Only select historic job log entries with the given job definition type.
|
HistoricJobLogQuery |
jobExceptionMessage(String exceptionMessage)
Only select historic job log entries with the given exception message.
|
HistoricJobLogQuery |
jobId(String jobId)
Only select historic job log entries with the given job id.
|
HistoricJobLogQuery |
jobPriorityHigherThanOrEquals(long priority)
Only select log entries where the job had a priority higher than or
equal to the given priority.
|
HistoricJobLogQuery |
jobPriorityLowerThanOrEquals(long priority)
Only select log entries where the job had a priority lower than or
equal to the given priority.
|
HistoricJobLogQuery |
logId(String logId)
Only select historic job log entries with the id.
|
HistoricJobLogQuery |
orderByActivityId()
Order by activity id (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricJobLogQuery |
orderByDeploymentId()
Order by deployment id (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricJobLogQuery |
orderByExecutionId()
Order by execution id (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricJobLogQuery |
orderByJobDefinitionId()
Order by job definition id (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricJobLogQuery |
orderByJobDueDate()
Order by job due date (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricJobLogQuery |
orderByJobId()
Order by job id (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricJobLogQuery |
orderByJobPriority()
Order by job priority (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricJobLogQuery |
orderByJobRetries()
Order by job retries (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricJobLogQuery |
orderByProcessDefinitionId()
Order by process definition id (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricJobLogQuery |
orderByProcessDefinitionKey()
Order by process definition key (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricJobLogQuery |
orderByProcessInstanceId()
Order by process instance id (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricJobLogQuery |
orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricJobLogQuery |
orderByTimestamp()
Order by timestamp (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricJobLogQuery |
orderPartiallyByOccurrence()
Sort the
historic job logs in the order in which
they occurred and needs to be followed by Query.asc() or Query.desc() . |
HistoricJobLogQuery |
processDefinitionId(String processDefinitionId)
Only select historic job log entries with the process definition id.
|
HistoricJobLogQuery |
processDefinitionKey(String processDefinitionKey)
Only select historic job log entries with the process instance key.
|
HistoricJobLogQuery |
processInstanceId(String processInstanceId)
Only select historic job log entries with the process instance id.
|
HistoricJobLogQuery |
successLog()
Only select historic job logs which belongs to a
successful executed job. |
HistoricJobLogQuery |
tenantIdIn(String... tenantIds)
Only select historic job log entries that belong to one of the given tenant ids.
|
HistoricJobLogQuery |
withoutTenantId()
Only selects historic job log entries that have no tenant id.
|
asc, count, desc, list, listPage, singleResult, unlimitedList
HistoricJobLogQuery logId(String logId)
HistoricJobLogQuery jobId(String jobId)
HistoricJobLogQuery jobExceptionMessage(String exceptionMessage)
HistoricJobLogQuery jobDefinitionId(String jobDefinitionId)
HistoricJobLogQuery jobDefinitionType(String jobDefinitionType)
HistoricJobLogQuery jobDefinitionConfiguration(String jobDefinitionConfiguration)
HistoricJobLogQuery activityIdIn(String... activityIds)
HistoricJobLogQuery executionIdIn(String... executionIds)
HistoricJobLogQuery processInstanceId(String processInstanceId)
HistoricJobLogQuery processDefinitionId(String processDefinitionId)
HistoricJobLogQuery processDefinitionKey(String processDefinitionKey)
HistoricJobLogQuery deploymentId(String deploymentId)
HistoricJobLogQuery tenantIdIn(String... tenantIds)
HistoricJobLogQuery withoutTenantId()
HistoricJobLogQuery jobPriorityHigherThanOrEquals(long priority)
HistoricJobLogQuery jobPriorityLowerThanOrEquals(long priority)
HistoricJobLogQuery creationLog()
HistoricJobLogQuery failureLog()
HistoricJobLogQuery successLog()
successful
executed job.HistoricJobLogQuery deletionLog()
HistoricJobLogQuery orderByTimestamp()
Query.asc()
or Query.desc()
).HistoricJobLogQuery orderByJobId()
Query.asc()
or Query.desc()
).HistoricJobLogQuery orderByJobDueDate()
Query.asc()
or Query.desc()
).HistoricJobLogQuery orderByJobRetries()
Query.asc()
or Query.desc()
).HistoricJobLogQuery orderByJobPriority()
Query.asc()
or Query.desc()
).HistoricJobLogQuery orderByJobDefinitionId()
Query.asc()
or Query.desc()
).HistoricJobLogQuery orderByActivityId()
Query.asc()
or Query.desc()
).HistoricJobLogQuery orderByExecutionId()
Query.asc()
or Query.desc()
).HistoricJobLogQuery orderByProcessInstanceId()
Query.asc()
or Query.desc()
).HistoricJobLogQuery orderByProcessDefinitionId()
Query.asc()
or Query.desc()
).HistoricJobLogQuery orderByProcessDefinitionKey()
Query.asc()
or Query.desc()
).HistoricJobLogQuery orderByDeploymentId()
Query.asc()
or Query.desc()
).HistoricJobLogQuery orderPartiallyByOccurrence()
Sort the historic job logs
in the order in which
they occurred and needs to be followed by Query.asc()
or Query.desc()
.
The set of all historic job logs
is a partially ordered
set. Due to this fact historic job logs
with different
job ids
are incomparable. Only historic job logs
with the same job id
can
be totally ordered by using jobId(String)
and orderPartiallyByOccurrence()
which will return a result set ordered by its occurrence.
HistoricJobLogQuery orderByTenantId()
Query.asc()
or Query.desc()
).
Note that the ordering of job log entries without tenant id is database-specific.Copyright © 2019. All rights reserved.