|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodExpression | |
|---|---|
| org.camunda.bpm.engine.impl.javax.el | |
| org.camunda.bpm.engine.impl.juel | |
| Uses of MethodExpression in org.camunda.bpm.engine.impl.javax.el |
|---|
| Methods in org.camunda.bpm.engine.impl.javax.el that return MethodExpression | |
|---|---|
abstract MethodExpression |
ExpressionFactory.createMethodExpression(ELContext context,
String expression,
Class<?> expectedReturnType,
Class<?>[] expectedParamTypes)
Parses an expression into a MethodExpression for later evaluation. |
| Uses of MethodExpression in org.camunda.bpm.engine.impl.juel |
|---|
| Subclasses of MethodExpression in org.camunda.bpm.engine.impl.juel | |
|---|---|
class |
TreeMethodExpression
A method expression is ready to be evaluated (by calling either TreeMethodExpression.invoke(ELContext, Object[]) or TreeMethodExpression.getMethodInfo(ELContext)). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||