Uses of Class
org.flowable.common.engine.impl.javax.el.VariableMapper
-
-
Uses of VariableMapper in org.flowable.common.engine.impl.de.odysseus.el
Constructors in org.flowable.common.engine.impl.de.odysseus.el with parameters of type VariableMapper Constructor Description TreeMethodExpression(TreeStore store, FunctionMapper functions, VariableMapper variables, TypeConverter converter, String expr, Class<?> returnType, Class<?>[] paramTypes)Create a new method expression.TreeValueExpression(TreeStore store, FunctionMapper functions, VariableMapper variables, TypeConverter converter, String expr, Class<?> type)Create a new value expression. -
Uses of VariableMapper in org.flowable.common.engine.impl.de.odysseus.el.tree
Methods in org.flowable.common.engine.impl.de.odysseus.el.tree with parameters of type VariableMapper Modifier and Type Method Description BindingsTree. bind(FunctionMapper fnMapper, VariableMapper varMapper)Create a bindings.BindingsTree. bind(FunctionMapper fnMapper, VariableMapper varMapper, TypeConverter converter)Create a bindings. -
Uses of VariableMapper in org.flowable.common.engine.impl.de.odysseus.el.util
Methods in org.flowable.common.engine.impl.de.odysseus.el.util that return VariableMapper Modifier and Type Method Description VariableMapperSimpleContext. getVariableMapper()Get our variable mapper. -
Uses of VariableMapper in org.flowable.common.engine.impl.el
Methods in org.flowable.common.engine.impl.el that return VariableMapper Modifier and Type Method Description VariableMapperFlowableElContext. getVariableMapper()VariableMapperParsingElContext. getVariableMapper() -
Uses of VariableMapper in org.flowable.common.engine.impl.javax.el
Methods in org.flowable.common.engine.impl.javax.el that return VariableMapper Modifier and Type Method Description abstract VariableMapperELContext. getVariableMapper()Retrieves the VariableMapper associated with this ELContext.
-