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.casefile |
<p>CMMN CaseFile related code.
|
com.edorasware.cmmn.model.persistence |
<p>Contains classes and code related to the persistence of engine model state.
|
Modifier and Type | Method and Description |
---|---|
static CaseFileItemState |
CaseFileItemState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CaseFileItemState[] |
CaseFileItemState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CaseFileItemState |
CaseFileItemInstance.getState() |
Modifier and Type | Method and Description |
---|---|
CaseFileItemState |
CaseFileItemData.getState() |
Modifier and Type | Method and Description |
---|---|
void |
CaseFileItemData.setState(CaseFileItemState state) |
Constructor and Description |
---|
CaseFileItemData(String clientId,
CaseFileItemState state,
CaseFileItemTransition lastTransition) |
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.