|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Expression | |
|---|---|
| org.camunda.bpm.engine.impl.javax.el | |
| org.camunda.bpm.engine.impl.juel | |
| Uses of Expression in org.camunda.bpm.engine.impl.javax.el |
|---|
| Subclasses of Expression in org.camunda.bpm.engine.impl.javax.el | |
|---|---|
class |
MethodExpression
An Expression that refers to a method on an object. |
class |
ValueExpression
An Expression that can get or set a value. |
| Uses of Expression in org.camunda.bpm.engine.impl.juel |
|---|
| Subclasses of Expression in org.camunda.bpm.engine.impl.juel | |
|---|---|
class |
ObjectValueExpression
Object wrapper expression. |
class |
TreeMethodExpression
A method expression is ready to be evaluated (by calling either TreeMethodExpression.invoke(ELContext, Object[]) or TreeMethodExpression.getMethodInfo(ELContext)). |
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). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||