Uses of Class
org.camunda.bpm.engine.impl.javax.el.ELContext
-
-
Uses of ELContext in org.camunda.bpm.engine.cdi.impl.el
Fields in org.camunda.bpm.engine.cdi.impl.el declared as ELContext Modifier and Type Field Description protected ELContext
ElContextDelegate. delegateContext
Methods in org.camunda.bpm.engine.cdi.impl.el with parameters of type ELContext Modifier and Type Method Description Class<?>
CdiResolver. getCommonPropertyType(ELContext context, Object base)
Iterator<FeatureDescriptor>
CdiResolver. getFeatureDescriptors(ELContext context, Object base)
Class<?>
CdiResolver. getType(ELContext context, Object base, Object property)
Object
CdiResolver. getValue(ELContext context, Object base, Object property)
Object
CdiResolver. invoke(ELContext context, Object base, Object method, Class<?>[] paramTypes, Object[] params)
boolean
CdiResolver. isReadOnly(ELContext context, Object base, Object property)
void
CdiResolver. setValue(ELContext context, Object base, Object property, Object value)
protected javax.el.ELContext
CdiResolver. wrapContext(ELContext context)
Constructors in org.camunda.bpm.engine.cdi.impl.el with parameters of type ELContext Constructor Description ElContextDelegate(ELContext delegateContext, javax.el.ELResolver elResolver)
-
Uses of ELContext in org.camunda.bpm.engine.impl.core.variable.scope
Fields in org.camunda.bpm.engine.impl.core.variable.scope declared as ELContext Modifier and Type Field Description protected ELContext
AbstractVariableScope. cachedElContext
Methods in org.camunda.bpm.engine.impl.core.variable.scope that return ELContext Modifier and Type Method Description ELContext
AbstractVariableScope. getCachedElContext()
Methods in org.camunda.bpm.engine.impl.core.variable.scope with parameters of type ELContext Modifier and Type Method Description void
AbstractVariableScope. setCachedElContext(ELContext cachedElContext)
-
Uses of ELContext in org.camunda.bpm.engine.impl.delegate
Fields in org.camunda.bpm.engine.impl.delegate declared as ELContext Modifier and Type Field Description protected ELContext
ExpressionGetInvocation. elContext
protected ELContext
ExpressionSetInvocation. elContext
Constructors in org.camunda.bpm.engine.impl.delegate with parameters of type ELContext Constructor Description ExpressionGetInvocation(ValueExpression valueExpression, ELContext elContext, BaseDelegateExecution contextExecution)
ExpressionSetInvocation(ValueExpression valueExpression, ELContext elContext, Object value, BaseDelegateExecution contextExecution)
-
Uses of ELContext in org.camunda.bpm.engine.impl.el
Subclasses of ELContext in org.camunda.bpm.engine.impl.el Modifier and Type Class Description class
ProcessEngineElContext
ELContext
used by the process engine.Fields in org.camunda.bpm.engine.impl.el declared as ELContext Modifier and Type Field Description protected ELContext
ExpressionManager. parsingElContext
Methods in org.camunda.bpm.engine.impl.el that return ELContext Modifier and Type Method Description ELContext
ExpressionManager. createElContext(VariableContext variableContext)
ELContext
ExpressionManager. getElContext(VariableScope variableScope)
Methods in org.camunda.bpm.engine.impl.el with parameters of type ELContext Modifier and Type Method Description Class<?>
AbstractElResolverDelegate. getCommonPropertyType(ELContext context, Object base)
Class<?>
ReadOnlyMapELResolver. getCommonPropertyType(ELContext context, Object arg)
Class<?>
VariableContextElResolver. getCommonPropertyType(ELContext arg0, Object arg1)
Class<?>
VariableScopeElResolver. getCommonPropertyType(ELContext arg0, Object arg1)
Iterator<FeatureDescriptor>
AbstractElResolverDelegate. getFeatureDescriptors(ELContext context, Object base)
Iterator<FeatureDescriptor>
ReadOnlyMapELResolver. getFeatureDescriptors(ELContext context, Object arg)
Iterator<FeatureDescriptor>
VariableContextElResolver. getFeatureDescriptors(ELContext arg0, Object arg1)
Iterator<FeatureDescriptor>
VariableScopeElResolver. getFeatureDescriptors(ELContext arg0, Object arg1)
Class<?>
AbstractElResolverDelegate. getType(ELContext context, Object base, Object property)
Class<?>
ReadOnlyMapELResolver. getType(ELContext context, Object arg1, Object arg2)
Class<?>
VariableContextElResolver. getType(ELContext arg0, Object arg1, Object arg2)
Class<?>
VariableScopeElResolver. getType(ELContext arg0, Object arg1, Object arg2)
Object
AbstractElResolverDelegate. getValue(ELContext context, Object base, Object property)
Object
ReadOnlyMapELResolver. getValue(ELContext context, Object base, Object property)
Object
VariableContextElResolver. getValue(ELContext context, Object base, Object property)
Object
VariableScopeElResolver. getValue(ELContext context, Object base, Object property)
Object
AbstractElResolverDelegate. invoke(ELContext context, Object base, Object method, Class<?>[] paramTypes, Object[] params)
boolean
AbstractElResolverDelegate. isReadOnly(ELContext context, Object base, Object property)
boolean
ReadOnlyMapELResolver. isReadOnly(ELContext context, Object base, Object property)
boolean
VariableContextElResolver. isReadOnly(ELContext context, Object base, Object property)
boolean
VariableScopeElResolver. isReadOnly(ELContext context, Object base, Object property)
void
AbstractElResolverDelegate. setValue(ELContext context, Object base, Object property, Object value)
void
ReadOnlyMapELResolver. setValue(ELContext context, Object base, Object property, Object value)
void
VariableContextElResolver. setValue(ELContext context, Object base, Object property, Object value)
void
VariableScopeElResolver. setValue(ELContext context, Object base, Object property, Object value)
-
Uses of ELContext in org.camunda.bpm.engine.impl.javax.el
Methods in org.camunda.bpm.engine.impl.javax.el that return ELContext Modifier and Type Method Description ELContext
ELContextEvent. getELContext()
Returns the ELContext that was created.Methods in org.camunda.bpm.engine.impl.javax.el with parameters of type ELContext Modifier and Type Method Description abstract MethodExpression
ExpressionFactory. createMethodExpression(ELContext context, String expression, Class<?> expectedReturnType, Class<?>[] expectedParamTypes)
Parses an expression into aMethodExpression
for later evaluation.abstract ValueExpression
ExpressionFactory. createValueExpression(ELContext context, String expression, Class<?> expectedType)
Parses an expression into aValueExpression
for later evaluation.Class<?>
ArrayELResolver. getCommonPropertyType(ELContext context, Object base)
If the base object is a Java language array, returns the most general type that this resolver accepts for the property argument.Class<?>
BeanELResolver. getCommonPropertyType(ELContext context, Object base)
If the base object is not null, returns the most general type that this resolver accepts for the property argument.Class<?>
CompositeELResolver. getCommonPropertyType(ELContext context, Object base)
Returns the most general type that this resolver accepts for the property argument, given a base object.Class<?>
DynamicBeanPropertyELResolver. getCommonPropertyType(ELContext context, Object base)
abstract Class<?>
ELResolver. getCommonPropertyType(ELContext context, Object base)
Returns the most general type that this resolver accepts for the property argument, given a base object.Class<?>
ListELResolver. getCommonPropertyType(ELContext context, Object base)
If the base object is a list, returns the most general type that this resolver accepts for the property argument.Class<?>
MapELResolver. getCommonPropertyType(ELContext context, Object base)
If the base object is a map, returns the most general type that this resolver accepts for the property argument.Class<?>
ResourceBundleELResolver. getCommonPropertyType(ELContext context, Object base)
If the base object is a ResourceBundle, returns the most general type that this resolver accepts for the property argument.Iterator<FeatureDescriptor>
ArrayELResolver. getFeatureDescriptors(ELContext context, Object base)
Always returns null, since there is no reason to iterate through set set of all integers.Iterator<FeatureDescriptor>
BeanELResolver. getFeatureDescriptors(ELContext context, Object base)
If the base object is not null, returns an Iterator containing the set of JavaBeans properties available on the given object.Iterator<FeatureDescriptor>
CompositeELResolver. getFeatureDescriptors(ELContext context, Object base)
Returns information about the set of variables or properties that can be resolved for the given base object.Iterator<FeatureDescriptor>
DynamicBeanPropertyELResolver. getFeatureDescriptors(ELContext context, Object base)
abstract Iterator<FeatureDescriptor>
ELResolver. getFeatureDescriptors(ELContext context, Object base)
Returns information about the set of variables or properties that can be resolved for the given base object.Iterator<FeatureDescriptor>
ListELResolver. getFeatureDescriptors(ELContext context, Object base)
Always returns null, since there is no reason to iterate through set set of all integers.Iterator<FeatureDescriptor>
MapELResolver. getFeatureDescriptors(ELContext context, Object base)
If the base object is a map, returns an Iterator containing the set of keys available in the Map.Iterator<FeatureDescriptor>
ResourceBundleELResolver. getFeatureDescriptors(ELContext context, Object base)
If the base object is a ResourceBundle, returns an Iterator containing the set of keys available in the ResourceBundle.abstract MethodInfo
MethodExpression. getMethodInfo(ELContext context)
Evaluates the expression relative to the provided context, and returns information about the actual referenced method.Class<?>
ArrayELResolver. getType(ELContext context, Object base, Object property)
If the base object is an array, returns the most general acceptable type for a value in this array.Class<?>
BeanELResolver. getType(ELContext context, Object base, Object property)
If the base object is not null, returns the most general acceptable type that can be set on this bean property.Class<?>
CompositeELResolver. getType(ELContext context, Object base, Object property)
For a given base and property, attempts to identify the most general type that is acceptable for an object to be passed as the value parameter in a future call to theCompositeELResolver.setValue(ELContext, Object, Object, Object)
method.Class<?>
DynamicBeanPropertyELResolver. getType(ELContext context, Object base, Object property)
abstract Class<?>
ELResolver. getType(ELContext context, Object base, Object property)
For a given base and property, attempts to identify the most general type that is acceptable for an object to be passed as the value parameter in a future call to theELResolver.setValue(ELContext, Object, Object, Object)
method.Class<?>
ListELResolver. getType(ELContext context, Object base, Object property)
If the base object is a list, returns the most general acceptable type for a value in this list.Class<?>
MapELResolver. getType(ELContext context, Object base, Object property)
If the base object is a map, returns the most general acceptable type for a value in this map.Class<?>
ResourceBundleELResolver. getType(ELContext context, Object base, Object property)
If the base object is an instance of ResourceBundle, return null, since the resolver is read only.abstract Class<?>
ValueExpression. getType(ELContext context)
Evaluates the expression relative to the provided context, and returns the most general type that is acceptable for an object to be passed as the value parameter in a future call to theValueExpression.setValue(ELContext, Object)
method.Object
ArrayELResolver. getValue(ELContext context, Object base, Object property)
If the base object is a Java language array, returns the value at the given index.Object
BeanELResolver. getValue(ELContext context, Object base, Object property)
If the base object is not null, returns the current value of the given property on this bean.Object
CompositeELResolver. getValue(ELContext context, Object base, Object property)
Attempts to resolve the given property object on the given base object by querying all component resolvers.Object
DynamicBeanPropertyELResolver. getValue(ELContext context, Object base, Object property)
abstract Object
ELResolver. getValue(ELContext context, Object base, Object property)
Attempts to resolve the given property object on the given base object.Object
ListELResolver. getValue(ELContext context, Object base, Object property)
If the base object is a list, returns the value at the given index.Object
MapELResolver. getValue(ELContext context, Object base, Object property)
If the base object is a map, returns the value associated with the given key, as specified by the property argument.Object
ResourceBundleELResolver. getValue(ELContext context, Object base, Object property)
If the base object is an instance of ResourceBundle, the provided property will first be coerced to a String.abstract Object
ValueExpression. getValue(ELContext context)
Evaluates the expression relative to the provided context, and returns the resulting value.ValueReference
ValueExpression. getValueReference(ELContext context)
Returns aValueReference
for this expression instance.Object
BeanELResolver. invoke(ELContext context, Object base, Object method, Class<?>[] paramTypes, Object[] params)
If the base object is notnull
, invoke the method, with the given parameters on this bean.Object
CompositeELResolver. invoke(ELContext context, Object base, Object method, Class<?>[] paramTypes, Object[] params)
Attempts to resolve and invoke the givenmethod
on the givenbase
object by querying all component resolvers.Object
ELResolver. invoke(ELContext context, Object base, Object method, Class<?>[] paramTypes, Object[] params)
Attempts to resolve and invoke the givenmethod
on the givenbase
object.abstract Object
MethodExpression. invoke(ELContext context, Object[] params)
If a String literal is specified as the expression, returns the String literal coerced to the expected return type of the method signature.boolean
ArrayELResolver. isReadOnly(ELContext context, Object base, Object property)
If the base object is a Java language array, returns whether a call toArrayELResolver.setValue(ELContext, Object, Object, Object)
will always fail.boolean
BeanELResolver. isReadOnly(ELContext context, Object base, Object property)
If the base object is not null, returns whether a call toBeanELResolver.setValue(ELContext, Object, Object, Object)
will always fail.boolean
CompositeELResolver. isReadOnly(ELContext context, Object base, Object property)
For a given base and property, attempts to determine whether a call toCompositeELResolver.setValue(ELContext, Object, Object, Object)
will always fail.boolean
DynamicBeanPropertyELResolver. isReadOnly(ELContext context, Object base, Object property)
abstract boolean
ELResolver. isReadOnly(ELContext context, Object base, Object property)
For a given base and property, attempts to determine whether a call toELResolver.setValue(ELContext, Object, Object, Object)
will always fail.boolean
ListELResolver. isReadOnly(ELContext context, Object base, Object property)
If the base object is a list, returns whether a call toListELResolver.setValue(ELContext, Object, Object, Object)
will always fail.boolean
MapELResolver. isReadOnly(ELContext context, Object base, Object property)
If the base object is a map, returns whether a call toMapELResolver.setValue(ELContext, Object, Object, Object)
will always fail.boolean
ResourceBundleELResolver. isReadOnly(ELContext context, Object base, Object property)
If the base object is not null and an instanceof java.util.ResourceBundle, return true.abstract boolean
ValueExpression. isReadOnly(ELContext context)
Evaluates the expression relative to the provided context, and returns true if a call toValueExpression.setValue(ELContext, Object)
will always fail.void
ArrayELResolver. setValue(ELContext context, Object base, Object property, Object value)
If the base object is a Java language array, attempts to set the value at the given index with the given value.void
BeanELResolver. setValue(ELContext context, Object base, Object property, Object value)
If the base object is not null, attempts to set the value of the given property on this bean.void
CompositeELResolver. setValue(ELContext context, Object base, Object property, Object value)
Attempts to set the value of the given property object on the given base object.void
DynamicBeanPropertyELResolver. setValue(ELContext context, Object base, Object property, Object value)
abstract void
ELResolver. setValue(ELContext context, Object base, Object property, Object value)
Attempts to set the value of the given property object on the given base object.void
ListELResolver. setValue(ELContext context, Object base, Object property, Object value)
If the base object is a list, attempts to set the value at the given index with the given value.void
MapELResolver. setValue(ELContext context, Object base, Object property, Object value)
If the base object is a map, attempts to set the value associated with the given key, as specified by the property argument.void
ResourceBundleELResolver. setValue(ELContext context, Object base, Object property, Object value)
If the base object is a ResourceBundle, throw aPropertyNotWritableException
.abstract void
ValueExpression. setValue(ELContext context, Object value)
Evaluates the expression relative to the provided context, and sets the result to the provided value.Constructors in org.camunda.bpm.engine.impl.javax.el with parameters of type ELContext Constructor Description ELContextEvent(ELContext source)
Constructs an ELContextEvent object to indicate that an ELContext has been created. -
Uses of ELContext in org.camunda.bpm.engine.impl.juel
Subclasses of ELContext in org.camunda.bpm.engine.impl.juel Modifier and Type Class Description class
SimpleContext
Simple context implementation.Methods in org.camunda.bpm.engine.impl.juel with parameters of type ELContext Modifier and Type Method Description TreeMethodExpression
ExpressionFactoryImpl. createMethodExpression(ELContext context, String expression, Class<?> expectedReturnType, Class<?>[] expectedParamTypes)
TreeValueExpression
ExpressionFactoryImpl. createValueExpression(ELContext context, String expression, Class<?> expectedType)
Object
AstBinary. eval(Bindings bindings, ELContext context)
Object
AstBinary.Operator. eval(Bindings bindings, ELContext context, AstNode left, AstNode right)
Object
AstBinary.SimpleOperator. eval(Bindings bindings, ELContext context, AstNode left, AstNode right)
Object
AstBoolean. eval(Bindings bindings, ELContext context)
Object
AstChoice. eval(Bindings bindings, ELContext context)
Object
AstComposite. eval(Bindings bindings, ELContext context)
Object
AstEval. eval(Bindings bindings, ELContext context)
Object
AstFunction. eval(Bindings bindings, ELContext context)
Object
AstIdentifier. eval(Bindings bindings, ELContext context)
Object
AstMethod. eval(Bindings bindings, ELContext context)
Object
AstNested. eval(Bindings bindings, ELContext context)
abstract Object
AstNode. eval(Bindings bindings, ELContext context)
Object
AstNull. eval(Bindings bindings, ELContext context)
Object
AstNumber. eval(Bindings bindings, ELContext context)
Object[]
AstParameters. eval(Bindings bindings, ELContext context)
Object
AstProperty. eval(Bindings bindings, ELContext context)
Object
AstString. eval(Bindings bindings, ELContext context)
Object
AstText. eval(Bindings bindings, ELContext context)
Object
AstUnary. eval(Bindings bindings, ELContext context)
Object
AstUnary.Operator. eval(Bindings bindings, ELContext context, AstNode node)
Object
AstUnary.SimpleOperator. eval(Bindings bindings, ELContext context, AstNode node)
Class<?>
RootPropertyResolver. getCommonPropertyType(ELContext context, Object base)
Class<?>
SimpleResolver. getCommonPropertyType(ELContext context, Object base)
Iterator<FeatureDescriptor>
RootPropertyResolver. getFeatureDescriptors(ELContext context, Object base)
Iterator<FeatureDescriptor>
SimpleResolver. getFeatureDescriptors(ELContext context, Object base)
protected Method
AstIdentifier. getMethod(Bindings bindings, ELContext context, Class<?> returnType, Class<?>[] paramTypes)
MethodInfo
AstEval. getMethodInfo(Bindings bindings, ELContext context, Class<?> returnType, Class<?>[] paramTypes)
MethodInfo
AstIdentifier. getMethodInfo(Bindings bindings, ELContext context, Class<?> returnType, Class<?>[] paramTypes)
MethodInfo
AstMethod. getMethodInfo(Bindings bindings, ELContext context, Class<?> returnType, Class<?>[] paramTypes)
MethodInfo
AstProperty. getMethodInfo(Bindings bindings, ELContext context, Class<?> returnType, Class<?>[] paramTypes)
MethodInfo
AstRightValue. getMethodInfo(Bindings bindings, ELContext context, Class<?> returnType, Class<?>[] paramTypes)
MethodInfo
AstText. getMethodInfo(Bindings bindings, ELContext context, Class<?> returnType, Class<?>[] paramTypes)
MethodInfo
ExpressionNode. getMethodInfo(Bindings bindings, ELContext context, Class<?> returnType, Class<?>[] paramTypes)
Get method information.MethodInfo
TreeMethodExpression. getMethodInfo(ELContext context)
Evaluates the expression and answers information about the methodprotected Object
AstBracket. getProperty(Bindings bindings, ELContext context)
protected String
AstDot. getProperty(Bindings bindings, ELContext context)
protected abstract Object
AstProperty. getProperty(Bindings bindings, ELContext context)
Class<?>
AstEval. getType(Bindings bindings, ELContext context)
Class<?>
AstIdentifier. getType(Bindings bindings, ELContext context)
Class<?>
AstMethod. getType(Bindings bindings, ELContext context)
Class<?>
AstProperty. getType(Bindings bindings, ELContext context)
Class<?>
AstRightValue. getType(Bindings bindings, ELContext context)
according to the spec, the result is undefined for rvalues, so answernull
Class<?>
AstText. getType(Bindings bindings, ELContext context)
Class<?>
ExpressionNode. getType(Bindings bindings, ELContext context)
Get the value type accepted inExpressionNode.setValue(Bindings, ELContext, Object)
.Class<?>
ObjectValueExpression. getType(ELContext context)
Answernull
.Class<?>
RootPropertyResolver. getType(ELContext context, Object base, Object property)
Class<?>
SimpleResolver. getType(ELContext context, Object base, Object property)
Class<?>
TreeValueExpression. getType(ELContext context)
Evaluates the expression as an lvalue and answers the result type.Object
AstNode. getValue(Bindings bindings, ELContext context, Class<?> type)
evaluate and return the (optionally coerced) result.Object
ExpressionNode. getValue(Bindings bindings, ELContext context, Class<?> expectedType)
Evaluate node.Object
ObjectValueExpression. getValue(ELContext context)
Answer the wrapped object, coerced to the expected type.Object
RootPropertyResolver. getValue(ELContext context, Object base, Object property)
Object
SimpleResolver. getValue(ELContext context, Object base, Object property)
Object
TreeValueExpression. getValue(ELContext context)
Evaluates the expression as an rvalue and answers the result.ValueReference
AstEval. getValueReference(Bindings bindings, ELContext context)
ValueReference
AstIdentifier. getValueReference(Bindings bindings, ELContext context)
ValueReference
AstMethod. getValueReference(Bindings bindings, ELContext context)
ValueReference
AstProperty. getValueReference(Bindings bindings, ELContext context)
ValueReference
AstRightValue. getValueReference(Bindings bindings, ELContext context)
ValueReference
AstText. getValueReference(Bindings bindings, ELContext context)
ValueReference
ExpressionNode. getValueReference(Bindings bindings, ELContext context)
Get value reference.ValueReference
TreeValueExpression. getValueReference(ELContext context)
Object
AstEval. invoke(Bindings bindings, ELContext context, Class<?> returnType, Class<?>[] paramTypes, Object[] paramValues)
protected Object
AstFunction. invoke(Bindings bindings, ELContext context, Object base, Method method)
Invoke method.Object
AstIdentifier. invoke(Bindings bindings, ELContext context, Class<?> returnType, Class<?>[] paramTypes, Object[] params)
Object
AstMethod. invoke(Bindings bindings, ELContext context, Class<?> returnType, Class<?>[] paramTypes, Object[] paramValues)
Object
AstProperty. invoke(Bindings bindings, ELContext context, Class<?> returnType, Class<?>[] paramTypes, Object[] paramValues)
Object
AstRightValue. invoke(Bindings bindings, ELContext context, Class<?> returnType, Class<?>[] paramTypes, Object[] paramValues)
Object
AstText. invoke(Bindings bindings, ELContext context, Class<?> returnType, Class<?>[] paramTypes, Object[] paramValues)
Object
ExpressionNode. invoke(Bindings bindings, ELContext context, Class<?> returnType, Class<?>[] paramTypes, Object[] paramValues)
Invoke method.Object
RootPropertyResolver. invoke(ELContext context, Object base, Object method, Class<?>[] paramTypes, Object[] params)
Object
SimpleResolver. invoke(ELContext context, Object base, Object method, Class<?>[] paramTypes, Object[] params)
Object
TreeMethodExpression. invoke(ELContext context, Object[] paramValues)
Evaluates the expression and invokes the method.boolean
AstEval. isReadOnly(Bindings bindings, ELContext context)
boolean
AstIdentifier. isReadOnly(Bindings bindings, ELContext context)
boolean
AstMethod. isReadOnly(Bindings bindings, ELContext context)
boolean
AstProperty. isReadOnly(Bindings bindings, ELContext context)
boolean
AstRightValue. isReadOnly(Bindings bindings, ELContext context)
non-lvalues are always readonly, so answertrue
boolean
AstText. isReadOnly(Bindings bindings, ELContext context)
boolean
ExpressionNode. isReadOnly(Bindings bindings, ELContext context)
Determine whetherExpressionNode.setValue(Bindings, ELContext, Object)
will throw aPropertyNotWritableException
.boolean
ObjectValueExpression. isReadOnly(ELContext context)
Answertrue
.boolean
RootPropertyResolver. isReadOnly(ELContext context, Object base, Object property)
boolean
SimpleResolver. isReadOnly(ELContext context, Object base, Object property)
boolean
TreeValueExpression. isReadOnly(ELContext context)
Evaluates the expression as an lvalue and determines ifTreeValueExpression.setValue(ELContext, Object)
will always fail.void
AstEval. setValue(Bindings bindings, ELContext context, Object value)
void
AstIdentifier. setValue(Bindings bindings, ELContext context, Object value)
void
AstMethod. setValue(Bindings bindings, ELContext context, Object value)
void
AstProperty. setValue(Bindings bindings, ELContext context, Object value)
void
AstRightValue. setValue(Bindings bindings, ELContext context, Object value)
non-lvalues are always readonly, so throw an exceptionvoid
AstText. setValue(Bindings bindings, ELContext context, Object value)
void
ExpressionNode. setValue(Bindings bindings, ELContext context, Object value)
Assign value.void
ObjectValueExpression. setValue(ELContext context, Object value)
Throw an exception.void
RootPropertyResolver. setValue(ELContext context, Object base, Object property, Object value)
void
SimpleResolver. setValue(ELContext context, Object base, Object property, Object value)
void
TreeValueExpression. setValue(ELContext context, Object value)
Evaluates the expression as an lvalue and assigns the given value. -
Uses of ELContext in org.camunda.bpm.engine.spring
Methods in org.camunda.bpm.engine.spring with parameters of type ELContext Modifier and Type Method Description Class<?>
ApplicationContextElResolver. getCommonPropertyType(ELContext context, Object arg)
Iterator<FeatureDescriptor>
ApplicationContextElResolver. getFeatureDescriptors(ELContext context, Object arg)
Class<?>
ApplicationContextElResolver. getType(ELContext context, Object arg1, Object arg2)
Object
ApplicationContextElResolver. getValue(ELContext context, Object base, Object property)
boolean
ApplicationContextElResolver. isReadOnly(ELContext context, Object base, Object property)
void
ApplicationContextElResolver. setValue(ELContext context, Object base, Object property, Object value)
-
Uses of ELContext in org.camunda.bpm.engine.test.mock
Methods in org.camunda.bpm.engine.test.mock with parameters of type ELContext Modifier and Type Method Description Class<?>
MockElResolver. getCommonPropertyType(ELContext context, Object base)
Iterator<FeatureDescriptor>
MockElResolver. getFeatureDescriptors(ELContext context, Object base)
Class<?>
MockElResolver. getType(ELContext context, Object base, Object property)
Object
MockElResolver. getValue(ELContext context, Object base, Object property)
boolean
MockElResolver. isReadOnly(ELContext context, Object base, Object property)
void
MockElResolver. setValue(ELContext context, Object base, Object property, Object value)
-