Uses of Class
org.flowable.common.engine.impl.javax.el.ValueExpression
Packages that use ValueExpression
Package
Description
-
Uses of ValueExpression in org.flowable.common.engine.impl.de.odysseus.el
Subclasses of ValueExpression in org.flowable.common.engine.impl.de.odysseus.elModifier and TypeClassDescriptionfinal class
Object wrapper expression.final class
A 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 ValueExpressionConstructors in org.flowable.common.engine.impl.de.odysseus.el.tree with parameters of type ValueExpressionModifierConstructorDescriptionBindings
(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 ValueExpressionModifier and TypeMethodDescriptionSimpleContext.setVariable
(String name, ValueExpression expression) Define a variable.Methods in org.flowable.common.engine.impl.de.odysseus.el.util with parameters of type ValueExpressionModifier and TypeMethodDescriptionSimpleContext.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 ValueExpressionMethods in org.flowable.common.engine.impl.el with parameters of type ValueExpressionModifier and TypeMethodDescriptionprotected Expression
DefaultExpressionManager.createJuelExpression
(String expression, ValueExpression valueExpression) Constructors in org.flowable.common.engine.impl.el with parameters of type ValueExpressionModifierConstructorDescriptionJuelExpression
(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 ValueExpressionModifier and TypeMethodDescriptionabstract ValueExpression
ExpressionFactory.createValueExpression
(Object instance, Class<?> expectedType) Creates a ValueExpression that wraps an object instance.abstract ValueExpression
ExpressionFactory.createValueExpression
(ELContext context, String expression, Class<?> expectedType) Parses an expression into aValueExpression
for later evaluation.abstract ValueExpression
VariableMapper.resolveVariable
(String variable) Resolves the specified variable name to a ValueExpression.abstract ValueExpression
VariableMapper.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 ValueExpressionModifier and TypeMethodDescriptionabstract ValueExpression
VariableMapper.setVariable
(String variable, ValueExpression expression) Assign a ValueExpression to an EL variable, replacing any previously assignment to the same variable. -
Uses of ValueExpression in org.flowable.engine.impl.delegate.invocation
Fields in org.flowable.engine.impl.delegate.invocation declared as ValueExpressionModifier and TypeFieldDescriptionprotected final ValueExpression
ExpressionInvocation.valueExpression
Constructors in org.flowable.engine.impl.delegate.invocation with parameters of type ValueExpressionModifierConstructorDescriptionExpressionGetInvocation
(ValueExpression valueExpression, ELContext elContext) ExpressionInvocation
(ValueExpression valueExpression) ExpressionSetInvocation
(ValueExpression valueExpression, ELContext elContext, Object value) -
Uses of ValueExpression in org.flowable.engine.impl.el
Methods in org.flowable.engine.impl.el with parameters of type ValueExpressionModifier and TypeMethodDescriptionprotected Expression
ProcessExpressionManager.createJuelExpression
(String expression, ValueExpression valueExpression) Constructors in org.flowable.engine.impl.el with parameters of type ValueExpressionModifierConstructorDescriptionJuelExpression
(ExpressionManager expressionManager, DelegateInterceptor delegateInterceptor, ValueExpression valueExpression, String expressionText)