Package org.camunda.bpm.engine.history
Interface HistoricJobLogQuery
-
- All Superinterfaces:
Query<HistoricJobLogQuery,HistoricJobLog>
- All Known Implementing Classes:
HistoricJobLogQueryImpl
public interface HistoricJobLogQuery extends Query<HistoricJobLogQuery,HistoricJobLog>
- Author:
- Roman Smirnov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HistoricJobLogQueryactivityIdIn(String... activityIds)Only select historic job log entries which are associated with one of the given activity ids.HistoricJobLogQuerycreationLog()Only select created historic job log entries.HistoricJobLogQuerydeletionLog()Only select deleted historic job log entries.HistoricJobLogQuerydeploymentId(String deploymentId)Only select historic job log entries with the deployment id.HistoricJobLogQueryexecutionIdIn(String... executionIds)Only select historic job log entries which are associated with one of the given execution ids.HistoricJobLogQueryfailedActivityIdIn(String... activityIds)Only select historic job log entries which are associated with failures of one of the given activity ids.HistoricJobLogQueryfailureLog()Only select failed historic job log entries.HistoricJobLogQueryhostname(String hostname)Only selects historic job log entries that belong to the given host name.HistoricJobLogQueryjobDefinitionConfiguration(String jobDefinitionConfiguration)Only select historic job log entries with the given job definition configuration type.HistoricJobLogQueryjobDefinitionId(String jobDefinitionId)Only select historic job log entries with the given job definition id.HistoricJobLogQueryjobDefinitionType(String jobDefinitionType)Only select historic job log entries with the given job definition type.HistoricJobLogQueryjobExceptionMessage(String exceptionMessage)Only select historic job log entries with the given exception message.HistoricJobLogQueryjobId(String jobId)Only select historic job log entries with the given job id.HistoricJobLogQueryjobPriorityHigherThanOrEquals(long priority)Only select log entries where the job had a priority higher than or equal to the given priority.HistoricJobLogQueryjobPriorityLowerThanOrEquals(long priority)Only select log entries where the job had a priority lower than or equal to the given priority.HistoricJobLogQuerylogId(String logId)Only select historic job log entries with the id.HistoricJobLogQueryorderByActivityId()Order by activity id (needs to be followed byQuery.asc()orQuery.desc()).HistoricJobLogQueryorderByDeploymentId()Order by deployment id (needs to be followed byQuery.asc()orQuery.desc()).HistoricJobLogQueryorderByExecutionId()Order by execution id (needs to be followed byQuery.asc()orQuery.desc()).HistoricJobLogQueryorderByHostname()Order by hostname (needs to be followed byQuery.asc()orQuery.desc()).HistoricJobLogQueryorderByJobDefinitionId()Order by job definition id (needs to be followed byQuery.asc()orQuery.desc()).HistoricJobLogQueryorderByJobDueDate()Order by job due date (needs to be followed byQuery.asc()orQuery.desc()).HistoricJobLogQueryorderByJobId()Order by job id (needs to be followed byQuery.asc()orQuery.desc()).HistoricJobLogQueryorderByJobPriority()Order by job priority (needs to be followed byQuery.asc()orQuery.desc()).HistoricJobLogQueryorderByJobRetries()Order by job retries (needs to be followed byQuery.asc()orQuery.desc()).HistoricJobLogQueryorderByProcessDefinitionId()Order by process definition id (needs to be followed byQuery.asc()orQuery.desc()).HistoricJobLogQueryorderByProcessDefinitionKey()Order by process definition key (needs to be followed byQuery.asc()orQuery.desc()).HistoricJobLogQueryorderByProcessInstanceId()Order by process instance id (needs to be followed byQuery.asc()orQuery.desc()).HistoricJobLogQueryorderByTenantId()Order by tenant id (needs to be followed byQuery.asc()orQuery.desc()).HistoricJobLogQueryorderByTimestamp()Order by timestamp (needs to be followed byQuery.asc()orQuery.desc()).HistoricJobLogQueryorderPartiallyByOccurrence()Sort thehistoric job logsin the order in which they occurred and needs to be followed byQuery.asc()orQuery.desc().HistoricJobLogQueryprocessDefinitionId(String processDefinitionId)Only select historic job log entries with the process definition id.HistoricJobLogQueryprocessDefinitionKey(String processDefinitionKey)Only select historic job log entries with the process instance key.HistoricJobLogQueryprocessInstanceId(String processInstanceId)Only select historic job log entries with the process instance id.HistoricJobLogQuerysuccessLog()Only select historic job logs which belongs to asuccessfulexecuted job.HistoricJobLogQuerytenantIdIn(String... tenantIds)Only select historic job log entries that belong to one of the given tenant ids.HistoricJobLogQuerywithoutTenantId()Only selects historic job log entries that have no tenant id.-
Methods inherited from interface org.camunda.bpm.engine.query.Query
asc, count, desc, list, listPage, singleResult, unlimitedList
-
-
-
-
Method Detail
-
logId
HistoricJobLogQuery logId(String logId)
Only select historic job log entries with the id.
-
jobId
HistoricJobLogQuery jobId(String jobId)
Only select historic job log entries with the given job id.
-
jobExceptionMessage
HistoricJobLogQuery jobExceptionMessage(String exceptionMessage)
Only select historic job log entries with the given exception message.
-
jobDefinitionId
HistoricJobLogQuery jobDefinitionId(String jobDefinitionId)
Only select historic job log entries with the given job definition id.
-
jobDefinitionType
HistoricJobLogQuery jobDefinitionType(String jobDefinitionType)
Only select historic job log entries with the given job definition type.
-
jobDefinitionConfiguration
HistoricJobLogQuery jobDefinitionConfiguration(String jobDefinitionConfiguration)
Only select historic job log entries with the given job definition configuration type.
-
activityIdIn
HistoricJobLogQuery activityIdIn(String... activityIds)
Only select historic job log entries which are associated with one of the given activity ids.
-
failedActivityIdIn
HistoricJobLogQuery failedActivityIdIn(String... activityIds)
Only select historic job log entries which are associated with failures of one of the given activity ids.
-
executionIdIn
HistoricJobLogQuery executionIdIn(String... executionIds)
Only select historic job log entries which are associated with one of the given execution ids.
-
processInstanceId
HistoricJobLogQuery processInstanceId(String processInstanceId)
Only select historic job log entries with the process instance id.
-
processDefinitionId
HistoricJobLogQuery processDefinitionId(String processDefinitionId)
Only select historic job log entries with the process definition id.
-
processDefinitionKey
HistoricJobLogQuery processDefinitionKey(String processDefinitionKey)
Only select historic job log entries with the process instance key.
-
deploymentId
HistoricJobLogQuery deploymentId(String deploymentId)
Only select historic job log entries with the deployment id.
-
tenantIdIn
HistoricJobLogQuery tenantIdIn(String... tenantIds)
Only select historic job log entries that belong to one of the given tenant ids.
-
withoutTenantId
HistoricJobLogQuery withoutTenantId()
Only selects historic job log entries that have no tenant id.
-
hostname
HistoricJobLogQuery hostname(String hostname)
Only selects historic job log entries that belong to the given host name.
-
jobPriorityHigherThanOrEquals
HistoricJobLogQuery jobPriorityHigherThanOrEquals(long priority)
Only select log entries where the job had a priority higher than or equal to the given priority.- Since:
- 7.4
-
jobPriorityLowerThanOrEquals
HistoricJobLogQuery jobPriorityLowerThanOrEquals(long priority)
Only select log entries where the job had a priority lower than or equal to the given priority.- Since:
- 7.4
-
creationLog
HistoricJobLogQuery creationLog()
Only select created historic job log entries.
-
failureLog
HistoricJobLogQuery failureLog()
Only select failed historic job log entries.
-
successLog
HistoricJobLogQuery successLog()
Only select historic job logs which belongs to asuccessfulexecuted job.
-
deletionLog
HistoricJobLogQuery deletionLog()
Only select deleted historic job log entries.
-
orderByTimestamp
HistoricJobLogQuery orderByTimestamp()
Order by timestamp (needs to be followed byQuery.asc()orQuery.desc()).
-
orderByJobId
HistoricJobLogQuery orderByJobId()
Order by job id (needs to be followed byQuery.asc()orQuery.desc()).
-
orderByJobDueDate
HistoricJobLogQuery orderByJobDueDate()
Order by job due date (needs to be followed byQuery.asc()orQuery.desc()).
-
orderByJobRetries
HistoricJobLogQuery orderByJobRetries()
Order by job retries (needs to be followed byQuery.asc()orQuery.desc()).
-
orderByJobPriority
HistoricJobLogQuery orderByJobPriority()
Order by job priority (needs to be followed byQuery.asc()orQuery.desc()).- Since:
- 7.4
-
orderByJobDefinitionId
HistoricJobLogQuery orderByJobDefinitionId()
Order by job definition id (needs to be followed byQuery.asc()orQuery.desc()).
-
orderByActivityId
HistoricJobLogQuery orderByActivityId()
Order by activity id (needs to be followed byQuery.asc()orQuery.desc()).
-
orderByExecutionId
HistoricJobLogQuery orderByExecutionId()
Order by execution id (needs to be followed byQuery.asc()orQuery.desc()).
-
orderByProcessInstanceId
HistoricJobLogQuery orderByProcessInstanceId()
Order by process instance id (needs to be followed byQuery.asc()orQuery.desc()).
-
orderByProcessDefinitionId
HistoricJobLogQuery orderByProcessDefinitionId()
Order by process definition id (needs to be followed byQuery.asc()orQuery.desc()).
-
orderByProcessDefinitionKey
HistoricJobLogQuery orderByProcessDefinitionKey()
Order by process definition key (needs to be followed byQuery.asc()orQuery.desc()).
-
orderByDeploymentId
HistoricJobLogQuery orderByDeploymentId()
Order by deployment id (needs to be followed byQuery.asc()orQuery.desc()).
-
orderPartiallyByOccurrence
HistoricJobLogQuery 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
-
orderByTenantId
HistoricJobLogQuery 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.
-
orderByHostname
HistoricJobLogQuery 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.
-
-