public interface ScriptingLanguageExecutor
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
executeScript(String engineName,
String script,
boolean commit)
Execute script with use of provided
ScriptingLanguageExecutor shell object. |
Map<String,Object> executeScript(String engineName, String script, boolean commit)
ScriptingLanguageExecutor shell object.engineName - the name of scripting engine used to evaluate scriptscript - the script bodyCopyright © 2017 SAP SE. All Rights Reserved.