public interface AutoDisablingScriptStrategy
ScriptingLanguagesService when obtaining
ScriptExecutable to enable auto-disabling scripts on failure.| Modifier and Type | Method and Description |
|---|---|
boolean |
isDisabled(ScriptExecutable executable)
Checks whether given
ScriptExecutable is disabled. |
void |
onException(Exception exception,
ScriptExecutable executable,
Map<String,Object> scriptContext)
This method reacts on Exception thrown from
ScriptExecutable. |
void onException(Exception exception, ScriptExecutable executable, Map<String,Object> scriptContext)
ScriptExecutable.boolean isDisabled(ScriptExecutable executable)
ScriptExecutable is disabled.Copyright © 2017 SAP SE. All Rights Reserved.