public interface ScriptingLanguagesService
| Modifier and Type | Method and Description |
|---|---|
ScriptExecutable |
getExecutableByContent(ScriptContent scriptContent)
Returns ready for execution object based on ScriptContent.
|
ScriptExecutable |
getExecutableByURI(java.lang.String scriptURI)
Returns ready for execution object based on scriptURI.
|
ScriptExecutable getExecutableByContent(ScriptContent scriptContent)
ScriptExecutable getExecutableByURI(java.lang.String scriptURI)
ScriptURI must be in the form which is understandable by one of the registered script repositories.
ScriptsRepositoryCopyright © 2018 SAP SE. All Rights Reserved.