Uses of Class
org.camunda.bpm.engine.impl.juel.TreeMethodExpression
-
Packages that use TreeMethodExpression Package Description org.camunda.bpm.engine.impl.juel -
-
Uses of TreeMethodExpression in org.camunda.bpm.engine.impl.juel
Methods in org.camunda.bpm.engine.impl.juel that return TreeMethodExpression Modifier and Type Method Description TreeMethodExpression
ExpressionFactoryImpl. createMethodExpression(ELContext context, String expression, Class<?> expectedReturnType, Class<?>[] expectedParamTypes)
-