Uses of Interface
de.hybris.platform.scripting.engine.ScriptExecutable
Packages that use ScriptExecutable
Package
Description
-
Uses of ScriptExecutable in com.hybris.backoffice.widgets.scriptexecutor
Methods in com.hybris.backoffice.widgets.scriptexecutor with parameters of type ScriptExecutableModifier and TypeMethodDescriptionprotected ScriptExecutionResultScriptExecutorController.executeScript(ScriptExecutable executable, Object data) -
Uses of ScriptExecutable in de.hybris.platform.scripting.engine
Methods in de.hybris.platform.scripting.engine that return ScriptExecutableModifier and TypeMethodDescriptionScriptingLanguagesService.getExecutableByContent(ScriptContent scriptContent) Returns ready for execution object based on ScriptContent.ScriptingLanguagesService.getExecutableByURI(String scriptURI) Returns ready for execution object based on scriptURI.Methods in de.hybris.platform.scripting.engine with parameters of type ScriptExecutableModifier and TypeMethodDescriptionbooleanAutoDisablingScriptStrategy.isDisabled(ScriptExecutable executable) Checks whether givenScriptExecutableis disabled.voidAutoDisablingScriptStrategy.onException(Exception exception, ScriptExecutable executable, Map<String, Object> scriptContext) This method reacts on Exception thrown fromScriptExecutable. -
Uses of ScriptExecutable in de.hybris.platform.scripting.engine.impl
Classes in de.hybris.platform.scripting.engine.impl that implement ScriptExecutableModifier and TypeClassDescriptionclassclassclassMethods in de.hybris.platform.scripting.engine.impl that return ScriptExecutableModifier and TypeMethodDescriptionDefaultScriptingLanguagesService.getExecutableByContent(ScriptContent scriptContent) DefaultScriptingLanguagesService.getExecutableByURI(String scriptURI) Methods in de.hybris.platform.scripting.engine.impl with parameters of type ScriptExecutableModifier and TypeMethodDescriptionbooleanDoNotExecuteWhenDisabledStrategy.isDisabled(ScriptExecutable executable) voidDefaultAutoDisablingScriptStrategy.onException(Exception exception, ScriptExecutable executable, Map<String, Object> scriptContext) voidDoNotExecuteWhenDisabledStrategy.onException(Exception exception, ScriptExecutable executable, Map<String, Object> scriptContext)