HistoricExternalTaskLogQuery |
HistoricExternalTaskLogQuery.activityIdIn(String... activityIds) |
Only select historic external task log entries which are associated with one of the given activity ids.
|
HistoricExternalTaskLogQuery |
HistoricExternalTaskLogQuery.activityInstanceIdIn(String... activityInstanceIds) |
Only select historic external task log entries which are associated with one of the given activity instance ids.
|
HistoricExternalTaskLogQuery |
HistoricExternalTaskLogQuery.creationLog() |
Only select created historic external task log entries.
|
HistoricExternalTaskLogQuery |
HistoricExternalTaskLogQuery.deletionLog() |
Only select deleted historic external task log entries.
|
HistoricExternalTaskLogQuery |
HistoricExternalTaskLogQuery.errorMessage(String errorMessage) |
Only select historic external task log entries with the given error message.
|
HistoricExternalTaskLogQuery |
HistoricExternalTaskLogQuery.executionIdIn(String... executionIds) |
Only select historic external task log entries which are associated with one of the given execution ids.
|
HistoricExternalTaskLogQuery |
HistoricExternalTaskLogQuery.externalTaskId(String taskId) |
Only select historic external task log entries with the given external task id.
|
HistoricExternalTaskLogQuery |
HistoricExternalTaskLogQuery.failureLog() |
Only select failed historic external task log entries.
|
HistoricExternalTaskLogQuery |
HistoricExternalTaskLogQuery.logId(String historicExternalTaskLogId) |
Only select historic external task log entries with the id.
|
HistoricExternalTaskLogQuery |
HistoricExternalTaskLogQuery.orderByActivityId() |
|
HistoricExternalTaskLogQuery |
HistoricExternalTaskLogQuery.orderByActivityInstanceId() |
|
HistoricExternalTaskLogQuery |
HistoricExternalTaskLogQuery.orderByExecutionId() |
|
HistoricExternalTaskLogQuery |
HistoricExternalTaskLogQuery.orderByExternalTaskId() |
|
HistoricExternalTaskLogQuery |
HistoricExternalTaskLogQuery.orderByPriority() |
|
HistoricExternalTaskLogQuery |
HistoricExternalTaskLogQuery.orderByProcessDefinitionId() |
|
HistoricExternalTaskLogQuery |
HistoricExternalTaskLogQuery.orderByProcessDefinitionKey() |
|
HistoricExternalTaskLogQuery |
HistoricExternalTaskLogQuery.orderByProcessInstanceId() |
|
HistoricExternalTaskLogQuery |
HistoricExternalTaskLogQuery.orderByRetries() |
|
HistoricExternalTaskLogQuery |
HistoricExternalTaskLogQuery.orderByTenantId() |
|
HistoricExternalTaskLogQuery |
HistoricExternalTaskLogQuery.orderByTimestamp() |
|
HistoricExternalTaskLogQuery |
HistoricExternalTaskLogQuery.orderByTopicName() |
|
HistoricExternalTaskLogQuery |
HistoricExternalTaskLogQuery.orderByWorkerId() |
|
HistoricExternalTaskLogQuery |
HistoricExternalTaskLogQuery.priorityHigherThanOrEquals(long priority) |
Only select log entries where the external task had a priority higher than or
equal to the given priority.
|
HistoricExternalTaskLogQuery |
HistoricExternalTaskLogQuery.priorityLowerThanOrEquals(long priority) |
Only select log entries where the external task had a priority lower than or
equal to the given priority.
|
HistoricExternalTaskLogQuery |
HistoricExternalTaskLogQuery.processDefinitionId(String processDefinitionId) |
Only select historic external task log entries with the process definition id.
|
HistoricExternalTaskLogQuery |
HistoricExternalTaskLogQuery.processDefinitionKey(String processDefinitionKey) |
Only select historic external task log entries with the process instance key.
|
HistoricExternalTaskLogQuery |
HistoricExternalTaskLogQuery.processInstanceId(String processInstanceId) |
Only select historic external task log entries with the process instance id.
|
HistoricExternalTaskLogQuery |
HistoricExternalTaskLogQuery.successLog() |
Only select successful historic external task log entries.
|
HistoricExternalTaskLogQuery |
HistoricExternalTaskLogQuery.tenantIdIn(String... tenantIds) |
Only select historic external task log entries that belong to one of the given tenant ids.
|
HistoricExternalTaskLogQuery |
HistoricExternalTaskLogQuery.topicName(String topicName) |
Only select historic external task log entries with the given topic name.
|
HistoricExternalTaskLogQuery |
HistoricExternalTaskLogQuery.withoutTenantId() |
Only selects historic external task log entries that have no tenant id.
|
HistoricExternalTaskLogQuery |
HistoricExternalTaskLogQuery.workerId(String workerId) |
Only select historic external task log entries with the given worker id.
|