| Package | Description |
|---|---|
| com.edorasware.cmmn.engine.utility |
<p>CMMN engine utility interfaces and classes.
|
| com.edorasware.cmmn.model.staticmodel |
<p>Plan items and discretionary items in a design-time model are represented by instances
of
PlannableItem. |
| com.edorasware.cmmn.model.xml |
| Modifier and Type | Method and Description |
|---|---|
static List<TPlanItem> |
CmmnUtils.extractPlanItems(TDefinitions tDefinitions,
Class<? extends TPlanItemDefinition> type)
Given the structure of a CMMN XML in
tDefinitions, navigate though it and return all plan items that
are assignable to the type passed in. |
| Modifier and Type | Method and Description |
|---|---|
PlannableItem |
PlannableItemPool.getCreatePlannableItem(TPlanItem tPlanItem,
PlannableItem parent) |
| Constructor and Description |
|---|
PlannableItem(TPlanItem tPlanItem,
PlannableItem parent)
<p>Construct a 'plannable' item, instantiated from a
TPlanItem. |
| Modifier and Type | Method and Description |
|---|---|
TPlanItem |
ObjectFactory.createTPlanItem()
Create an instance of
TPlanItem |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<TPlanItem> |
ObjectFactory.createPlanItem(TPlanItem value)
|
List<TPlanItem> |
TPlanFragment.getPlanItem()
Gets the value of the planItem property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<TPlanItem> |
ObjectFactory.createPlanItem(TPlanItem value)
|
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.