Uses of Class
org.camunda.bpm.engine.impl.javax.el.FunctionMapper
-
Packages that use FunctionMapper Package Description org.camunda.bpm.engine.impl.el org.camunda.bpm.engine.impl.javax.el org.camunda.bpm.engine.impl.juel -
-
Uses of FunctionMapper in org.camunda.bpm.engine.impl.el
Fields in org.camunda.bpm.engine.impl.el declared as FunctionMapper Modifier and Type Field Description protected FunctionMapper
JuelExpressionManager. functionMapper
protected FunctionMapper
ProcessEngineElContext. functionMapper
Methods in org.camunda.bpm.engine.impl.el that return FunctionMapper Modifier and Type Method Description protected FunctionMapper
JuelExpressionManager. createFunctionMapper()
FunctionMapper
ProcessEngineElContext. getFunctionMapper()
Constructors in org.camunda.bpm.engine.impl.el with parameters of type FunctionMapper Constructor Description ProcessEngineElContext(FunctionMapper functionMapper)
ProcessEngineElContext(FunctionMapper functionMapper, ELResolver elResolver)
-
Uses of FunctionMapper in org.camunda.bpm.engine.impl.javax.el
Methods in org.camunda.bpm.engine.impl.javax.el that return FunctionMapper Modifier and Type Method Description abstract FunctionMapper
ELContext. getFunctionMapper()
Retrieves the FunctionMapper associated with this ELContext. -
Uses of FunctionMapper in org.camunda.bpm.engine.impl.juel
Methods in org.camunda.bpm.engine.impl.juel that return FunctionMapper Modifier and Type Method Description FunctionMapper
SimpleContext. getFunctionMapper()
Get our function mapper.Methods in org.camunda.bpm.engine.impl.juel with parameters of type FunctionMapper 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 FunctionMapper 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.
-