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 classObject wrapper expression.final classA 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 ExpressionDefaultExpressionManager.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 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 ValueExpressionModifier and TypeMethodDescriptionabstract ValueExpressionVariableMapper.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 ValueExpressionExpressionInvocation.valueExpressionConstructors 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 ExpressionProcessExpressionManager.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)