Uses of Interface
org.camunda.bpm.engine.history.HistoricExternalTaskLogQuery
Package
Description
Public API of the Camunda Platform engine.
Typical usage of the API starts by the creation of a
Through the services obtained from such a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine
can be obtained.Through the services obtained from such a
ProcessEngine
, BPM and workflow operation
can be executed:RepositoryService
:
Manages Deployment
sRuntimeService
:
For starting and searching ProcessInstance
sTaskService
:
Exposes operations to manage human (standalone) Task
s,
such as claiming, completing and assigning tasksIdentityService
:
Used for managing User
s,
Group
s and the relations between themManagementService
:
Exposes engine admin and maintenance operations,
which have no relation to the runtime execution of business processesHistoryService
:
Exposes information about ongoing and past process instances.FormService
:
Access to form data and rendered forms for starting new process instances and completing tasks.Classes related to the
HistoryService
.API implementation classes, which shouldn't directly be used by end-users.
-
Uses of HistoricExternalTaskLogQuery in org.camunda.bpm.engine
Modifier and TypeMethodDescriptionHistoryService.createHistoricExternalTaskLogQuery()
Creates a new programmatic query to search forhistoric external task logs
. -
Uses of HistoricExternalTaskLogQuery in org.camunda.bpm.engine.history
Modifier and TypeMethodDescriptionHistoricExternalTaskLogQuery.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.Only select historic external task log entries with the id.HistoricExternalTaskLogQuery.orderByActivityId()
Order by activity id (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricExternalTaskLogQuery.orderByActivityInstanceId()
Order by activity instance id (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricExternalTaskLogQuery.orderByExecutionId()
Order by execution id (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricExternalTaskLogQuery.orderByExternalTaskId()
Order by external task id (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricExternalTaskLogQuery.orderByPriority()
Order by external task priority (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricExternalTaskLogQuery.orderByProcessDefinitionId()
Order by process definition id (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricExternalTaskLogQuery.orderByProcessDefinitionKey()
Order by process definition key (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricExternalTaskLogQuery.orderByProcessInstanceId()
Order by process instance id (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricExternalTaskLogQuery.orderByRetries()
Order by external task retries (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricExternalTaskLogQuery.orderByTenantId()
Order by tenant id (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricExternalTaskLogQuery.orderByTimestamp()
Order by timestamp (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricExternalTaskLogQuery.orderByTopicName()
Order by topic name (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricExternalTaskLogQuery.orderByWorkerId()
Order by worker id (needs to be followed byQuery.asc()
orQuery.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.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.Only select historic external task log entries with the given worker id. -
Uses of HistoricExternalTaskLogQuery in org.camunda.bpm.engine.impl
Modifier and TypeMethodDescriptionHistoricExternalTaskLogQueryImpl.activityIdIn
(String... activityIds) HistoricExternalTaskLogQueryImpl.activityInstanceIdIn
(String... activityInstanceIds) HistoryServiceImpl.createHistoricExternalTaskLogQuery()
HistoricExternalTaskLogQueryImpl.creationLog()
HistoricExternalTaskLogQueryImpl.deletionLog()
HistoricExternalTaskLogQueryImpl.errorMessage
(String errorMessage) HistoricExternalTaskLogQueryImpl.executionIdIn
(String... executionIds) HistoricExternalTaskLogQueryImpl.externalTaskId
(String externalTaskId) HistoricExternalTaskLogQueryImpl.failureLog()
HistoricExternalTaskLogQueryImpl.orderByActivityId()
HistoricExternalTaskLogQueryImpl.orderByActivityInstanceId()
HistoricExternalTaskLogQueryImpl.orderByExecutionId()
HistoricExternalTaskLogQueryImpl.orderByExternalTaskId()
HistoricExternalTaskLogQueryImpl.orderByPriority()
HistoricExternalTaskLogQueryImpl.orderByProcessDefinitionId()
HistoricExternalTaskLogQueryImpl.orderByProcessDefinitionKey()
HistoricExternalTaskLogQueryImpl.orderByProcessInstanceId()
HistoricExternalTaskLogQueryImpl.orderByRetries()
HistoricExternalTaskLogQueryImpl.orderByTenantId()
HistoricExternalTaskLogQueryImpl.orderByTimestamp()
HistoricExternalTaskLogQueryImpl.orderByTopicName()
HistoricExternalTaskLogQueryImpl.orderByWorkerId()
HistoricExternalTaskLogQueryImpl.priorityHigherThanOrEquals
(long priority) HistoricExternalTaskLogQueryImpl.priorityLowerThanOrEquals
(long priority) HistoricExternalTaskLogQueryImpl.processDefinitionId
(String processDefinitionId) HistoricExternalTaskLogQueryImpl.processDefinitionKey
(String processDefinitionKey) HistoricExternalTaskLogQueryImpl.processInstanceId
(String processInstanceId) HistoricExternalTaskLogQueryImpl.successLog()
HistoricExternalTaskLogQueryImpl.tenantIdIn
(String... tenantIds) HistoricExternalTaskLogQueryImpl.withoutTenantId()
-
Uses of HistoricExternalTaskLogQuery in org.camunda.bpm.engine.rest.dto.history
Modifier and TypeMethodDescriptionprotected HistoricExternalTaskLogQuery
HistoricExternalTaskLogQueryDto.createNewQuery
(ProcessEngine engine) Modifier and TypeMethodDescriptionprotected void
HistoricExternalTaskLogQueryDto.applyFilters
(HistoricExternalTaskLogQuery query) protected void
HistoricExternalTaskLogQueryDto.applySortBy
(HistoricExternalTaskLogQuery query, String sortBy, Map<String, Object> parameters, ProcessEngine engine)