Uses of Interface
org.activiti.core.el.CustomFunctionProvider
-
-
Uses of CustomFunctionProvider in org.activiti.core.el
Method parameters in org.activiti.core.el with type arguments of type CustomFunctionProvider Modifier and Type Method Description javax.el.ELContextELContextBuilder. buildWithCustomFunctions(List<CustomFunctionProvider> customFunctionProviders)Constructor parameters in org.activiti.core.el with type arguments of type CustomFunctionProvider Constructor Description JuelExpressionResolver(javax.el.ExpressionFactory expressionFactory, List<CustomFunctionProvider> customFunctionProviders)
-