| Modifier and Type | Method and Description |
|---|---|
AutoDisablingScriptStrategy |
AutoDisablingScriptContent.getAutoDisablingScriptStrategy() |
| Modifier and Type | Method and Description |
|---|---|
AutoDisablingScriptStrategy |
ModelScriptContent.getAutoDisablingScriptStrategy() |
| Constructor and Description |
|---|
ModelScriptContent(ScriptModel model,
AutoDisablingScriptStrategy strategy) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAutoDisablingScriptStrategy
This strategy provides auto-disabling feature for
ScriptExecutable and it
disables the ScriptExecutable after first
ScriptExecutionException. |
| Constructor and Description |
|---|
AbstractScriptExecutable(ApplicationContext appContext,
Map<String,Object> globalContext,
AutoDisablingScriptStrategy autoDisablingScriptStrategy) |
InterpretedScriptExecutable(String scriptContent,
ScriptEngineFactory scriptEngineFactory,
ApplicationContext appContext,
Map<String,Object> globalContext,
AutoDisablingScriptStrategy autoDisablingScriptStrategy) |
PrecompiledExecutable(CompiledScript compiledScript,
Map<String,Object> globalContext,
ApplicationContext appContext,
AutoDisablingScriptStrategy autoDisablingScriptStrategy) |
| Modifier and Type | Method and Description |
|---|---|
AutoDisablingScriptStrategy |
ScriptExecutablesCacheService.ScriptDTO.getStrategy() |
| Constructor and Description |
|---|
ScriptDTO(String scriptURI,
Object script,
Map<String,Object> globalContext,
ScriptEngine engine,
AutoDisablingScriptStrategy strategy) |
Copyright © 2017 SAP SE. All Rights Reserved.