Uses of Interface
org.camunda.bpm.model.cmmn.instance.ExitCriterion
-
Uses of ExitCriterion in org.camunda.bpm.model.cmmn.impl.instance
Modifier and TypeFieldDescriptionprotected static ChildElementCollection<ExitCriterion>
DiscretionaryItemImpl.exitCriterionCollection
protected static ChildElementCollection<ExitCriterion>
PlanItemImpl.exitCriterionCollection
protected static ChildElementCollection<ExitCriterion>
StageImpl.exitCriterionCollection
protected static AttributeReference<ExitCriterion>
PlanItemOnPartImpl.exitCriterionRefAttribute
Modifier and TypeMethodDescriptionDiscretionaryItemImpl.getExitCriterions()
PlanItemImpl.getExitCriterions()
StageImpl.getExitCriterions()
Modifier and TypeMethodDescriptionvoid
PlanItemOnPartImpl.setExitCriterion
(ExitCriterion exitCriterion) -
Uses of ExitCriterion in org.camunda.bpm.model.cmmn.instance
Modifier and TypeMethodDescriptionDiscretionaryItem.getExitCriterions()
PlanItem.getExitCriterions()
Stage.getExitCriterions()
Modifier and TypeMethodDescriptionvoid
PlanItemOnPart.setExitCriterion
(ExitCriterion exitCriterion)