Uses of Class
org.flowable.common.engine.impl.javax.el.ValueReference
-
-
Uses of ValueReference in org.flowable.common.engine.impl.de.odysseus.el
Methods in org.flowable.common.engine.impl.de.odysseus.el that return ValueReference Modifier and Type Method Description ValueReferenceTreeValueExpression. getValueReference(ELContext context) -
Uses of ValueReference in org.flowable.common.engine.impl.de.odysseus.el.tree
Methods in org.flowable.common.engine.impl.de.odysseus.el.tree that return ValueReference Modifier and Type Method Description ValueReferenceExpressionNode. getValueReference(Bindings bindings, ELContext context)Get value reference. -
Uses of ValueReference in org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast
Methods in org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast 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) -
Uses of ValueReference in org.flowable.common.engine.impl.javax.el
Methods in org.flowable.common.engine.impl.javax.el that return ValueReference Modifier and Type Method Description ValueReferenceValueExpression. getValueReference(ELContext context)Returns aValueReferencefor this expression instance.
-