Uses of Class
org.flowable.common.engine.impl.javax.el.ValueExpression
-
-
Uses of ValueExpression in org.flowable.common.engine.impl.de.odysseus.el
Subclasses of ValueExpression in org.flowable.common.engine.impl.de.odysseus.el Modifier and Type Class Description classObjectValueExpressionObject wrapper expression.classTreeValueExpressionA value expression is ready to be evaluated (by calling eitherTreeValueExpression.getType(ELContext),TreeValueExpression.getValue(ELContext),TreeValueExpression.isReadOnly(ELContext)orTreeValueExpression.setValue(ELContext, Object). -
Uses of ValueExpression in org.flowable.common.engine.impl.de.odysseus.el.tree
Methods in org.flowable.common.engine.impl.de.odysseus.el.tree that return ValueExpression Modifier and Type Method Description ValueExpressionBindings. getVariable(int index)Get variable by index.Constructors in org.flowable.common.engine.impl.de.odysseus.el.tree with parameters of type ValueExpression Constructor Description Bindings(Method[] functions, ValueExpression[] variables)Constructor.Bindings(Method[] functions, ValueExpression[] variables, TypeConverter converter)Constructor. -
Uses of ValueExpression in org.flowable.common.engine.impl.de.odysseus.el.util
Methods in org.flowable.common.engine.impl.de.odysseus.el.util that return ValueExpression Modifier and Type Method Description ValueExpressionSimpleContext. setVariable(String name, ValueExpression expression)Define a variable.Methods in org.flowable.common.engine.impl.de.odysseus.el.util with parameters of type ValueExpression Modifier and Type Method Description ValueExpressionSimpleContext. setVariable(String name, ValueExpression expression)Define a variable. -
Uses of ValueExpression in org.flowable.common.engine.impl.el
Fields in org.flowable.common.engine.impl.el declared as ValueExpression Modifier and Type Field Description protected ValueExpressionJuelExpression. valueExpressionMethods in org.flowable.common.engine.impl.el with parameters of type ValueExpression Modifier and Type Method Description protected ExpressionDefaultExpressionManager. createJuelExpression(String expression, ValueExpression valueExpression)Constructors in org.flowable.common.engine.impl.el with parameters of type ValueExpression Constructor Description JuelExpression(ExpressionManager expressionManager, ValueExpression valueExpression, String expressionText) -
Uses of ValueExpression in org.flowable.common.engine.impl.javax.el
Methods in org.flowable.common.engine.impl.javax.el that return ValueExpression Modifier and Type Method Description abstract ValueExpressionExpressionFactory. createValueExpression(Object instance, Class<?> expectedType)Creates a ValueExpression that wraps an object instance.abstract ValueExpressionExpressionFactory. createValueExpression(ELContext context, String expression, Class<?> expectedType)Parses an expression into aValueExpressionfor later evaluation.abstract ValueExpressionVariableMapper. resolveVariable(String variable)Resolves the specified variable name to a ValueExpression.abstract ValueExpressionVariableMapper. setVariable(String variable, ValueExpression expression)Assign a ValueExpression to an EL variable, replacing any previously assignment to the same variable.Methods in org.flowable.common.engine.impl.javax.el with parameters of type ValueExpression Modifier and Type Method Description abstract ValueExpressionVariableMapper. setVariable(String variable, ValueExpression expression)Assign a ValueExpression to an EL variable, replacing any previously assignment to the same variable.
-