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 class
IncidentState.IncidentStateImpl
-
Field Summary
Fields Modifier and Type Field Description static IncidentState
DEFAULT
static IncidentState
DELETED
static IncidentState
RESOLVED
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getStateCode()
-
-
-
Field Detail
-
DEFAULT
static final IncidentState DEFAULT
-
RESOLVED
static final IncidentState RESOLVED
-
DELETED
static final IncidentState DELETED
-
-