Uses of Class
org.flowable.common.engine.impl.javax.el.FunctionMapper
-
-
Uses of FunctionMapper in org.flowable.common.engine.impl.de.odysseus.el
Constructors in org.flowable.common.engine.impl.de.odysseus.el 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.flowable.common.engine.impl.de.odysseus.el.tree
Methods in org.flowable.common.engine.impl.de.odysseus.el.tree 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. -
Uses of FunctionMapper in org.flowable.common.engine.impl.de.odysseus.el.util
Methods in org.flowable.common.engine.impl.de.odysseus.el.util that return FunctionMapper Modifier and Type Method Description FunctionMapperSimpleContext. getFunctionMapper()Get our function mapper. -
Uses of FunctionMapper in org.flowable.common.engine.impl.el
Subclasses of FunctionMapper in org.flowable.common.engine.impl.el Modifier and Type Class Description classFlowableFunctionMapperA date function mapper that can be used in EL expressionsMethods in org.flowable.common.engine.impl.el that return FunctionMapper Modifier and Type Method Description FunctionMapperFlowableElContext. getFunctionMapper()FunctionMapperParsingElContext. getFunctionMapper() -
Uses of FunctionMapper in org.flowable.common.engine.impl.javax.el
Methods in org.flowable.common.engine.impl.javax.el that return FunctionMapper Modifier and Type Method Description abstract FunctionMapperELContext. getFunctionMapper()Retrieves the FunctionMapper associated with this ELContext.
-