Uses of Class
org.flowable.common.engine.impl.javax.el.Expression
Packages that use Expression
Package
Description
-
Uses of Expression in org.flowable.common.engine.impl.de.odysseus.el
Subclasses of Expression in org.flowable.common.engine.impl.de.odysseus.elModifier and TypeClassDescriptionfinal class
Object wrapper expression.final class
A method expression is ready to be evaluated (by calling eitherTreeMethodExpression.invoke(ELContext, Object[])
orTreeMethodExpression.getMethodInfo(ELContext)
).final class
A value expression is ready to be evaluated (by calling eitherTreeValueExpression.getType(ELContext)
,TreeValueExpression.getValue(ELContext)
,TreeValueExpression.isReadOnly(ELContext)
orTreeValueExpression.setValue(ELContext, Object)
. -
Uses of Expression in org.flowable.common.engine.impl.javax.el
Subclasses of Expression in org.flowable.common.engine.impl.javax.elModifier and TypeClassDescriptionclass
An Expression that refers to a method on an object.class
An Expression that can get or set a value.