Package | Description |
---|---|
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 |
---|---|
PlanItemData |
CasePlanModelData.getPlanItemData(String id)
Get a
PlanItemData object by key (Id). |
Modifier and Type | Method and Description |
---|---|
Map<String,PlanItemData> |
CasePlanModelData.getPlanItemStates() |
static Map<String,List<PlanItemData>> |
CasePlanModelData.getPlanItemStatesByPlanItemId(List<PlanItemData> stageChildren)
Organize (group) a list of stage children by their respective plan Item Ids.
|
List<PlanItemData> |
CasePlanModelData.getStageChildren(String stageInstanceId)
<p>Get a stage’s immediate children.
|
Modifier and Type | Method and Description |
---|---|
void |
CasePlanModelData.addPlanItemState(String id,
PlanItemData planItemData)
Put a
planItemData into the internal planItemStates map by the provided ID. |
int |
PlanItemData.compareTo(PlanItemData o) |
Modifier and Type | Method and Description |
---|---|
static Map<String,List<PlanItemData>> |
CasePlanModelData.getPlanItemStatesByPlanItemId(List<PlanItemData> stageChildren)
Organize (group) a list of stage children by their respective plan Item Ids.
|
Constructor and Description |
---|
PlanItemData(PlanItemData template,
String instanceId)
Cloning constructor.
|
Modifier and Type | Method and Description |
---|---|
PlanItemData |
PlanItem.getNewPlanItemData()
Ceate and return a new
PlanItemData instance representing the
current state of this object (for the purpose to save and later restore it). |
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.