Uses of Interface
org.camunda.bpm.engine.history.HistoricExternalTaskLogQuery
- 
Packages that use HistoricExternalTaskLogQuery Package Description org.camunda.bpm.engine Public API of the Camunda Platform engine.
 Typical usage of the API starts by the creation of aProcessEngineConfiguration(typically based on a configuration file), from which aProcessEnginecan be obtained.
 Through the services obtained from such aProcessEngine, BPM and workflow operation can be executed:
 RepositoryService: ManagesDeployments
 RuntimeService: For starting and searchingProcessInstances
 TaskService: Exposes operations to manage human (standalone)Tasks, such as claiming, completing and assigning tasks
 IdentityService: Used for managingUsers,Groups and the relations between them
 ManagementService: Exposes engine admin and maintenance operations, which have no relation to the runtime execution of business processes
 HistoryService: Exposes information about ongoing and past process instances.
 FormService: Access to form data and rendered forms for starting new process instances and completing tasks.org.camunda.bpm.engine.history Classes related to theHistoryService.org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.rest.dto.history 
- 
- 
Uses of HistoricExternalTaskLogQuery in org.camunda.bpm.engineMethods in org.camunda.bpm.engine that return HistoricExternalTaskLogQuery Modifier and Type Method Description HistoricExternalTaskLogQueryHistoryService. createHistoricExternalTaskLogQuery()Creates a new programmatic query to search forhistoric external task logs.
- 
Uses of HistoricExternalTaskLogQuery in org.camunda.bpm.engine.historyMethods in org.camunda.bpm.engine.history that return HistoricExternalTaskLogQuery Modifier and Type Method Description HistoricExternalTaskLogQueryHistoricExternalTaskLogQuery. activityIdIn(java.lang.String... activityIds)Only select historic external task log entries which are associated with one of the given activity ids.HistoricExternalTaskLogQueryHistoricExternalTaskLogQuery. activityInstanceIdIn(java.lang.String... activityInstanceIds)Only select historic external task log entries which are associated with one of the given activity instance ids.HistoricExternalTaskLogQueryHistoricExternalTaskLogQuery. creationLog()Only select created historic external task log entries.HistoricExternalTaskLogQueryHistoricExternalTaskLogQuery. deletionLog()Only select deleted historic external task log entries.HistoricExternalTaskLogQueryHistoricExternalTaskLogQuery. errorMessage(java.lang.String errorMessage)Only select historic external task log entries with the given error message.HistoricExternalTaskLogQueryHistoricExternalTaskLogQuery. executionIdIn(java.lang.String... executionIds)Only select historic external task log entries which are associated with one of the given execution ids.HistoricExternalTaskLogQueryHistoricExternalTaskLogQuery. externalTaskId(java.lang.String taskId)Only select historic external task log entries with the given external task id.HistoricExternalTaskLogQueryHistoricExternalTaskLogQuery. failureLog()Only select failed historic external task log entries.HistoricExternalTaskLogQueryHistoricExternalTaskLogQuery. logId(java.lang.String historicExternalTaskLogId)Only select historic external task log entries with the id.HistoricExternalTaskLogQueryHistoricExternalTaskLogQuery. orderByActivityId()Order by activity id (needs to be followed byQuery.asc()orQuery.desc()).HistoricExternalTaskLogQueryHistoricExternalTaskLogQuery. orderByActivityInstanceId()Order by activity instance id (needs to be followed byQuery.asc()orQuery.desc()).HistoricExternalTaskLogQueryHistoricExternalTaskLogQuery. orderByExecutionId()Order by execution id (needs to be followed byQuery.asc()orQuery.desc()).HistoricExternalTaskLogQueryHistoricExternalTaskLogQuery. orderByExternalTaskId()Order by external task id (needs to be followed byQuery.asc()orQuery.desc()).HistoricExternalTaskLogQueryHistoricExternalTaskLogQuery. orderByPriority()Order by external task priority (needs to be followed byQuery.asc()orQuery.desc()).HistoricExternalTaskLogQueryHistoricExternalTaskLogQuery. orderByProcessDefinitionId()Order by process definition id (needs to be followed byQuery.asc()orQuery.desc()).HistoricExternalTaskLogQueryHistoricExternalTaskLogQuery. orderByProcessDefinitionKey()Order by process definition key (needs to be followed byQuery.asc()orQuery.desc()).HistoricExternalTaskLogQueryHistoricExternalTaskLogQuery. orderByProcessInstanceId()Order by process instance id (needs to be followed byQuery.asc()orQuery.desc()).HistoricExternalTaskLogQueryHistoricExternalTaskLogQuery. orderByRetries()Order by external task retries (needs to be followed byQuery.asc()orQuery.desc()).HistoricExternalTaskLogQueryHistoricExternalTaskLogQuery. orderByTenantId()Order by tenant id (needs to be followed byQuery.asc()orQuery.desc()).HistoricExternalTaskLogQueryHistoricExternalTaskLogQuery. orderByTimestamp()Order by timestamp (needs to be followed byQuery.asc()orQuery.desc()).HistoricExternalTaskLogQueryHistoricExternalTaskLogQuery. orderByTopicName()Order by topic name (needs to be followed byQuery.asc()orQuery.desc()).HistoricExternalTaskLogQueryHistoricExternalTaskLogQuery. orderByWorkerId()Order by worker id (needs to be followed byQuery.asc()orQuery.desc()).HistoricExternalTaskLogQueryHistoricExternalTaskLogQuery. priorityHigherThanOrEquals(long priority)Only select log entries where the external task had a priority higher than or equal to the given priority.HistoricExternalTaskLogQueryHistoricExternalTaskLogQuery. priorityLowerThanOrEquals(long priority)Only select log entries where the external task had a priority lower than or equal to the given priority.HistoricExternalTaskLogQueryHistoricExternalTaskLogQuery. processDefinitionId(java.lang.String processDefinitionId)Only select historic external task log entries with the process definition id.HistoricExternalTaskLogQueryHistoricExternalTaskLogQuery. processDefinitionKey(java.lang.String processDefinitionKey)Only select historic external task log entries with the process instance key.HistoricExternalTaskLogQueryHistoricExternalTaskLogQuery. processInstanceId(java.lang.String processInstanceId)Only select historic external task log entries with the process instance id.HistoricExternalTaskLogQueryHistoricExternalTaskLogQuery. successLog()Only select successful historic external task log entries.HistoricExternalTaskLogQueryHistoricExternalTaskLogQuery. tenantIdIn(java.lang.String... tenantIds)Only select historic external task log entries that belong to one of the given tenant ids.HistoricExternalTaskLogQueryHistoricExternalTaskLogQuery. topicName(java.lang.String topicName)Only select historic external task log entries with the given topic name.HistoricExternalTaskLogQueryHistoricExternalTaskLogQuery. withoutTenantId()Only selects historic external task log entries that have no tenant id.HistoricExternalTaskLogQueryHistoricExternalTaskLogQuery. workerId(java.lang.String workerId)Only select historic external task log entries with the given worker id.
- 
Uses of HistoricExternalTaskLogQuery in org.camunda.bpm.engine.implClasses in org.camunda.bpm.engine.impl that implement HistoricExternalTaskLogQuery Modifier and Type Class Description classHistoricExternalTaskLogQueryImplMethods in org.camunda.bpm.engine.impl that return HistoricExternalTaskLogQuery Modifier and Type Method Description HistoricExternalTaskLogQueryHistoricExternalTaskLogQueryImpl. activityIdIn(java.lang.String... activityIds)HistoricExternalTaskLogQueryHistoricExternalTaskLogQueryImpl. activityInstanceIdIn(java.lang.String... activityInstanceIds)HistoricExternalTaskLogQueryHistoryServiceImpl. createHistoricExternalTaskLogQuery()HistoricExternalTaskLogQueryHistoricExternalTaskLogQueryImpl. creationLog()HistoricExternalTaskLogQueryHistoricExternalTaskLogQueryImpl. deletionLog()HistoricExternalTaskLogQueryHistoricExternalTaskLogQueryImpl. errorMessage(java.lang.String errorMessage)HistoricExternalTaskLogQueryHistoricExternalTaskLogQueryImpl. executionIdIn(java.lang.String... executionIds)HistoricExternalTaskLogQueryHistoricExternalTaskLogQueryImpl. externalTaskId(java.lang.String externalTaskId)HistoricExternalTaskLogQueryHistoricExternalTaskLogQueryImpl. failureLog()HistoricExternalTaskLogQueryHistoricExternalTaskLogQueryImpl. logId(java.lang.String historicExternalTaskLogId)HistoricExternalTaskLogQueryHistoricExternalTaskLogQueryImpl. orderByActivityId()HistoricExternalTaskLogQueryHistoricExternalTaskLogQueryImpl. orderByActivityInstanceId()HistoricExternalTaskLogQueryHistoricExternalTaskLogQueryImpl. orderByExecutionId()HistoricExternalTaskLogQueryHistoricExternalTaskLogQueryImpl. orderByExternalTaskId()HistoricExternalTaskLogQueryHistoricExternalTaskLogQueryImpl. orderByPriority()HistoricExternalTaskLogQueryHistoricExternalTaskLogQueryImpl. orderByProcessDefinitionId()HistoricExternalTaskLogQueryHistoricExternalTaskLogQueryImpl. orderByProcessDefinitionKey()HistoricExternalTaskLogQueryHistoricExternalTaskLogQueryImpl. orderByProcessInstanceId()HistoricExternalTaskLogQueryHistoricExternalTaskLogQueryImpl. orderByRetries()HistoricExternalTaskLogQueryHistoricExternalTaskLogQueryImpl. orderByTenantId()HistoricExternalTaskLogQueryHistoricExternalTaskLogQueryImpl. orderByTimestamp()HistoricExternalTaskLogQueryHistoricExternalTaskLogQueryImpl. orderByTopicName()HistoricExternalTaskLogQueryHistoricExternalTaskLogQueryImpl. orderByWorkerId()HistoricExternalTaskLogQueryHistoricExternalTaskLogQueryImpl. priorityHigherThanOrEquals(long priority)HistoricExternalTaskLogQueryHistoricExternalTaskLogQueryImpl. priorityLowerThanOrEquals(long priority)HistoricExternalTaskLogQueryHistoricExternalTaskLogQueryImpl. processDefinitionId(java.lang.String processDefinitionId)HistoricExternalTaskLogQueryHistoricExternalTaskLogQueryImpl. processDefinitionKey(java.lang.String processDefinitionKey)HistoricExternalTaskLogQueryHistoricExternalTaskLogQueryImpl. processInstanceId(java.lang.String processInstanceId)HistoricExternalTaskLogQueryHistoricExternalTaskLogQueryImpl. successLog()HistoricExternalTaskLogQueryHistoricExternalTaskLogQueryImpl. tenantIdIn(java.lang.String... tenantIds)HistoricExternalTaskLogQueryHistoricExternalTaskLogQueryImpl. topicName(java.lang.String topicName)HistoricExternalTaskLogQueryHistoricExternalTaskLogQueryImpl. withoutTenantId()HistoricExternalTaskLogQueryHistoricExternalTaskLogQueryImpl. workerId(java.lang.String workerId)
- 
Uses of HistoricExternalTaskLogQuery in org.camunda.bpm.engine.rest.dto.historyMethods in org.camunda.bpm.engine.rest.dto.history that return HistoricExternalTaskLogQuery Modifier and Type Method Description protected HistoricExternalTaskLogQueryHistoricExternalTaskLogQueryDto. createNewQuery(ProcessEngine engine)Methods in org.camunda.bpm.engine.rest.dto.history with parameters of type HistoricExternalTaskLogQuery Modifier and Type Method Description protected voidHistoricExternalTaskLogQueryDto. applyFilters(HistoricExternalTaskLogQuery query)protected voidHistoricExternalTaskLogQueryDto. applySortBy(HistoricExternalTaskLogQuery query, java.lang.String sortBy, java.util.Map<java.lang.String,java.lang.Object> parameters, ProcessEngine engine)
 
-