public class DefaultScriptingLanguageExecutor extends Object implements ScriptingLanguageExecutor
| Constructor and Description |
|---|
DefaultScriptingLanguageExecutor() |
| 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. |
public Map<String,Object> executeScript(String engineName, String script, boolean commit)
ScriptingLanguageExecutorScriptingLanguageExecutor shell object.executeScript in interface ScriptingLanguageExecutorengineName - the name of scripting engine used to evaluate scriptscript - the script bodyCopyright © 2017 SAP SE. All Rights Reserved.