Uses of Class
org.camunda.bpm.dmn.engine.impl.DmnVariableImpl
-
Packages that use DmnVariableImpl Package Description org.camunda.bpm.dmn.engine.impl org.camunda.bpm.dmn.engine.impl.transform -
-
Uses of DmnVariableImpl in org.camunda.bpm.dmn.engine.impl
Fields in org.camunda.bpm.dmn.engine.impl declared as DmnVariableImpl Modifier and Type Field Description protected DmnVariableImpl
DmnDecisionLiteralExpressionImpl. variable
Methods in org.camunda.bpm.dmn.engine.impl that return DmnVariableImpl Modifier and Type Method Description DmnVariableImpl
DmnDecisionLiteralExpressionImpl. getVariable()
Methods in org.camunda.bpm.dmn.engine.impl with parameters of type DmnVariableImpl Modifier and Type Method Description void
DmnDecisionLiteralExpressionImpl. setVariable(DmnVariableImpl variable)
-
Uses of DmnVariableImpl in org.camunda.bpm.dmn.engine.impl.transform
Methods in org.camunda.bpm.dmn.engine.impl.transform that return DmnVariableImpl Modifier and Type Method Description protected DmnVariableImpl
DmnVariableTransformHandler. createDmnElement(DmnElementTransformContext context, Variable variable)
protected DmnVariableImpl
DmnVariableTransformHandler. createFromVariable(DmnElementTransformContext context, Variable variable)
DmnVariableImpl
DmnVariableTransformHandler. handleElement(DmnElementTransformContext context, Variable variable)
protected DmnVariableImpl
DefaultDmnTransform. transformVariable(Variable variable)
-