public interface ScriptContent
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Returns content of the script (executable body).
|
Map<String,Object> |
getCustomContext()
Method which may return context parameters map with some additions related to current implementation of the
ScriptContent which will be passed later on to the script.
|
String |
getEngineName()
Gets engine name.
|
String getEngineName()
String getContent()
ScriptNotFoundException - if content cannot be obtained.Copyright © 2017 SAP SE. All Rights Reserved.