| Modifier and Type | Method and Description | 
|---|---|
Map<String,List<ExecutableScript>> | 
AbstractProcessApplication.getEnvironmentScripts()
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected Map<String,List<ExecutableScript>> | 
ProcessApplicationScriptEnvironment.environmentScripts  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,List<ExecutableScript>> | 
ProcessApplicationScriptEnvironment.getEnvironmentScripts()
Returns a map of cached environment scripts per script language. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected ExecutableScript | 
ScriptTaskActivityBehavior.script  | 
| Modifier and Type | Method and Description | 
|---|---|
ExecutableScript | 
ScriptTaskActivityBehavior.getScript()  | 
| Constructor and Description | 
|---|
ScriptTaskActivityBehavior(ExecutableScript script,
                          String resultVariable)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected ExecutableScript | 
ScriptExecutionListener.script  | 
| Modifier and Type | Method and Description | 
|---|---|
ExecutableScript | 
ScriptExecutionListener.getScript()  | 
| Constructor and Description | 
|---|
ScriptExecutionListener(ExecutableScript script)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ExecutableScript | 
ItemHandler.initializeScript(CmmnElement element,
                CmmnActivity activity,
                CmmnHandlerContext context,
                CamundaScript script)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected ExecutableScript | 
ScriptCaseExecutionListener.script  | 
| Modifier and Type | Method and Description | 
|---|---|
ExecutableScript | 
ScriptCaseExecutionListener.getScript()  | 
| Constructor and Description | 
|---|
ScriptCaseExecutionListener(ExecutableScript script)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DynamicExecutableScript
A script which is dynamically determined during the execution. 
 | 
class  | 
DynamicResourceExecutableScript
A script which resource path is dynamically determined during the execution. 
 | 
class  | 
DynamicSourceExecutableScript
A script which source code is dynamically determined during the execution. 
 | 
class  | 
ResourceExecutableScript
A script which is provided by an external resource. 
 | 
class  | 
SourceExecutableScript
A script which is provided as source code. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected ExecutableScript | 
ScriptCondition.script  | 
protected ExecutableScript | 
ScriptValueProvider.script  | 
| Modifier and Type | Method and Description | 
|---|---|
ExecutableScript | 
ScriptFactory.createScriptFromResource(String language,
                        Expression resourceExpression)  | 
ExecutableScript | 
ScriptFactory.createScriptFromResource(String language,
                        String resource)  | 
ExecutableScript | 
ScriptFactory.createScriptFromSource(String language,
                      Expression sourceExpression)  | 
ExecutableScript | 
ScriptFactory.createScriptFromSource(String language,
                      String source)  | 
ExecutableScript | 
ScriptCondition.getScript()  | 
ExecutableScript | 
ScriptValueProvider.getScript()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ScriptValueProvider.setScript(ExecutableScript script)  | 
| Constructor and Description | 
|---|
ScriptCondition(ExecutableScript script)  | 
ScriptValueProvider(ExecutableScript script)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Map<String,List<ExecutableScript>> | 
ScriptingEnvironment.env
the cached environment scripts per script language 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected Map<String,List<ExecutableScript>> | 
ScriptingEnvironment.getEnv(String language)  | 
protected List<ExecutableScript> | 
ScriptingEnvironment.getEnvScripts(String scriptLanguage)
Returns the env scripts for the given language. 
 | 
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 Type | Method and Description | 
|---|---|
Object | 
ScriptingEnvironment.execute(ExecutableScript script,
       VariableScope scope)
execute a given script in the environment 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected ExecutableScript | 
ScriptTaskListener.script  | 
| Modifier and Type | Method and Description | 
|---|---|
ExecutableScript | 
ScriptTaskListener.getScript()  | 
| Constructor and Description | 
|---|
ScriptTaskListener(ExecutableScript script)  | 
| Modifier and Type | Method and Description | 
|---|---|
static ExecutableScript | 
ScriptUtil.getScript(String language,
         String source,
         String resource,
         ExpressionManager expressionManager)
Creates a new  
ExecutableScript from a source or resource. | 
static ExecutableScript | 
ScriptUtil.getScript(String language,
         String source,
         String resource,
         ExpressionManager expressionManager,
         ScriptFactory scriptFactory)
Creates a new  
ExecutableScript from a source or resource. | 
static ExecutableScript | 
ScriptUtil.getScriptFormSource(String language,
                   String source,
                   ExpressionManager expressionManager,
                   ScriptFactory scriptFactory)
Creates a new  
ExecutableScript from a source. | 
static ExecutableScript | 
ScriptUtil.getScriptFromResource(String language,
                     String resource,
                     ExpressionManager expressionManager,
                     ScriptFactory scriptFactory)
Creates a new  
ExecutableScript from a resource. | 
static ExecutableScript | 
ScriptUtil.getScriptFromResource(String language,
                     String resource,
                     ScriptFactory scriptFactory)
Creates a new  
ExecutableScript from a static resource. | 
static ExecutableScript | 
ScriptUtil.getScriptFromResourceExpression(String language,
                               Expression resourceExpression,
                               ScriptFactory scriptFactory)
Creates a new  
ExecutableScript from a dynamic resource. | 
static ExecutableScript | 
ScriptUtil.getScriptFromSource(String language,
                   String source,
                   ScriptFactory scriptFactory)
Creates a new  
ExecutableScript from a static source. | 
static ExecutableScript | 
ScriptUtil.getScriptFromSourceExpression(String language,
                             Expression sourceExpression,
                             ScriptFactory scriptFactory)
Creates a new  
ExecutableScript from a dynamic source. | 
static ExecutableScript | 
BpmnParseUtil.parseCamundaScript(Element scriptElement)
Parses a camunda script element. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected ExecutableScript | 
ScriptCaseVariableListener.script  | 
| Modifier and Type | Method and Description | 
|---|---|
ExecutableScript | 
ScriptCaseVariableListener.getScript()  | 
| Constructor and Description | 
|---|
ScriptCaseVariableListener(ExecutableScript script)  | 
Copyright © 2018. All rights reserved.