Package org.camunda.bpm.engine.history
Interface HistoricJobLogQuery
- All Superinterfaces:
- Query<HistoricJobLogQuery,- HistoricJobLog> 
- All Known Implementing Classes:
- HistoricJobLogQueryImpl
- Author:
- Roman Smirnov
- 
Method SummaryModifier and TypeMethodDescriptionactivityIdIn(String... activityIds) Only select historic job log entries which are associated with one of the given activity ids.Only select created historic job log entries.Only select deleted historic job log entries.deploymentId(String deploymentId) Only select historic job log entries with the deployment id.executionIdIn(String... executionIds) Only select historic job log entries which are associated with one of the given execution ids.failedActivityIdIn(String... activityIds) Only select historic job log entries which are associated with failures of one of the given activity ids.Only select failed historic job log entries.Only selects historic job log entries that belong to the given host name.jobDefinitionConfiguration(String jobDefinitionConfiguration) Only select historic job log entries with the given job definition configuration type.jobDefinitionId(String jobDefinitionId) Only select historic job log entries with the given job definition id.jobDefinitionType(String jobDefinitionType) Only select historic job log entries with the given job definition type.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.jobPriorityHigherThanOrEquals(long priority) Only select log entries where the job had a priority higher than or equal to the given priority.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.Order by activity id (needs to be followed byQuery.asc()orQuery.desc()).Order by deployment id (needs to be followed byQuery.asc()orQuery.desc()).Order by execution id (needs to be followed byQuery.asc()orQuery.desc()).Order by hostname (needs to be followed byQuery.asc()orQuery.desc()).Order by job definition id (needs to be followed byQuery.asc()orQuery.desc()).Order by job due date (needs to be followed byQuery.asc()orQuery.desc()).Order by job id (needs to be followed byQuery.asc()orQuery.desc()).Order by job priority (needs to be followed byQuery.asc()orQuery.desc()).Order by job retries (needs to be followed byQuery.asc()orQuery.desc()).Order by process definition id (needs to be followed byQuery.asc()orQuery.desc()).Order by process definition key (needs to be followed byQuery.asc()orQuery.desc()).Order by process instance id (needs to be followed byQuery.asc()orQuery.desc()).Order by tenant id (needs to be followed byQuery.asc()orQuery.desc()).Order by timestamp (needs to be followed byQuery.asc()orQuery.desc()).Sort thehistoric job logsin the order in which they occurred and needs to be followed byQuery.asc()orQuery.desc().processDefinitionId(String processDefinitionId) Only select historic job log entries with the process definition id.processDefinitionKey(String processDefinitionKey) Only select historic job log entries with the process instance key.processInstanceId(String processInstanceId) Only select historic job log entries with the process instance id.Only select historic job logs which belongs to asuccessfulexecuted job.tenantIdIn(String... tenantIds) Only select historic job log entries that belong to one of the given tenant ids.Only selects historic job log entries that have no tenant id.Methods inherited from interface org.camunda.bpm.engine.query.Queryasc, count, desc, list, listPage, singleResult, unlimitedList
- 
Method Details- 
logIdOnly select historic job log entries with the id.
- 
jobIdOnly select historic job log entries with the given job id.
- 
jobExceptionMessageOnly select historic job log entries with the given exception message.
- 
jobDefinitionIdOnly select historic job log entries with the given job definition id.
- 
jobDefinitionTypeOnly select historic job log entries with the given job definition type.
- 
jobDefinitionConfigurationOnly select historic job log entries with the given job definition configuration type.
- 
activityIdInOnly select historic job log entries which are associated with one of the given activity ids.
- 
failedActivityIdInOnly select historic job log entries which are associated with failures of one of the given activity ids.
- 
executionIdInOnly select historic job log entries which are associated with one of the given execution ids.
- 
processInstanceIdOnly select historic job log entries with the process instance id.
- 
processDefinitionIdOnly select historic job log entries with the process definition id.
- 
processDefinitionKeyOnly select historic job log entries with the process instance key.
- 
deploymentIdOnly select historic job log entries with the deployment id.
- 
tenantIdInOnly select historic job log entries that belong to one of the given tenant ids.
- 
withoutTenantIdHistoricJobLogQuery withoutTenantId()Only selects historic job log entries that have no tenant id.
- 
hostnameOnly selects historic job log entries that belong to the given host name.
- 
jobPriorityHigherThanOrEqualsOnly select log entries where the job had a priority higher than or equal to the given priority.- Since:
- 7.4
 
