Package | Description |
---|---|
com.edorasware.cmmn.engine.utility |
<p>CMMN engine utility interfaces and classes.
|
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.staticmodel |
<p>Plan items and discretionary items in a design-time model are represented by instances
of
PlannableItem . |
com.edorasware.cmmn.model.structure |
<p>A very central package.
|
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 |
---|---|
static Class<? extends PlanItem> |
PlanItemFactory.getClassForModelElement(boolean casePlanModel,
TPlanItemDefinition modelElement)
Returns a plan item’s class given the plan item definition element from the CMMN model.
|
static Class<? extends PlanItem> |
PlanItemFactory.getClassForModelElement(TCase caze,
TPlanItemDefinition modelElement)
Returns a plan item’s class given the plan item definition element from the CMMN model.
|
Modifier and Type | Method and Description |
---|---|
TPlanItemDefinition |
PlannableItem.getTPlanItemDefinition() |
Modifier and Type | Method and Description |
---|---|
TPlanItemDefinition |
PlanItem.getTPlanItemDefinition() |
Modifier and Type | Class and Description |
---|---|
class |
TCaseTask
tCaseTask defines the type of element "caseTask"
<p>Java class for tCaseTask complex type.
|
class |
TEvent
<p>Java class for tEvent complex type.
|
class |
THumanTask
tHumanTask defines the type of element "humanTask"
<p>Java class for tHumanTask complex type.
|
class |
TMilestone
<p>Java class for tMilestone complex type.
|
class |
TPlanFragment
tPlanFragment defines the type for element "planFragment"
<p>Java class for tPlanFragment complex type.
|
class |
TProcessTask
tProcessTask defines the type of element "process"
<p>Java class for tProcessTask complex type.
|
class |
TStage
tStage defines the type for element "stage"
<p>Java class for tStage complex type.
|
class |
TTask
<p>Java class for tTask complex type.
|
class |
TTimerEvent
<p>Java class for tTimerEvent complex type.
|
class |
TUserEvent
<p>Java class for tUserEvent complex type.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<TPlanItemDefinition> |
ObjectFactory.createPlanItemDefinition(TPlanItemDefinition value)
|
List<JAXBElement<? extends TPlanItemDefinition>> |
TStage.getPlanItemDefinition()
Gets the value of the planItemDefinition property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<TPlanItemDefinition> |
ObjectFactory.createPlanItemDefinition(TPlanItemDefinition value)
|
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.