Interface ExpressionEditorService
-
public interface ExpressionEditorService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getFunctionsList(java.lang.String script, java.lang.String type)
Parses the Script to return the list of functions to be used as custom function.
-