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 org.camunda.spin.plugin.impl -
-
Uses of FunctionMapper in org.camunda.bpm.engine.impl.el
Subclasses of FunctionMapper in org.camunda.bpm.engine.impl.el Modifier and Type Class Description class
CommandContextFunctionMapper
class
CompositeFunctionMapper
AFunctionMapper
implemenation which delegates to a list of mappers.class
DateTimeFunctionMapper
Fields in org.camunda.bpm.engine.impl.el declared as FunctionMapper Modifier and Type Field Description protected FunctionMapper
ProcessEngineElContext. functionMapper
Fields in org.camunda.bpm.engine.impl.el with type parameters of type FunctionMapper Modifier and Type Field Description protected List<FunctionMapper>
CompositeFunctionMapper. delegateMappers
protected List<FunctionMapper>
ExpressionManager. functionMappers
Methods in org.camunda.bpm.engine.impl.el that return FunctionMapper Modifier and Type Method Description FunctionMapper
ProcessEngineElContext. getFunctionMapper()
Methods in org.camunda.bpm.engine.impl.el with parameters of type FunctionMapper Modifier and Type Method Description void
ExpressionManager. addFunctionMapper(FunctionMapper elFunctionMapper)
Constructor parameters in org.camunda.bpm.engine.impl.el with type arguments of type FunctionMapper Constructor Description CompositeFunctionMapper(List<FunctionMapper> delegateMappers)
ProcessEngineElContext(List<FunctionMapper> functionMappers)
ProcessEngineElContext(List<FunctionMapper> functionMappers, 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. -
Uses of FunctionMapper in org.camunda.spin.plugin.impl
Subclasses of FunctionMapper in org.camunda.spin.plugin.impl Modifier and Type Class Description class
SpinFunctionMapper
A FunctionMapper which resolves the Spin functions for Expression Language.
-