Uses of Class
org.camunda.bpm.engine.impl.scripting.ExecutableScript
Package
Description
-
Uses of ExecutableScript in org.camunda.bpm.application
-
Uses of ExecutableScript in org.camunda.bpm.application.impl
Modifier and TypeFieldDescriptionprotected Map<String,
List<ExecutableScript>> ProcessApplicationScriptEnvironment.environmentScripts
Modifier and TypeMethodDescriptionProcessApplicationScriptEnvironment.getEnvironmentScripts()
Returns a map of cached environment scripts per script language. -
Uses of ExecutableScript in org.camunda.bpm.engine.impl.bpmn.behavior
ModifierConstructorDescriptionScriptTaskActivityBehavior
(ExecutableScript script, String resultVariable) -
Uses of ExecutableScript in org.camunda.bpm.engine.impl.bpmn.listener
-
Uses of ExecutableScript in org.camunda.bpm.engine.impl.bpmn.parser
Modifier and TypeMethodDescriptionstatic ExecutableScript
BpmnParseUtil.parseCamundaScript
(Element scriptElement) Parses a camunda script element. -
Uses of ExecutableScript in org.camunda.bpm.engine.impl.cmmn.handler
Modifier and TypeMethodDescriptionprotected ExecutableScript
ItemHandler.initializeScript
(CmmnElement element, CmmnActivity activity, CmmnHandlerContext context, CamundaScript script) -
Uses of ExecutableScript in org.camunda.bpm.engine.impl.cmmn.listener
Modifier and TypeFieldDescriptionprotected final ExecutableScript
ScriptCaseExecutionListener.script
-
Uses of ExecutableScript in org.camunda.bpm.engine.impl.delegate
ModifierConstructorDescriptionScriptInvocation
(ExecutableScript script, VariableScope scope) ScriptInvocation
(ExecutableScript script, VariableScope scope, BaseDelegateExecution contextExecution) -
Uses of ExecutableScript in org.camunda.bpm.engine.impl.scripting
Modifier and TypeClassDescriptionclass
class
A script which is dynamically determined during the execution.class
A script which resource path is dynamically determined during the execution.class
A script which source code is dynamically determined during the execution.class
A script which is provided by an external resource.class
A script which is provided as source code.Modifier and TypeFieldDescriptionprotected final ExecutableScript
ScriptCondition.script
protected ExecutableScript
ScriptValueProvider.script
Modifier and TypeMethodDescriptionScriptFactory.createScriptFromResource
(String language, String resource) ScriptFactory.createScriptFromResource
(String language, Expression resourceExpression) ScriptFactory.createScriptFromSource
(String language, String source) ScriptFactory.createScriptFromSource
(String language, Expression sourceExpression) ScriptCondition.getScript()
ScriptValueProvider.getScript()
ModifierConstructorDescriptionScriptCondition
(ExecutableScript script) ScriptValueProvider
(ExecutableScript script) -
Uses of ExecutableScript in org.camunda.bpm.engine.impl.scripting.env
Modifier and TypeFieldDescriptionprotected Map<String,
List<ExecutableScript>> ScriptingEnvironment.env
the cached environment scripts per script languageModifier and TypeMethodDescriptionprotected Map<String,
List<ExecutableScript>> protected List<ExecutableScript>
ScriptingEnvironment.getEnvScripts
(String scriptLanguage) Returns the env scripts for the given language.protected List<ExecutableScript>
ScriptingEnvironment.getEnvScripts
(ExecutableScript script, ScriptEngine scriptEngine) protected Map<String,
List<ExecutableScript>> ScriptingEnvironment.getPaEnvScripts
(ProcessApplicationReference pa) protected List<ExecutableScript>
ScriptingEnvironment.initEnvForLanguage
(String language) Initializes the env scripts for a given language.Modifier and TypeMethodDescriptionScriptingEnvironment.execute
(ExecutableScript script, VariableScope scope) execute a given script in the environmentScriptingEnvironment.execute
(ExecutableScript script, VariableScope scope, Bindings bindings, ScriptEngine scriptEngine) protected List<ExecutableScript>
ScriptingEnvironment.getEnvScripts
(ExecutableScript script, ScriptEngine scriptEngine) -
Uses of ExecutableScript in org.camunda.bpm.engine.impl.task.listener
-
Uses of ExecutableScript in org.camunda.bpm.engine.impl.util
Modifier and TypeMethodDescriptionstatic ExecutableScript
ScriptUtil.getScript
(String language, String source, String resource, ExpressionManager expressionManager) Creates a newExecutableScript
from a source or resource.static ExecutableScript
ScriptUtil.getScript
(String language, String source, String resource, ExpressionManager expressionManager, ScriptFactory scriptFactory) Creates a newExecutableScript
from a source or resource.static ExecutableScript
ScriptUtil.getScriptFormSource
(String language, String source, ExpressionManager expressionManager, ScriptFactory scriptFactory) Creates a newExecutableScript
from a source.static ExecutableScript
ScriptUtil.getScriptFromResource
(String language, String resource, ExpressionManager expressionManager, ScriptFactory scriptFactory) Creates a newExecutableScript
from a resource.static ExecutableScript
ScriptUtil.getScriptFromResource
(String language, String resource, ScriptFactory scriptFactory) Creates a newExecutableScript
from a static resource.static ExecutableScript
ScriptUtil.getScriptFromResourceExpression
(String language, Expression resourceExpression, ScriptFactory scriptFactory) Creates a newExecutableScript
from a dynamic resource.static ExecutableScript
ScriptUtil.getScriptFromSource
(String language, String source, ScriptFactory scriptFactory) Creates a newExecutableScript
from a static source.static ExecutableScript
ScriptUtil.getScriptFromSourceExpression
(String language, Expression sourceExpression, ScriptFactory scriptFactory) Creates a newExecutableScript
from a dynamic source. -
Uses of ExecutableScript in org.camunda.bpm.engine.impl.variable.listener
Modifier and TypeFieldDescriptionprotected final ExecutableScript
ScriptCaseVariableListener.script