- 
jobPriorityLowerThanOrEqualsOnly select log entries where the job had a priority lower than or equal to the given priority.- Since:
- 7.4
 
- 
creationLogHistoricJobLogQuery creationLog()Only select created historic job log entries.
- 
failureLogHistoricJobLogQuery failureLog()Only select failed historic job log entries.
- 
successLogHistoricJobLogQuery successLog()Only select historic job logs which belongs to asuccessfulexecuted job.
- 
deletionLogHistoricJobLogQuery deletionLog()Only select deleted historic job log entries.
- 
orderByTimestampHistoricJobLogQuery orderByTimestamp()Order by timestamp (needs to be followed byQuery.asc()orQuery.desc()).
- 
orderByJobIdHistoricJobLogQuery orderByJobId()Order by job id (needs to be followed byQuery.asc()orQuery.desc()).
- 
orderByJobDueDateHistoricJobLogQuery orderByJobDueDate()Order by job due date (needs to be followed byQuery.asc()orQuery.desc()).
- 
orderByJobRetriesHistoricJobLogQuery orderByJobRetries()Order by job retries (needs to be followed byQuery.asc()orQuery.desc()).
- 
orderByJobPriorityHistoricJobLogQuery orderByJobPriority()Order by job priority (needs to be followed byQuery.asc()orQuery.desc()).- Since:
- 7.4
 
- 
orderByJobDefinitionIdHistoricJobLogQuery orderByJobDefinitionId()Order by job definition id (needs to be followed byQuery.asc()orQuery.desc()).
- 
orderByActivityIdHistoricJobLogQuery orderByActivityId()Order by activity id (needs to be followed byQuery.asc()orQuery.desc()).
- 
orderByExecutionIdHistoricJobLogQuery orderByExecutionId()Order by execution id (needs to be followed byQuery.asc()orQuery.desc()).
- 
orderByProcessInstanceIdHistoricJobLogQuery orderByProcessInstanceId()Order by process instance id (needs to be followed byQuery.asc()orQuery.desc()).
- 
orderByProcessDefinitionIdHistoricJobLogQuery orderByProcessDefinitionId()Order by process definition id (needs to be followed byQuery.asc()orQuery.desc()).
- 
orderByProcessDefinitionKeyHistoricJobLogQuery orderByProcessDefinitionKey()Order by process definition key (needs to be followed byQuery.asc()orQuery.desc()).
- 
orderByDeploymentIdHistoricJobLogQuery orderByDeploymentId()Order by deployment id (needs to be followed byQuery.asc()orQuery.desc()).
- 
orderPartiallyByOccurrenceHistoricJobLogQuery orderPartiallyByOccurrence()Sort the historic job logsin the order in which they occurred and needs to be followed byQuery.asc()orQuery.desc().The set of all historic job logsis a partially ordered set. Due to this facthistoric job logswith differentjob idsare incomparable. Onlyhistoric job logswith the samejob idcan be totally ordered by usingjobId(String)andorderPartiallyByOccurrence()which will return a result set ordered by its occurrence.- Since:
- 7.3
 
- 
orderByTenantIdHistoricJobLogQuery orderByTenantId()Order by tenant id (needs to be followed byQuery.asc()orQuery.desc()). Note that the ordering of job log entries without tenant id is database-specific.
- 
orderByHostnameHistoricJobLogQuery orderByHostname()Order by hostname (needs to be followed byQuery.asc()orQuery.desc()). Note that the ordering of job log entries without hostname is database-specific.
 
-