Interface IncidentState
- All Known Subinterfaces:
MutableIncidentState
- All Known Implementing Classes:
DbIncidentState
public interface IncidentState
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
forExistingProcessIncident
(long elementInstanceKey, ObjLongConsumer<IncidentRecord> resolver) getIncidentRecord
(long incidentKey) getIncidentRecord
(long incidentKey, Map<String, Object> authorizations) long
getJobIncidentKey
(long jobKey) long
getProcessInstanceIncidentKey
(long processInstanceKey) boolean
isJobIncident
(IncidentRecord record)
-
Field Details
-
MISSING_INCIDENT
static final int MISSING_INCIDENT- See Also:
-
-
Method Details
-
getIncidentRecord
-
getIncidentRecord
-
getProcessInstanceIncidentKey
long getProcessInstanceIncidentKey(long processInstanceKey) -
getJobIncidentKey
long getJobIncidentKey(long jobKey) -
isJobIncident
-
forExistingProcessIncident
-