Package | Description |
---|---|
org.camunda.bpm.engine.impl.cfg | |
org.camunda.bpm.engine.impl.scripting.env | |
org.camunda.bpm.engine.impl.util |
Modifier and Type | Field and Description |
---|---|
protected ScriptFactory |
ProcessEngineConfigurationImpl.scriptFactory |
Modifier and Type | Method and Description |
---|---|
ScriptFactory |
ProcessEngineConfigurationImpl.getScriptFactory() |
Modifier and Type | Method and Description |
---|---|
void |
ProcessEngineConfigurationImpl.setScriptFactory(ScriptFactory scriptFactory) |
Modifier and Type | Field and Description |
---|---|
protected ScriptFactory |
ScriptingEnvironment.scriptFactory
the script factory used for compiling env scripts
|
Constructor and Description |
---|
ScriptingEnvironment(ScriptFactory scriptFactory,
List<ScriptEnvResolver> scriptEnvResolvers,
ScriptingEngines scriptingEngines) |
Modifier and Type | Method and Description |
---|---|
static ScriptFactory |
ScriptUtil.getScriptFactory()
Returns the configured script factory in the context or a new one.
|
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2022. All rights reserved.