HistoricIncidentQuery |
HistoricIncidentQuery.activityId(String activityId) |
Only select historic incidents which contain an activity with the given id.
|
HistoricIncidentQuery |
HistoricIncidentQuery.causeIncidentId(String causeIncidentId) |
Only select historic incidents which contain the id of the cause incident.
|
HistoricIncidentQuery |
HistoricIncidentQuery.configuration(String configuration) |
Only select incidents which contain the configuration.
|
HistoricIncidentQuery |
HistoricIncidentQuery.createTimeAfter(Date createTimeAfter) |
Only select historic incidents which have a createTime date after the given date
|
HistoricIncidentQuery |
HistoricIncidentQuery.createTimeBefore(Date createTimeBefore) |
Only select historic incidents which have a createTime date before the given date
|
HistoricIncidentQuery |
HistoricIncidentQuery.deleted() |
Only select historic incidents which are deleted.
|
HistoricIncidentQuery |
HistoricIncidentQuery.endTimeAfter(Date endTimeAfter) |
Only select historic incidents which have an endTimeAfter date after the given date
|
HistoricIncidentQuery |
HistoricIncidentQuery.endTimeBefore(Date endTimeBefore) |
Only select historic incidents which have an endTimeBefore date before the given date
|
HistoricIncidentQuery |
HistoricIncidentQuery.executionId(String executionId) |
Only select historic incidents with the given id.
|
HistoricIncidentQuery |
HistoricIncidentQuery.failedActivityId(String activityId) |
Only select historic incidents which were created due to a failure at an activity with the given id.
|
HistoricIncidentQuery |
HistoricIncidentQuery.historyConfiguration(String historyConfiguration) |
Only select incidents which contain the historyConfiguration.
|
HistoricIncidentQuery |
HistoricIncidentQuery.incidentId(String incidentId) |
Only select historic incidents which have the given id.
|
HistoricIncidentQuery |
HistoricIncidentQuery.incidentMessage(String incidentMessage) |
Only select historic incidents which have the given incident message.
|
HistoricIncidentQuery |
HistoricIncidentQuery.incidentMessageLike(String incidentMessageLike) |
Only select historic incidents which incident message is like the given value
|
HistoricIncidentQuery |
HistoricIncidentQuery.incidentType(String incidentType) |
Only select historic incidents which have the given incident type.
|
HistoricIncidentQuery |
HistoricIncidentQuery.jobDefinitionIdIn(String... jobDefinitionIds) |
Only select incidents that belong to one of the given job definition ids.
|
HistoricIncidentQuery |
HistoricIncidentQuery.open() |
Only select historic incidents which are open.
|
HistoricIncidentQuery |
HistoricIncidentQuery.orderByActivityId() |
|
HistoricIncidentQuery |
HistoricIncidentQuery.orderByCauseIncidentId() |
|
HistoricIncidentQuery |
HistoricIncidentQuery.orderByConfiguration() |
|
HistoricIncidentQuery |
HistoricIncidentQuery.orderByCreateTime() |
|
HistoricIncidentQuery |
HistoricIncidentQuery.orderByEndTime() |
|
HistoricIncidentQuery |
HistoricIncidentQuery.orderByExecutionId() |
|
HistoricIncidentQuery |
HistoricIncidentQuery.orderByHistoryConfiguration() |
|
HistoricIncidentQuery |
HistoricIncidentQuery.orderByIncidentId() |
|
HistoricIncidentQuery |
HistoricIncidentQuery.orderByIncidentMessage() |
|
HistoricIncidentQuery |
HistoricIncidentQuery.orderByIncidentState() |
|
HistoricIncidentQuery |
HistoricIncidentQuery.orderByIncidentType() |
|
HistoricIncidentQuery |
HistoricIncidentQuery.orderByProcessDefinitionId() |
|
HistoricIncidentQuery |
HistoricIncidentQuery.orderByProcessDefinitionKey() |
|
HistoricIncidentQuery |
HistoricIncidentQuery.orderByProcessInstanceId() |
|
HistoricIncidentQuery |
HistoricIncidentQuery.orderByRootCauseIncidentId() |
|
HistoricIncidentQuery |
HistoricIncidentQuery.orderByTenantId() |
|
HistoricIncidentQuery |
HistoricIncidentQuery.processDefinitionId(String processDefinitionId) |
Only select historic incidents which have the given process definition id.
|
HistoricIncidentQuery |
HistoricIncidentQuery.processDefinitionKey(String processDefinitionKey) |
Only select historic incidents which have the given processDefinitionKey.
|
HistoricIncidentQuery |
HistoricIncidentQuery.processDefinitionKeyIn(String... processDefinitionKeys) |
Only select historic incidents which have one of the given process definition keys.
|
HistoricIncidentQuery |
HistoricIncidentQuery.processInstanceId(String processInstanceId) |
Only select historic incidents which have the given process instance id.
|
HistoricIncidentQuery |
HistoricIncidentQuery.resolved() |
Only select historic incidents which are resolved.
|
HistoricIncidentQuery |
HistoricIncidentQuery.rootCauseIncidentId(String rootCauseIncidentId) |
Only select historic incidents which contain the id of the root cause incident.
|
HistoricIncidentQuery |
HistoricIncidentQuery.tenantIdIn(String... tenantIds) |
Only select historic incidents that belong to one of the given tenant ids.
|
HistoricIncidentQuery |
HistoricIncidentQuery.withoutTenantId() |
Only selects historic incidents that have no tenant id.
|