Uses of Interface
org.camunda.bpm.engine.history.HistoricJobLogQuery
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 HistoricJobLogQuery in org.camunda.bpm.engine
Modifier and TypeMethodDescriptionHistoryService.createHistoricJobLogQuery()
Creates a new programmatic query to search forhistoric job logs
. -
Uses of HistoricJobLogQuery in org.camunda.bpm.engine.history
Modifier and TypeMethodDescriptionHistoricJobLogQuery.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.failedActivityIdIn
(String... activityIds) Only select historic job log entries which are associated with failures of one of the given activity ids.HistoricJobLogQuery.failureLog()
Only select failed historic job log entries.Only selects historic job log entries that belong to the given host name.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.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.Only select historic job log entries with the id.HistoricJobLogQuery.orderByActivityId()
Order by activity id (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricJobLogQuery.orderByDeploymentId()
Order by deployment id (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricJobLogQuery.orderByExecutionId()
Order by execution id (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricJobLogQuery.orderByHostname()
Order by hostname (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricJobLogQuery.orderByJobDefinitionId()
Order by job definition id (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricJobLogQuery.orderByJobDueDate()
Order by job due date (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricJobLogQuery.orderByJobId()
Order by job id (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricJobLogQuery.orderByJobPriority()
Order by job priority (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricJobLogQuery.orderByJobRetries()
Order by job retries (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricJobLogQuery.orderByProcessDefinitionId()
Order by process definition id (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricJobLogQuery.orderByProcessDefinitionKey()
Order by process definition key (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricJobLogQuery.orderByProcessInstanceId()
Order by process instance id (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricJobLogQuery.orderByTenantId()
Order by tenant id (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricJobLogQuery.orderByTimestamp()
Order by timestamp (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricJobLogQuery.orderPartiallyByOccurrence()
Sort thehistoric job logs
in the order in which they occurred and needs to be followed byQuery.asc()
orQuery.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 asuccessful
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. -
Uses of HistoricJobLogQuery in org.camunda.bpm.engine.impl
Modifier and TypeMethodDescriptionHistoricJobLogQueryImpl.activityIdIn
(String... activityIds) HistoryServiceImpl.createHistoricJobLogQuery()
HistoricJobLogQueryImpl.creationLog()
HistoricJobLogQueryImpl.deletionLog()
HistoricJobLogQueryImpl.deploymentId
(String deploymentId) HistoricJobLogQueryImpl.executionIdIn
(String... executionIds) HistoricJobLogQueryImpl.failedActivityIdIn
(String... activityIds) HistoricJobLogQueryImpl.failureLog()
HistoricJobLogQueryImpl.jobDefinitionConfiguration
(String jobDefinitionConfiguration) HistoricJobLogQueryImpl.jobDefinitionId
(String jobDefinitionId) HistoricJobLogQueryImpl.jobDefinitionType
(String jobDefinitionType) HistoricJobLogQueryImpl.jobExceptionMessage
(String jobExceptionMessage) HistoricJobLogQueryImpl.jobPriorityHigherThanOrEquals
(long priority) HistoricJobLogQueryImpl.jobPriorityLowerThanOrEquals
(long priority) HistoricJobLogQueryImpl.orderByActivityId()
HistoricJobLogQueryImpl.orderByDeploymentId()
HistoricJobLogQueryImpl.orderByExecutionId()
HistoricJobLogQueryImpl.orderByHostname()
HistoricJobLogQueryImpl.orderByJobDefinitionId()
HistoricJobLogQueryImpl.orderByJobDueDate()
HistoricJobLogQueryImpl.orderByJobId()
HistoricJobLogQueryImpl.orderByJobPriority()
HistoricJobLogQueryImpl.orderByJobRetries()
HistoricJobLogQueryImpl.orderByProcessDefinitionId()
HistoricJobLogQueryImpl.orderByProcessDefinitionKey()
HistoricJobLogQueryImpl.orderByProcessInstanceId()
HistoricJobLogQueryImpl.orderByTenantId()
HistoricJobLogQueryImpl.orderByTimestamp()
HistoricJobLogQueryImpl.orderPartiallyByOccurrence()
HistoricJobLogQueryImpl.processDefinitionId
(String processDefinitionId) HistoricJobLogQueryImpl.processDefinitionKey
(String processDefinitionKey) HistoricJobLogQueryImpl.processInstanceId
(String processInstanceId) HistoricJobLogQueryImpl.successLog()
HistoricJobLogQueryImpl.tenantIdIn
(String... tenantIds) HistoricJobLogQueryImpl.withoutTenantId()
-
Uses of HistoricJobLogQuery in org.camunda.bpm.engine.rest.dto.history
Modifier and TypeMethodDescriptionprotected HistoricJobLogQuery
HistoricJobLogQueryDto.createNewQuery
(ProcessEngine engine) Modifier and TypeMethodDescriptionprotected void
HistoricJobLogQueryDto.applyFilters
(HistoricJobLogQuery query) protected void
HistoricJobLogQueryDto.applySortBy
(HistoricJobLogQuery query, String sortBy, Map<String, Object> parameters, ProcessEngine engine)