Uses of Interface
org.camunda.bpm.model.dmn.instance.Variable
-
Packages that use Variable Package Description org.camunda.bpm.dmn.engine.impl.transform org.camunda.bpm.model.dmn.impl.instance org.camunda.bpm.model.dmn.instance -
-
Uses of Variable in org.camunda.bpm.dmn.engine.impl.transform
Methods in org.camunda.bpm.dmn.engine.impl.transform with parameters of type Variable 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)
-
Uses of Variable in org.camunda.bpm.model.dmn.impl.instance
Classes in org.camunda.bpm.model.dmn.impl.instance that implement Variable Modifier and Type Class Description class
VariableImpl
Fields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type Variable Modifier and Type Field Description protected static ChildElement<Variable>
BusinessKnowledgeModelImpl. variableChild
protected static ChildElement<Variable>
ContextEntryImpl. variableChild
protected static ChildElement<Variable>
DecisionImpl. variableChild
Methods in org.camunda.bpm.model.dmn.impl.instance that return Variable Modifier and Type Method Description Variable
BusinessKnowledgeModelImpl. getVariable()
Variable
ContextEntryImpl. getVariable()
Variable
DecisionImpl. getVariable()
Methods in org.camunda.bpm.model.dmn.impl.instance with parameters of type Variable Modifier and Type Method Description void
BusinessKnowledgeModelImpl. setVariable(Variable variable)
void
ContextEntryImpl. setVariable(Variable variable)
void
DecisionImpl. setVariable(Variable variable)
-
Uses of Variable in org.camunda.bpm.model.dmn.instance
Methods in org.camunda.bpm.model.dmn.instance that return Variable Modifier and Type Method Description Variable
BusinessKnowledgeModel. getVariable()
Variable
ContextEntry. getVariable()
Variable
Decision. getVariable()
Methods in org.camunda.bpm.model.dmn.instance with parameters of type Variable Modifier and Type Method Description void
BusinessKnowledgeModel. setVariable(Variable variable)
void
ContextEntry. setVariable(Variable variable)
void
Decision. setVariable(Variable variable)
-