| Modifier and Type | Method and Description |
|---|---|
ScriptContent |
ScriptData.getContent() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptData.setContent(ScriptContent content) |
| Modifier and Type | Method and Description |
|---|---|
ScriptExecutable |
ScriptingLanguagesService.getExecutableByContent(ScriptContent scriptContent)
Returns ready for execution object based on ScriptContent.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AutoDisablingScriptContent |
| Modifier and Type | Class and Description |
|---|---|
class |
ModelScriptContent
ScriptContent backed by hybris ScriptModel.
|
class |
ResourceScriptContent
ScriptContent backed by the Spring Resource interface.
|
class |
SimpleScriptContent
ScriptContent backed by simple String representation of the Script body.
|
| Modifier and Type | Method and Description |
|---|---|
ScriptExecutable |
DefaultScriptingLanguagesService.getExecutableByContent(ScriptContent scriptContent) |
| Modifier and Type | Method and Description |
|---|---|
ScriptContent |
CacheableScriptsRepository.lookupScript(CacheKey cacheKey)
Lookup for ScriptContent based on the information provided by the CacheKey object.
|
ScriptContent |
ScriptsRepository.lookupScript(java.lang.String protocol,
java.lang.String path)
Lookup script in the repository by protocol and path.
|
| Modifier and Type | Method and Description |
|---|---|
ScriptContent |
ClasspathScriptsRepository.lookupScript(CacheKey cacheKey) |
ScriptContent |
ModelScriptsRepository.lookupScript(CacheKey cacheKey) |
ScriptContent |
ClasspathScriptsRepository.lookupScript(java.lang.String protocol,
java.lang.String path) |
ScriptContent |
ModelScriptsRepository.lookupScript(java.lang.String protocol,
java.lang.String path) |
ScriptContent |
RemoteScriptsRepository.lookupScript(java.lang.String protocol,
java.lang.String path) |
ScriptContent |
FileSystemScriptsRepository.lookupScript(java.lang.String protocol,
java.lang.String path) |
Copyright © 2018 SAP SE. All Rights Reserved.