Uses of Class
org.camunda.bpm.engine.impl.javax.el.VariableMapper
-
Packages that use VariableMapper Package Description org.camunda.bpm.engine.impl.el org.camunda.bpm.engine.impl.javax.el org.camunda.bpm.engine.impl.juel -
-
Uses of VariableMapper in org.camunda.bpm.engine.impl.el
Methods in org.camunda.bpm.engine.impl.el that return VariableMapper Modifier and Type Method Description VariableMapper
ProcessEngineElContext. getVariableMapper()
-
Uses of VariableMapper in org.camunda.bpm.engine.impl.javax.el
Methods in org.camunda.bpm.engine.impl.javax.el that return VariableMapper Modifier and Type Method Description abstract VariableMapper
ELContext. getVariableMapper()
Retrieves the VariableMapper associated with this ELContext. -
Uses of VariableMapper in org.camunda.bpm.engine.impl.juel
Methods in org.camunda.bpm.engine.impl.juel that return VariableMapper Modifier and Type Method Description VariableMapper
SimpleContext. getVariableMapper()
Get our variable mapper.Methods in org.camunda.bpm.engine.impl.juel with parameters of type VariableMapper Modifier and Type Method Description Bindings
Tree. bind(FunctionMapper fnMapper, VariableMapper varMapper)
Create a bindings.Bindings
Tree. bind(FunctionMapper fnMapper, VariableMapper varMapper, TypeConverter converter)
Create a bindings.Constructors in org.camunda.bpm.engine.impl.juel 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.
-