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 |
deleted()
Only select historic incidents which are deleted.
|
HistoricIncidentQuery |
executionId(String executionId)
Only select historic incidents with the given id.
|
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 |
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 |
orderByIncidentId()
Order by id (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 |
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 |
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 incidentId(String incidentId)
HistoricIncidentQuery incidentType(String incidentType)
HistoricIncidentQuery incidentMessage(String incidentMessage)
HistoricIncidentQuery processDefinitionId(String processDefinitionId)
HistoricIncidentQuery processInstanceId(String processInstanceId)
HistoricIncidentQuery executionId(String executionId)
HistoricIncidentQuery activityId(String activityId)
HistoricIncidentQuery causeIncidentId(String causeIncidentId)
HistoricIncidentQuery rootCauseIncidentId(String rootCauseIncidentId)
HistoricIncidentQuery tenantIdIn(String... tenantIds)
HistoricIncidentQuery configuration(String configuration)
HistoricIncidentQuery jobDefinitionIdIn(String... jobDefinitionIds)
HistoricIncidentQuery open()
HistoricIncidentQuery resolved()
HistoricIncidentQuery deleted()
HistoricIncidentQuery orderByIncidentId()
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 orderByCauseIncidentId()
Query.asc()
or Query.desc()
).HistoricIncidentQuery orderByRootCauseIncidentId()
Query.asc()
or Query.desc()
).HistoricIncidentQuery orderByConfiguration()
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 © 2017. All rights reserved.