| Package | Description |
|---|---|
| org.flowable.engine.common.impl.de.odysseus.el |
| Class and Description |
|---|
| ExpressionFactoryImpl.Profile
A profile provides a default set of language features that will define the builder's
behavior.
|
| ObjectValueExpression
Object wrapper expression.
|
| TreeMethodExpression
A method expression is ready to be evaluated (by calling either
TreeMethodExpression.invoke(ELContext, Object[]) or TreeMethodExpression.getMethodInfo(ELContext)). |
| 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). |
Copyright © 2017 Flowable. All rights reserved.