|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValueExpression | |
|---|---|
| org.camunda.bpm.engine.impl.delegate | |
| org.camunda.bpm.engine.impl.el | |
| org.camunda.bpm.engine.impl.javax.el | |
| org.camunda.bpm.engine.impl.juel | |
| Uses of ValueExpression in org.camunda.bpm.engine.impl.delegate |
|---|
| Fields in org.camunda.bpm.engine.impl.delegate declared as ValueExpression | |
|---|---|
protected ValueExpression |
ExpressionInvocation.valueExpression
|
| Constructors in org.camunda.bpm.engine.impl.delegate with parameters of type ValueExpression | |
|---|---|
ExpressionGetInvocation(ValueExpression valueExpression,
ELContext elContext)
|
|
ExpressionInvocation(ValueExpression valueExpression)
|
|
ExpressionSetInvocation(ValueExpression valueExpression,
ELContext elContext,
Object value)
|
|
| Uses of ValueExpression in org.camunda.bpm.engine.impl.el |
|---|
| Fields in org.camunda.bpm.engine.impl.el declared as ValueExpression | |
|---|---|
protected ValueExpression |
JuelExpression.valueExpression
|
| Constructors in org.camunda.bpm.engine.impl.el with parameters of type ValueExpression | |
|---|---|
JuelExpression(ValueExpression valueExpression,
ExpressionManager expressionManager,
String expressionText)
|
|
| Uses of ValueExpression in org.camunda.bpm.engine.impl.javax.el |
|---|
| Methods in org.camunda.bpm.engine.impl.javax.el that return ValueExpression | |
|---|---|
abstract ValueExpression |
ExpressionFactory.createValueExpression(ELContext context,
String expression,
Class<?> expectedType)
Parses an expression into a ValueExpression for later evaluation. |
abstract ValueExpression |
ExpressionFactory.createValueExpression(Object instance,
Class<?> expectedType)
Creates a ValueExpression that wraps an object instance. |
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.camunda.bpm.engine.impl.javax.el with parameters of type ValueExpression | |
|---|---|
abstract 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.camunda.bpm.engine.impl.juel |
|---|
| Subclasses of ValueExpression in org.camunda.bpm.engine.impl.juel | |
|---|---|
class |
ObjectValueExpression
Object wrapper expression. |
class |
TreeValueExpression
A value expression is ready to be evaluated (by calling either TreeValueExpression.getType(ELContext), TreeValueExpression.getValue(ELContext), TreeValueExpression.isReadOnly(ELContext)
or TreeValueExpression.setValue(ELContext, Object). |
| Methods in org.camunda.bpm.engine.impl.juel that return ValueExpression | |
|---|---|
ValueExpression |
Bindings.getVariable(int index)
Get variable by index. |
ValueExpression |
SimpleContext.setVariable(String name,
ValueExpression expression)
Define a variable. |
| Methods in org.camunda.bpm.engine.impl.juel with parameters of type ValueExpression | |
|---|---|
ValueExpression |
SimpleContext.setVariable(String name,
ValueExpression expression)
Define a variable. |
| Constructors in org.camunda.bpm.engine.impl.juel with parameters of type ValueExpression | |
|---|---|
Bindings(Method[] functions,
ValueExpression[] variables)
Constructor. |
|
Bindings(Method[] functions,
ValueExpression[] variables,
TypeConverter converter)
Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||