Package oracle.iam.application.vo
Class GroovyScriptExecutor
java.lang.Object
oracle.iam.application.vo.GroovyScriptExecutor
- Author:
- kukuajay
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidbindChildTableAttrs(Map<String, Object> variables, HashMap<String, List<Map<String, Object>>> childTables, Map<String, String> mappings) static voidbindSingleValuedAttrs(Map<String, Object> variables, Map<String, Object> singleValuedAttrs, Map<String, String> mappings) static voidvalidateScript(String scriptText)
-
Constructor Details
-
GroovyScriptExecutor
public GroovyScriptExecutor()
-
-
Method Details
-
bindSingleValuedAttrs
-
bindChildTableAttrs
-
runScript
- Parameters:
variables-scriptText-- Returns:
-
validateScript
- Parameters:
scriptText- - groovy script source code as string- Throws:
Exception
-