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 classDecisionRefExpressionImplFields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type DecisionRefExpression Modifier and Type Field Description protected static ChildElement<DecisionRefExpression>DecisionTaskImpl. decisionRefExpressionChildMethods in org.camunda.bpm.model.cmmn.impl.instance that return DecisionRefExpression Modifier and Type Method Description DecisionRefExpressionDecisionTaskImpl. getDecisionExpression()Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type DecisionRefExpression Modifier and Type Method Description voidDecisionTaskImpl. 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 DecisionRefExpressionDecisionTask. getDecisionExpression()Methods in org.camunda.bpm.model.cmmn.instance with parameters of type DecisionRefExpression Modifier and Type Method Description voidDecisionTask. setDecisionExpression(DecisionRefExpression decisionExpression)
-