public interface ScriptContent
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContent()
Returns content of the script (executable body).
|
java.util.Map<java.lang.String,java.lang.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.
|
java.lang.String |
getEngineName()
Gets engine name.
|
java.lang.String getEngineName()
java.lang.String getContent()
ScriptNotFoundException - if content cannot be obtained.java.util.Map<java.lang.String,java.lang.Object> getCustomContext()
Copyright © 2018 SAP SE. All Rights Reserved.