Uses of Class
org.flowable.common.engine.impl.javax.el.VariableMapper
Packages that use VariableMapper
Package
Description
-
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 VariableMapperModifierConstructorDescriptionTreeMethodExpression
(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 VariableMapperModifier and TypeMethodDescriptionTree.bind
(FunctionMapper fnMapper, VariableMapper varMapper) Create a bindings.Tree.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 -
Uses of VariableMapper in org.flowable.common.engine.impl.el
Methods in org.flowable.common.engine.impl.el that return VariableMapperModifier and TypeMethodDescriptionFlowableElContext.getVariableMapper()
ParsingElContext.getVariableMapper()
-
Uses of VariableMapper in org.flowable.common.engine.impl.javax.el
Methods in org.flowable.common.engine.impl.javax.el that return VariableMapperModifier and TypeMethodDescriptionabstract VariableMapper
ELContext.getVariableMapper()
Retrieves the VariableMapper associated with this ELContext.