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 classObject wrapper expression.final classA method expression is ready to be evaluated (by calling eitherTreeMethodExpression.invoke(ELContext, Object[])orTreeMethodExpression.getMethodInfo(ELContext)).final classA 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 TypeClassDescriptionclassAn Expression that refers to a method on an object.classAn Expression that can get or set a value.