Package | Description |
---|---|
com.edorasware.cmmn.engine.core |
<p>CMMN engine core service interfaces and implementations.
|
com.edorasware.cmmn.engine.hooks |
<p>CMMN engine implementation hooks.
|
com.edorasware.cmmn.model.expressions |
<p>Contains helper classes for plan item and case file item wrapping and lookup.
|
com.edorasware.cmmn.one.expressions |
<p>Contains classes for plan item and case file item wrapping and lookup.
|
com.edorasware.cmmn.one.implementation |
<p>CMMN engine implementation classes for edoras one.
|
com.edorasware.cmmn.one.service |
The edoras one CMMN service implementation.
|
Modifier and Type | Method and Description |
---|---|
PlanItemView |
DefaultCmmnEngine.getPlanItem(String caseClientId,
String planItemId,
TransitionData transitionData,
PersistenceListeners persistenceListeners,
EvaluationListeners evaluationListeners,
ViewCreators viewCreators) |
PlanItemView |
DefaultCmmnService.getPlanItem(String caseClientId,
String planItemId,
TransitionData transitionData,
PersistenceListeners persistenceListeners,
EvaluationListeners evaluationListeners,
ViewCreators viewCreators) |
PlanItemView |
StateModelInspector.getPlanItem(String caseClientId,
String planItemId,
TransitionData transitionData,
PersistenceListeners persistenceListeners,
EvaluationListeners evaluationListeners,
ViewCreators viewCreators)
Query a runtime case model and return a view on a particular plan item.
|
Modifier and Type | Method and Description |
---|---|
List<PlanItemView> |
DefaultCmmnEngine.getPlanItems(String caseClientId,
Class<? extends PlanItem> planItemType,
boolean singleInstanceMode,
TransitionData transitionData,
PersistenceListeners persistenceListeners,
EvaluationListeners evaluationListeners,
ViewCreators viewCreators) |
List<PlanItemView> |
DefaultCmmnService.getPlanItems(String caseClientId,
Class<? extends PlanItem> planItemType,
boolean singleInstanceMode,
TransitionData transitionData,
PersistenceListeners persistenceListeners,
EvaluationListeners evaluationListeners,
ViewCreators viewCreators) |
List<PlanItemView> |
StateModelInspector.getPlanItems(String caseClientId,
Class<? extends PlanItem> planItemType,
boolean singleInstanceMode,
TransitionData transitionData,
PersistenceListeners persistenceListeners,
EvaluationListeners evaluationListeners,
ViewCreators viewCreators)
Query a runtime case model and return a list of views on plan items of a certain type.
|
List<PlanItemView> |
DefaultCmmnEngine.getPlanItems(String caseClientId,
Class<? extends PlanItem> planItemType,
TransitionData transitionData,
PersistenceListeners persistenceListeners,
EvaluationListeners evaluationListeners,
ViewCreators viewCreators) |
List<PlanItemView> |
DefaultCmmnService.getPlanItems(String caseClientId,
Class<? extends PlanItem> planItemType,
TransitionData transitionData,
PersistenceListeners persistenceListeners,
EvaluationListeners evaluationListeners,
ViewCreators viewCreators) |
List<PlanItemView> |
StateModelInspector.getPlanItems(String caseClientId,
Class<? extends PlanItem> planItemType,
TransitionData transitionData,
PersistenceListeners persistenceListeners,
EvaluationListeners evaluationListeners,
ViewCreators viewCreators)
Calls
StateModelInspector.getPlanItems(String, Class, boolean, TransitionData, PersistenceListeners, EvaluationListeners, ViewCreators) , passing false
for singleInstanceMode parameter. |
Modifier and Type | Method and Description |
---|---|
PlanItemView |
ViewCreators.createPlanItemView(PlanItem planItem,
TransitionData transitionData,
EvaluationListeners evaluationListeners)
Create a plan item view wrapper for the passed plan item.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultPlanItemView |
Modifier and Type | Method and Description |
---|---|
PlanItemView |
DefaultPlanItemView.getCasePlanModel() |
PlanItemView |
PlanItemView.getCasePlanModel() |
PlanItemView |
CaseTaskView.getOwnerCasePlanModel()
Applies to plan items of a case plan model that has been created as a result of a case task.
|
PlanItemView |
DefaultPlanItemView.getOwnerCasePlanModel() |
PlanItemView |
DefaultPlanItemView.getParent() |
PlanItemView |
PlanItemView.getParent() |
PlanItemView |
CaseTaskView.getParentCasePlanModel()
Applies to plan items of a case plan model that has been created as a result of a case task.
|
PlanItemView |
DefaultPlanItemView.getParentCasePlanModel() |
PlanItemView |
CaseTaskView.getTargetCasePlanModel()
Applies to plan items of type CaseTask.
|
PlanItemView |
DefaultPlanItemView.getTargetCasePlanModel() |
PlanItemView |
CaseTaskView.getTopMostCasePlanModel()
Applies to plan items of a case plan model that has been created as a result of a case task.
|
PlanItemView |
DefaultPlanItemView.getTopMostCasePlanModel() |
Modifier and Type | Method and Description |
---|---|
Map<String,PlanItemView> |
CaseTaskView.getPlanItems()
Applies to plan items of type CaseTask.
|
Map<String,PlanItemView> |
DefaultPlanItemView.getPlanItems() |
Modifier and Type | Class and Description |
---|---|
class |
OnePlanItemView |
Modifier and Type | Method and Description |
---|---|
PlanItemView |
OnePlanItemView.getCasePlanModel() |
PlanItemView |
OnePlanItemView.getOwnerCasePlanModel() |
PlanItemView |
OnePlanItemView.getParent() |
PlanItemView |
OnePlanItemView.getParentCasePlanModel() |
PlanItemView |
OnePlanItemView.getTargetCasePlanModel() |
PlanItemView |
OnePlanItemView.getTopMostCasePlanModel() |
Modifier and Type | Method and Description |
---|---|
Map<String,PlanItemView> |
OnePlanItemView.getPlanItems() |
Modifier and Type | Method and Description |
---|---|
PlanItemView |
OneEngineListeners.createPlanItemView(PlanItem planItem,
TransitionData transitionData,
EvaluationListeners evaluationListeners) |
PlanItemView |
OneViewCreators.createPlanItemView(PlanItem planItem,
TransitionData transitionData,
EvaluationListeners evaluationListeners) |
Modifier and Type | Method and Description |
---|---|
PlanItemView |
DefaultOneCmmnService.getPlanItem(String caseId,
String planItemId) |
PlanItemView |
OneCmmnService.getPlanItem(String caseId,
String planItemId)
See
OneCmmnService.getPlanItem(String, String, TransitionData)
(passing null as transitionData). |
PlanItemView |
DefaultOneCmmnService.getPlanItem(String caseId,
String planItemId,
TransitionData transitionData) |
PlanItemView |
OneCmmnService.getPlanItem(String caseId,
String planItemId,
TransitionData transitionData)
|
Modifier and Type | Method and Description |
---|---|
List<PlanItemView> |
DefaultOneCmmnService.getPlanItems(String caseId,
Class<? extends PlanItem> planItemType) |
List<PlanItemView> |
OneCmmnService.getPlanItems(String caseId,
Class<? extends PlanItem> planItemType)
See
OneCmmnService.getPlanItems(String, Class, boolean, TransitionData)
(passing null as transitionData). |
List<PlanItemView> |
DefaultOneCmmnService.getPlanItems(String caseId,
Class<? extends PlanItem> planItemType,
boolean singleInstanceMode) |
List<PlanItemView> |
OneCmmnService.getPlanItems(String caseId,
Class<? extends PlanItem> planItemType,
boolean singleInstanceMode)
See
OneCmmnService.getPlanItems(String, Class, boolean, TransitionData)
(passing null as transitionData). |
List<PlanItemView> |
DefaultOneCmmnService.getPlanItems(String caseId,
Class<? extends PlanItem> planItemType,
boolean singleInstanceMode,
TransitionData transitionData) |
List<PlanItemView> |
OneCmmnService.getPlanItems(String caseId,
Class<? extends PlanItem> planItemType,
boolean singleInstanceMode,
TransitionData transitionData)
|
List<PlanItemView> |
DefaultOneCmmnService.getPlanItems(String caseId,
Class<? extends PlanItem> planItemType,
TransitionData transitionData) |
List<PlanItemView> |
OneCmmnService.getPlanItems(String caseId,
Class<? extends PlanItem> planItemType,
TransitionData transitionData)
|
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.