Uses of Class
org.camunda.bpm.engine.impl.javax.el.Expression
-
Packages that use Expression Package Description 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 Modifier and Type Class Description classMethodExpressionAn Expression that refers to a method on an object.classValueExpressionAn 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 Modifier and Type Class Description classObjectValueExpressionObject wrapper expression.classTreeMethodExpressionA method expression is ready to be evaluated (by calling eitherTreeMethodExpression.invoke(ELContext, Object[])orTreeMethodExpression.getMethodInfo(ELContext)).classTreeValueExpressionA value expression is ready to be evaluated (by calling eitherTreeValueExpression.getType(ELContext),TreeValueExpression.getValue(ELContext),TreeValueExpression.isReadOnly(ELContext)orTreeValueExpression.setValue(ELContext, Object).
-