| Package | Description |
|---|---|
| org.flowable.engine.common.impl.de.odysseus.el | |
| org.flowable.engine.common.impl.javax.el |
| Modifier and Type | Class and Description |
|---|---|
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). |
| Modifier and Type | Class and Description |
|---|---|
class |
MethodExpression
An Expression that refers to a method on an object.
|
class |
ValueExpression
An Expression that can get or set a value.
|
Copyright © 2017 Flowable. All rights reserved.