|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IncidentQuery
Method Summary | |
---|---|
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 |
orderByTenantId()
Order by tenant id (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 |
tenantIdIn(String... tenantIds)
Only select incidents that belong to one of the given tenant ids. |
Methods inherited from interface org.camunda.bpm.engine.query.Query |
---|
asc, count, desc, list, listPage, singleResult |
Method Detail |
---|
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 tenantIdIn(String... tenantIds)
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()
).
IncidentQuery orderByTenantId()
Query.asc()
or Query.desc()
).
Note that the ordering of incidents without tenant id is database-specific.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |