public interface HistoricIncidentQuery extends Query<HistoricIncidentQuery,HistoricIncident>
Modifier and Type | Method and Description |
---|---|
HistoricIncidentQuery |
activityId(String activityId)
Only select historic incidents which contain an activity with the given id.
|
HistoricIncidentQuery |
causeIncidentId(String causeIncidentId)
Only select historic incidents which contain the id of the cause incident.
|
HistoricIncidentQuery |
configuration(String configuration)
Only select incidents which contain the configuration.
|
HistoricIncidentQuery |
createTimeAfter(Date createTimeAfter)
Only select historic incidents which have a createTime date after the given date
|
HistoricIncidentQuery |
createTimeBefore(Date createTimeBefore)
Only select historic incidents which have a createTime date before the given date
|
HistoricIncidentQuery |
deleted()
Only select historic incidents which are deleted.
|
HistoricIncidentQuery |
endTimeAfter(Date endTimeAfter)
Only select historic incidents which have an endTimeAfter date after the given date
|
HistoricIncidentQuery |
endTimeBefore(Date endTimeBefore)
Only select historic incidents which have an endTimeBefore date before the given date
|
HistoricIncidentQuery |
executionId(String executionId)
Only select historic incidents with the given id.
|
HistoricIncidentQuery |
failedActivityId(String activityId)
Only select historic incidents which were created due to a failure at an activity with the given id.
|
HistoricIncidentQuery |
historyConfiguration(String historyConfiguration)
Only select incidents which contain the historyConfiguration.
|
HistoricIncidentQuery |
incidentId(String incidentId)
Only select historic incidents which have the given id.
|
HistoricIncidentQuery |
incidentMessage(String incidentMessage)
Only select historic incidents which have the given incident message.
|
HistoricIncidentQuery |
incidentMessageLike(String incidentMessageLike)
Only select historic incidents which incident message is like the given value
|
HistoricIncidentQuery |
incidentType(String incidentType)
Only select historic incidents which have the given incident type.
|
HistoricIncidentQuery |
jobDefinitionIdIn(String... jobDefinitionIds)
Only select incidents that belong to one of the given job definition ids.
|
HistoricIncidentQuery |
open()
Only select historic incidents which are open.
|
HistoricIncidentQuery |
orderByActivityId()
Order by activityId (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricIncidentQuery |
orderByCauseIncidentId()
Order by causeIncidentId (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricIncidentQuery |
orderByConfiguration()
Order by configuration (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricIncidentQuery |
orderByCreateTime()
Order by create time (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricIncidentQuery |
orderByEndTime()
Order by end time (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricIncidentQuery |
orderByExecutionId()
Order by executionId (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricIncidentQuery |
orderByHistoryConfiguration()
Order by historyConfiguration (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricIncidentQuery |
orderByIncidentId()
Order by id (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricIncidentQuery |
orderByIncidentMessage()
Order by message (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricIncidentQuery |
orderByIncidentState()
Order by incidentState (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricIncidentQuery |
orderByIncidentType()
Order by incidentType (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricIncidentQuery |
orderByProcessDefinitionId()
Order by processDefinitionId (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricIncidentQuery |
orderByProcessDefinitionKey()
Order by processDefinitionKey (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricIncidentQuery |
orderByProcessInstanceId()
Order by processInstanceId (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricIncidentQuery |
orderByRootCauseIncidentId()
Order by rootCauseIncidentId (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricIncidentQuery |
orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricIncidentQuery |
processDefinitionId(String processDefinitionId)
Only select historic incidents which have the given process definition id.
|
HistoricIncidentQuery |
processDefinitionKey(String processDefinitionKey)
Only select historic incidents which have the given processDefinitionKey.
|
HistoricIncidentQuery |
processDefinitionKeyIn(String... processDefinitionKeys)
Only select historic incidents which have one of the given process definition keys.
|
HistoricIncidentQuery |
processInstanceId(String processInstanceId)
Only select historic incidents which have the given process instance id.
|
HistoricIncidentQuery |
resolved()
Only select historic incidents which are resolved.
|
HistoricIncidentQuery |
rootCauseIncidentId(String rootCauseIncidentId)
Only select historic incidents which contain the id of the root cause incident.
|
HistoricIncidentQuery |
tenantIdIn(String... tenantIds)
Only select historic incidents that belong to one of the given tenant ids.
|
HistoricIncidentQuery |
withoutTenantId()
Only selects historic incidents that have no tenant id.
|
asc, count, desc, list, listPage, singleResult, unlimitedList
HistoricIncidentQuery incidentId(String incidentId)
HistoricIncidentQuery incidentType(String incidentType)
HistoricIncidentQuery incidentMessage(String incidentMessage)
HistoricIncidentQuery incidentMessageLike(String incidentMessageLike)
incidentMessageLike
- The string can include the wildcard character '%' to express
like-strategy: starts with (string%), ends with (%string) or contains (%string%).HistoricIncidentQuery processDefinitionId(String processDefinitionId)
HistoricIncidentQuery processDefinitionKey(String processDefinitionKey)
HistoricIncidentQuery processDefinitionKeyIn(String... processDefinitionKeys)
HistoricIncidentQuery processInstanceId(String processInstanceId)
HistoricIncidentQuery executionId(String executionId)
HistoricIncidentQuery createTimeBefore(Date createTimeBefore)
HistoricIncidentQuery createTimeAfter(Date createTimeAfter)
HistoricIncidentQuery endTimeBefore(Date endTimeBefore)
HistoricIncidentQuery endTimeAfter(Date endTimeAfter)
HistoricIncidentQuery activityId(String activityId)
HistoricIncidentQuery failedActivityId(String activityId)
HistoricIncidentQuery causeIncidentId(String causeIncidentId)
HistoricIncidentQuery rootCauseIncidentId(String rootCauseIncidentId)
HistoricIncidentQuery tenantIdIn(String... tenantIds)
HistoricIncidentQuery withoutTenantId()
HistoricIncidentQuery configuration(String configuration)
HistoricIncidentQuery historyConfiguration(String historyConfiguration)
HistoricIncidentQuery jobDefinitionIdIn(String... jobDefinitionIds)
HistoricIncidentQuery open()
HistoricIncidentQuery resolved()
HistoricIncidentQuery deleted()
HistoricIncidentQuery orderByIncidentId()
Query.asc()
or Query.desc()
).HistoricIncidentQuery orderByIncidentMessage()
Query.asc()
or Query.desc()
).HistoricIncidentQuery orderByCreateTime()
Query.asc()
or Query.desc()
).HistoricIncidentQuery orderByEndTime()
Query.asc()
or Query.desc()
).HistoricIncidentQuery orderByIncidentType()
Query.asc()
or Query.desc()
).HistoricIncidentQuery orderByExecutionId()
Query.asc()
or Query.desc()
).HistoricIncidentQuery orderByActivityId()
Query.asc()
or Query.desc()
).HistoricIncidentQuery orderByProcessInstanceId()
Query.asc()
or Query.desc()
).HistoricIncidentQuery orderByProcessDefinitionId()
Query.asc()
or Query.desc()
).HistoricIncidentQuery orderByProcessDefinitionKey()
Query.asc()
or Query.desc()
).HistoricIncidentQuery orderByCauseIncidentId()
Query.asc()
or Query.desc()
).HistoricIncidentQuery orderByRootCauseIncidentId()
Query.asc()
or Query.desc()
).HistoricIncidentQuery orderByConfiguration()
Query.asc()
or Query.desc()
).HistoricIncidentQuery orderByHistoryConfiguration()
Query.asc()
or Query.desc()
).HistoricIncidentQuery orderByIncidentState()
Query.asc()
or Query.desc()
).HistoricIncidentQuery orderByTenantId()
Query.asc()
or Query.desc()
).
Note that the ordering of incidents without tenant id is database-specific.Copyright © 2022. All rights reserved.