Uses of Interface
org.camunda.bpm.model.cmmn.instance.DecisionRefExpression
-
Packages that use DecisionRefExpression Package Description org.camunda.bpm.model.cmmn.impl.instance org.camunda.bpm.model.cmmn.instance -
-
Uses of DecisionRefExpression in org.camunda.bpm.model.cmmn.impl.instance
Classes in org.camunda.bpm.model.cmmn.impl.instance that implement DecisionRefExpression Modifier and Type Class Description class
DecisionRefExpressionImpl
Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type DecisionRefExpression Modifier and Type Field Description protected static ChildElement<DecisionRefExpression>
DecisionTaskImpl. decisionRefExpressionChild
Methods in org.camunda.bpm.model.cmmn.impl.instance that return DecisionRefExpression Modifier and Type Method Description DecisionRefExpression
DecisionTaskImpl. getDecisionExpression()
Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type DecisionRefExpression Modifier and Type Method Description void
DecisionTaskImpl. setDecisionExpression(DecisionRefExpression decisionExpression)
-
Uses of DecisionRefExpression in org.camunda.bpm.model.cmmn.instance
Methods in org.camunda.bpm.model.cmmn.instance that return DecisionRefExpression Modifier and Type Method Description DecisionRefExpression
DecisionTask. getDecisionExpression()
Methods in org.camunda.bpm.model.cmmn.instance with parameters of type DecisionRefExpression Modifier and Type Method Description void
DecisionTask. setDecisionExpression(DecisionRefExpression decisionExpression)
-