| Package | Description | 
|---|---|
| com.edorasware.cmmn.model | 
 <p>Implementation of a CMMN case engine based on the specification http://www.omg.org/spec/CMMN/1.0/ (referred to as <i>spec</i> in subsequent JavaDoc). 
 | 
| com.edorasware.cmmn.model.persistence | 
 <p>Contains classes and code related to the persistence of engine model state. 
 | 
| com.edorasware.cmmn.model.structure | 
 <p>A very central package. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static PlanItemState | 
PlanItemState.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static PlanItemState[] | 
PlanItemState.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static boolean | 
TransitionMap.isAllowedCaseTransition(PlanItemState state,
                       PlanItemTransition transition)
Test if a transition is allowed for a given case state. 
 | 
static boolean | 
TransitionMap.isAllowedEventTransition(PlanItemState state,
                        PlanItemTransition transition)
Test if a transition is allowed for a given event or milestone state. 
 | 
static boolean | 
TransitionMap.isAllowedTaskTransition(PlanItemState state,
                       PlanItemTransition transition)
Test if a transition is allowed for a given stage or task state. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PlanItemState | 
PlanItemData.getState()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PlanItemData.setState(PlanItemState state)  | 
| Constructor and Description | 
|---|
PlanItemData(PlanItemState state,
            PlanItemTransition lastTransition,
            String instanceId)
Used during migration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PlanItemState | 
PlanItem.getState()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PlanItem.setState(PlanItemState state)  | 
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.