Uses of Interface
org.camunda.bpm.engine.history.IncidentState
-
Packages that use IncidentState Package Description org.camunda.bpm.engine.history Classes related to theHistoryService
.org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. -
-
Uses of IncidentState in org.camunda.bpm.engine.history
Classes in org.camunda.bpm.engine.history that implement IncidentState Modifier and Type Class Description static class
IncidentState.IncidentStateImpl
Fields in org.camunda.bpm.engine.history declared as IncidentState Modifier and Type Field Description static IncidentState
IncidentState. DEFAULT
static IncidentState
IncidentState. DELETED
static IncidentState
IncidentState. RESOLVED
-
Uses of IncidentState in org.camunda.bpm.engine.impl
Fields in org.camunda.bpm.engine.impl declared as IncidentState Modifier and Type Field Description protected IncidentState
HistoricIncidentQueryImpl. incidentState
Methods in org.camunda.bpm.engine.impl that return IncidentState Modifier and Type Method Description IncidentState
HistoricIncidentQueryImpl. getIncidentState()
-