org.camunda.bpm.engine.history
Interface IncidentState

All Known Implementing Classes:
IncidentState.IncidentStateImpl

public interface IncidentState

Author:
Roman Smirnov

Nested Class Summary
static class IncidentState.IncidentStateImpl
           
 
Field Summary
static IncidentState DEFAULT
           
static IncidentState DELETED
           
static IncidentState RESOLVED
           
 
Method Summary
 int getStateCode()
           
 

Field Detail

DEFAULT

static final IncidentState DEFAULT

RESOLVED

static final IncidentState RESOLVED

DELETED

static final IncidentState DELETED
Method Detail

getStateCode

int getStateCode()


Copyright © 2016 camunda services GmbH. All rights reserved.