HistoricJobLogQuery |
HistoricJobLogQuery.activityIdIn(String... activityIds) |
Only select historic job log entries which are associated with one of the given activity ids.
|
HistoricJobLogQuery |
HistoricJobLogQuery.creationLog() |
Only select created historic job log entries.
|
HistoricJobLogQuery |
HistoricJobLogQuery.deletionLog() |
Only select deleted historic job log entries.
|
HistoricJobLogQuery |
HistoricJobLogQuery.deploymentId(String deploymentId) |
Only select historic job log entries with the deployment id.
|
HistoricJobLogQuery |
HistoricJobLogQuery.executionIdIn(String... executionIds) |
Only select historic job log entries which are associated with one of the given execution ids.
|
HistoricJobLogQuery |
HistoricJobLogQuery.failedActivityIdIn(String... activityIds) |
Only select historic job log entries which are associated with failures of one of the given activity ids.
|
HistoricJobLogQuery |
HistoricJobLogQuery.failureLog() |
Only select failed historic job log entries.
|
HistoricJobLogQuery |
HistoricJobLogQuery.hostname(String hostname) |
Only selects historic job log entries that belong to the given host name.
|
HistoricJobLogQuery |
HistoricJobLogQuery.jobDefinitionConfiguration(String jobDefinitionConfiguration) |
Only select historic job log entries with the given job definition configuration type.
|
HistoricJobLogQuery |
HistoricJobLogQuery.jobDefinitionId(String jobDefinitionId) |
Only select historic job log entries with the given job definition id.
|
HistoricJobLogQuery |
HistoricJobLogQuery.jobDefinitionType(String jobDefinitionType) |
Only select historic job log entries with the given job definition type.
|
HistoricJobLogQuery |
HistoricJobLogQuery.jobExceptionMessage(String exceptionMessage) |
Only select historic job log entries with the given exception message.
|
HistoricJobLogQuery |
HistoricJobLogQuery.jobId(String jobId) |
Only select historic job log entries with the given job id.
|
HistoricJobLogQuery |
HistoricJobLogQuery.jobPriorityHigherThanOrEquals(long priority) |
Only select log entries where the job had a priority higher than or
equal to the given priority.
|
HistoricJobLogQuery |
HistoricJobLogQuery.jobPriorityLowerThanOrEquals(long priority) |
Only select log entries where the job had a priority lower than or
equal to the given priority.
|
HistoricJobLogQuery |
HistoricJobLogQuery.logId(String logId) |
Only select historic job log entries with the id.
|
HistoricJobLogQuery |
HistoricJobLogQuery.orderByActivityId() |
|
HistoricJobLogQuery |
HistoricJobLogQuery.orderByDeploymentId() |
|
HistoricJobLogQuery |
HistoricJobLogQuery.orderByExecutionId() |
|
HistoricJobLogQuery |
HistoricJobLogQuery.orderByHostname() |
|
HistoricJobLogQuery |
HistoricJobLogQuery.orderByJobDefinitionId() |
|
HistoricJobLogQuery |
HistoricJobLogQuery.orderByJobDueDate() |
|
HistoricJobLogQuery |
HistoricJobLogQuery.orderByJobId() |
|
HistoricJobLogQuery |
HistoricJobLogQuery.orderByJobPriority() |
|
HistoricJobLogQuery |
HistoricJobLogQuery.orderByJobRetries() |
|
HistoricJobLogQuery |
HistoricJobLogQuery.orderByProcessDefinitionId() |
|
HistoricJobLogQuery |
HistoricJobLogQuery.orderByProcessDefinitionKey() |
|
HistoricJobLogQuery |
HistoricJobLogQuery.orderByProcessInstanceId() |
|
HistoricJobLogQuery |
HistoricJobLogQuery.orderByTenantId() |
|
HistoricJobLogQuery |
HistoricJobLogQuery.orderByTimestamp() |
|
HistoricJobLogQuery |
HistoricJobLogQuery.orderPartiallyByOccurrence() |
|
HistoricJobLogQuery |
HistoricJobLogQuery.processDefinitionId(String processDefinitionId) |
Only select historic job log entries with the process definition id.
|
HistoricJobLogQuery |
HistoricJobLogQuery.processDefinitionKey(String processDefinitionKey) |
Only select historic job log entries with the process instance key.
|
HistoricJobLogQuery |
HistoricJobLogQuery.processInstanceId(String processInstanceId) |
Only select historic job log entries with the process instance id.
|
HistoricJobLogQuery |
HistoricJobLogQuery.successLog() |
Only select historic job logs which belongs to a
successful executed job.
|
HistoricJobLogQuery |
HistoricJobLogQuery.tenantIdIn(String... tenantIds) |
Only select historic job log entries that belong to one of the given tenant ids.
|
HistoricJobLogQuery |
HistoricJobLogQuery.withoutTenantId() |
Only selects historic job log entries that have no tenant id.
|