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