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 VariableMapperProcessEngineElContext. 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 VariableMapperELContext. 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 VariableMapperSimpleContext. getVariableMapper()Get our variable mapper.Methods in org.camunda.bpm.engine.impl.juel 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.Constructors in org.camunda.bpm.engine.impl.juel with parameters of type VariableMapper Constructor Description TreeMethodExpression(TreeStore store, FunctionMapper functions, VariableMapper variables, TypeConverter converter, java.lang.String expr, java.lang.Class<?> returnType, java.lang.Class<?>[] paramTypes)Create a new method expression.TreeValueExpression(TreeStore store, FunctionMapper functions, VariableMapper variables, TypeConverter converter, java.lang.String expr, java.lang.Class<?> type)Create a new value expression.
-