public interface HistoricExternalTaskLogQuery extends Query<HistoricExternalTaskLogQuery,HistoricExternalTaskLog>
Modifier and Type | Method and Description |
---|---|
HistoricExternalTaskLogQuery |
activityIdIn(String... activityIds)
Only select historic external task log entries which are associated with one of the given activity ids.
|
HistoricExternalTaskLogQuery |
activityInstanceIdIn(String... activityInstanceIds)
Only select historic external task log entries which are associated with one of the given activity instance ids.
|
HistoricExternalTaskLogQuery |
creationLog()
Only select created historic external task log entries.
|
HistoricExternalTaskLogQuery |
deletionLog()
Only select deleted historic external task log entries.
|
HistoricExternalTaskLogQuery |
errorMessage(String errorMessage)
Only select historic external task log entries with the given error message.
|
HistoricExternalTaskLogQuery |
executionIdIn(String... executionIds)
Only select historic external task log entries which are associated with one of the given execution ids.
|
HistoricExternalTaskLogQuery |
externalTaskId(String taskId)
Only select historic external task log entries with the given external task id.
|
HistoricExternalTaskLogQuery |
failureLog()
Only select failed historic external task log entries.
|
HistoricExternalTaskLogQuery |
logId(String historicExternalTaskLogId)
Only select historic external task log entries with the id.
|
HistoricExternalTaskLogQuery |
orderByActivityId()
Order by activity id (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricExternalTaskLogQuery |
orderByActivityInstanceId()
Order by activity instance id (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricExternalTaskLogQuery |
orderByExecutionId()
Order by execution id (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricExternalTaskLogQuery |
orderByExternalTaskId()
Order by external task id (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricExternalTaskLogQuery |
orderByPriority()
Order by external task priority (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricExternalTaskLogQuery |
orderByProcessDefinitionId()
Order by process definition id (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricExternalTaskLogQuery |
orderByProcessDefinitionKey()
Order by process definition key (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricExternalTaskLogQuery |
orderByProcessInstanceId()
Order by process instance id (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricExternalTaskLogQuery |
orderByRetries()
Order by external task retries (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricExternalTaskLogQuery |
orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricExternalTaskLogQuery |
orderByTimestamp()
Order by timestamp (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricExternalTaskLogQuery |
orderByTopicName()
Order by topic name (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricExternalTaskLogQuery |
orderByWorkerId()
Order by worker id (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricExternalTaskLogQuery |
priorityHigherThanOrEquals(long priority)
Only select log entries where the external task had a priority higher than or
equal to the given priority.
|
HistoricExternalTaskLogQuery |
priorityLowerThanOrEquals(long priority)
Only select log entries where the external task had a priority lower than or
equal to the given priority.
|
HistoricExternalTaskLogQuery |
processDefinitionId(String processDefinitionId)
Only select historic external task log entries with the process definition id.
|
HistoricExternalTaskLogQuery |
processDefinitionKey(String processDefinitionKey)
Only select historic external task log entries with the process instance key.
|
HistoricExternalTaskLogQuery |
processInstanceId(String processInstanceId)
Only select historic external task log entries with the process instance id.
|
HistoricExternalTaskLogQuery |
successLog()
Only select successful historic external task log entries.
|
HistoricExternalTaskLogQuery |
tenantIdIn(String... tenantIds)
Only select historic external task log entries that belong to one of the given tenant ids.
|
HistoricExternalTaskLogQuery |
topicName(String topicName)
Only select historic external task log entries with the given topic name.
|
HistoricExternalTaskLogQuery |
withoutTenantId()
Only selects historic external task log entries that have no tenant id.
|
HistoricExternalTaskLogQuery |
workerId(String workerId)
Only select historic external task log entries with the given worker id.
|
asc, count, desc, list, listPage, singleResult, unlimitedList
HistoricExternalTaskLogQuery logId(String historicExternalTaskLogId)
HistoricExternalTaskLogQuery externalTaskId(String taskId)
HistoricExternalTaskLogQuery topicName(String topicName)
HistoricExternalTaskLogQuery workerId(String workerId)
HistoricExternalTaskLogQuery errorMessage(String errorMessage)
HistoricExternalTaskLogQuery activityIdIn(String... activityIds)
HistoricExternalTaskLogQuery activityInstanceIdIn(String... activityInstanceIds)
HistoricExternalTaskLogQuery executionIdIn(String... executionIds)
HistoricExternalTaskLogQuery processInstanceId(String processInstanceId)
HistoricExternalTaskLogQuery processDefinitionId(String processDefinitionId)
HistoricExternalTaskLogQuery processDefinitionKey(String processDefinitionKey)
HistoricExternalTaskLogQuery tenantIdIn(String... tenantIds)
HistoricExternalTaskLogQuery withoutTenantId()
HistoricExternalTaskLogQuery priorityHigherThanOrEquals(long priority)
HistoricExternalTaskLogQuery priorityLowerThanOrEquals(long priority)
HistoricExternalTaskLogQuery creationLog()
HistoricExternalTaskLogQuery failureLog()
HistoricExternalTaskLogQuery successLog()
HistoricExternalTaskLogQuery deletionLog()
HistoricExternalTaskLogQuery orderByTimestamp()
Query.asc()
or Query.desc()
).HistoricExternalTaskLogQuery orderByExternalTaskId()
Query.asc()
or Query.desc()
).HistoricExternalTaskLogQuery orderByRetries()
Query.asc()
or Query.desc()
).HistoricExternalTaskLogQuery orderByPriority()
Query.asc()
or Query.desc()
).HistoricExternalTaskLogQuery orderByTopicName()
Query.asc()
or Query.desc()
).HistoricExternalTaskLogQuery orderByWorkerId()
Query.asc()
or Query.desc()
).HistoricExternalTaskLogQuery orderByActivityId()
Query.asc()
or Query.desc()
).HistoricExternalTaskLogQuery orderByActivityInstanceId()
Query.asc()
or Query.desc()
).HistoricExternalTaskLogQuery orderByExecutionId()
Query.asc()
or Query.desc()
).HistoricExternalTaskLogQuery orderByProcessInstanceId()
Query.asc()
or Query.desc()
).HistoricExternalTaskLogQuery orderByProcessDefinitionId()
Query.asc()
or Query.desc()
).HistoricExternalTaskLogQuery orderByProcessDefinitionKey()
Query.asc()
or Query.desc()
).HistoricExternalTaskLogQuery orderByTenantId()
Query.asc()
or Query.desc()
).
Note that the ordering of external task log entries without tenant id is database-specific.Copyright © 2022. All rights reserved.