Uses of Class
org.camunda.bpm.engine.impl.javax.el.ValueReference
-
Packages that use ValueReference Package Description org.camunda.bpm.engine.impl.javax.el org.camunda.bpm.engine.impl.juel -
-
Uses of ValueReference in org.camunda.bpm.engine.impl.javax.el
Methods in org.camunda.bpm.engine.impl.javax.el that return ValueReference Modifier and Type Method Description ValueReferenceValueExpression. getValueReference(ELContext context)Returns aValueReferencefor this expression instance. -
Uses of ValueReference in org.camunda.bpm.engine.impl.juel
Methods in org.camunda.bpm.engine.impl.juel that return ValueReference Modifier and Type Method Description ValueReferenceAstEval. getValueReference(Bindings bindings, ELContext context)ValueReferenceAstIdentifier. getValueReference(Bindings bindings, ELContext context)ValueReferenceAstMethod. getValueReference(Bindings bindings, ELContext context)ValueReferenceAstProperty. getValueReference(Bindings bindings, ELContext context)ValueReferenceAstRightValue. getValueReference(Bindings bindings, ELContext context)ValueReferenceAstText. getValueReference(Bindings bindings, ELContext context)ValueReferenceExpressionNode. getValueReference(Bindings bindings, ELContext context)Get value reference.ValueReferenceTreeValueExpression. getValueReference(ELContext context)
-