Package org.camunda.bpm.engine.history
Interface IncidentState
-
- All Known Implementing Classes:
IncidentState.IncidentStateImpl
public interface IncidentState- Author:
- Roman Smirnov
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIncidentState.IncidentStateImpl
-
Field Summary
Fields Modifier and Type Field Description static IncidentStateDEFAULTstatic IncidentStateDELETEDstatic IncidentStateRESOLVED
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetStateCode()
-
-
-
Field Detail
-
DEFAULT
static final IncidentState DEFAULT
-
RESOLVED
static final IncidentState RESOLVED
-
DELETED
static final IncidentState DELETED
-
-