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 FunctionMapperJuelExpressionManager. functionMapperprotected FunctionMapperProcessEngineElContext. functionMapperMethods in org.camunda.bpm.engine.impl.el that return FunctionMapper Modifier and Type Method Description protected FunctionMapperJuelExpressionManager. createFunctionMapper()FunctionMapperProcessEngineElContext. 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 FunctionMapperELContext. 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 FunctionMapperSimpleContext. getFunctionMapper()Get our function mapper.Methods in org.camunda.bpm.engine.impl.juel with parameters of type FunctionMapper 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 FunctionMapper 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.
-