Uses of Interface
de.hybris.platform.scripting.engine.ScriptExecutable
-
Packages that use ScriptExecutable Package Description com.hybris.backoffice.widgets.scriptexecutor de.hybris.platform.scripting.engine de.hybris.platform.scripting.engine.impl -
-
Uses of ScriptExecutable in com.hybris.backoffice.widgets.scriptexecutor
Methods in com.hybris.backoffice.widgets.scriptexecutor with parameters of type ScriptExecutable Modifier and Type Method Description protected ScriptExecutionResultScriptExecutorController. executeScript(ScriptExecutable executable, java.lang.Object data) -
Uses of ScriptExecutable in de.hybris.platform.scripting.engine
Methods in de.hybris.platform.scripting.engine that return ScriptExecutable Modifier and Type Method Description ScriptExecutableScriptingLanguagesService. getExecutableByContent(ScriptContent scriptContent)Returns ready for execution object based on ScriptContent.ScriptExecutableScriptingLanguagesService. getExecutableByURI(java.lang.String scriptURI)Returns ready for execution object based on scriptURI.Methods in de.hybris.platform.scripting.engine with parameters of type ScriptExecutable Modifier and Type Method Description booleanAutoDisablingScriptStrategy. isDisabled(ScriptExecutable executable)Checks whether givenScriptExecutableis disabled.voidAutoDisablingScriptStrategy. onException(java.lang.Exception exception, ScriptExecutable executable, java.util.Map<java.lang.String,java.lang.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 ScriptExecutable Modifier and Type Class Description classAbstractScriptExecutableclassInterpretedScriptExecutableclassPrecompiledExecutableMethods in de.hybris.platform.scripting.engine.impl that return ScriptExecutable Modifier and Type Method Description ScriptExecutableDefaultScriptingLanguagesService. getExecutableByContent(ScriptContent scriptContent)ScriptExecutableDefaultScriptingLanguagesService. getExecutableByURI(java.lang.String scriptURI)Methods in de.hybris.platform.scripting.engine.impl with parameters of type ScriptExecutable Modifier and Type Method Description booleanDefaultAutoDisablingScriptStrategy. isDisabled(ScriptExecutable executable)voidDefaultAutoDisablingScriptStrategy. onException(java.lang.Exception exception, ScriptExecutable executable, java.util.Map<java.lang.String,java.lang.Object> scriptContext)
-