public interface IncidentQuery extends Query<IncidentQuery,Incident>
Modifier and Type | Method and Description |
---|---|
IncidentQuery |
activityId(String activityId)
Only select incidents which contain an activity with the given id.
|
IncidentQuery |
causeIncidentId(String causeIncidentId)
Only select incidents which contain the id of the cause incident.
|
IncidentQuery |
configuration(String configuration)
Only select incidents which contain the configuration.
|
IncidentQuery |
executionId(String executionId)
Only select incidents with the given id.
|
IncidentQuery |
incidentId(String incidentId)
Only select incidents which have the given id.
|
IncidentQuery |
incidentMessage(String incidentMessage)
Only select incidents which have the given incident message.
|
IncidentQuery |
incidentType(String incidentType)
Only select incidents which have the given incident type.
|
IncidentQuery |
orderByActivityId()
Order by activityId (needs to be followed by
Query.asc() or Query.desc() ). |
IncidentQuery |
orderByCauseIncidentId()
Order by causeIncidentId (needs to be followed by
Query.asc() or Query.desc() ). |
IncidentQuery |
orderByConfiguration()
Order by configuration (needs to be followed by
Query.asc() or Query.desc() ). |
IncidentQuery |
orderByExecutionId()
Order by executionId (needs to be followed by
Query.asc() or Query.desc() ). |
IncidentQuery |
orderByIncidentId()
Order by id (needs to be followed by
Query.asc() or Query.desc() ). |
IncidentQuery |
orderByIncidentTimestamp()
Order by incidentTimestamp (needs to be followed by
Query.asc() or Query.desc() ). |
IncidentQuery |
orderByIncidentType()
Order by incidentType (needs to be followed by
Query.asc() or Query.desc() ). |
IncidentQuery |
orderByProcessDefinitionId()
Order by processDefinitionId (needs to be followed by
Query.asc() or Query.desc() ). |
IncidentQuery |
orderByProcessInstanceId()
Order by processInstanceId (needs to be followed by
Query.asc() or Query.desc() ). |
IncidentQuery |
orderByRootCauseIncidentId()
Order by rootCauseIncidentId (needs to be followed by
Query.asc() or Query.desc() ). |
IncidentQuery |
processDefinitionId(String processDefinitionId)
Only select incidents which have the given process definition id.
|
IncidentQuery |
processInstanceId(String processInstanceId)
Only select incidents which have the given process instance id.
|
IncidentQuery |
rootCauseIncidentId(String rootCauseIncidentId)
Only select incidents which contain the id of the root cause incident.
|
IncidentQuery incidentId(String incidentId)
IncidentQuery incidentType(String incidentType)
IncidentQuery incidentMessage(String incidentMessage)
IncidentQuery processDefinitionId(String processDefinitionId)
IncidentQuery processInstanceId(String processInstanceId)
IncidentQuery executionId(String executionId)
IncidentQuery activityId(String activityId)
IncidentQuery causeIncidentId(String causeIncidentId)
IncidentQuery rootCauseIncidentId(String rootCauseIncidentId)
IncidentQuery configuration(String configuration)
IncidentQuery orderByIncidentId()
Query.asc()
or Query.desc()
).IncidentQuery orderByIncidentTimestamp()
Query.asc()
or Query.desc()
).IncidentQuery orderByIncidentType()
Query.asc()
or Query.desc()
).IncidentQuery orderByExecutionId()
Query.asc()
or Query.desc()
).IncidentQuery orderByActivityId()
Query.asc()
or Query.desc()
).IncidentQuery orderByProcessInstanceId()
Query.asc()
or Query.desc()
).IncidentQuery orderByProcessDefinitionId()
Query.asc()
or Query.desc()
).IncidentQuery orderByCauseIncidentId()
Query.asc()
or Query.desc()
).IncidentQuery orderByRootCauseIncidentId()
Query.asc()
or Query.desc()
).IncidentQuery orderByConfiguration()
Query.asc()
or Query.desc()
).Copyright © 2015. All rights reserved.