Uses of Interface
org.camunda.bpm.model.cmmn.instance.Decision
-
Packages that use Decision Package Description org.camunda.bpm.model.cmmn.impl.instance org.camunda.bpm.model.cmmn.instance -
-
Uses of Decision in org.camunda.bpm.model.cmmn.impl.instance
Classes in org.camunda.bpm.model.cmmn.impl.instance that implement Decision Modifier and Type Class Description class
DecisionImpl
Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type Decision Modifier and Type Field Description protected static ChildElementCollection<Decision>
DefinitionsImpl. decisionCollection
Methods in org.camunda.bpm.model.cmmn.impl.instance that return types with arguments of type Decision Modifier and Type Method Description Collection<Decision>
DefinitionsImpl. getDecisions()
-
Uses of Decision in org.camunda.bpm.model.cmmn.instance
Methods in org.camunda.bpm.model.cmmn.instance that return types with arguments of type Decision Modifier and Type Method Description Collection<Decision>
Definitions. getDecisions()
-