Class DynamicResourceExecutableScript
- java.lang.Object
-
- org.camunda.bpm.engine.impl.scripting.ExecutableScript
-
- org.camunda.bpm.engine.impl.scripting.DynamicExecutableScript
-
- org.camunda.bpm.engine.impl.scripting.DynamicResourceExecutableScript
-
public class DynamicResourceExecutableScript extends DynamicExecutableScript
A script which resource path is dynamically determined during the execution. Therefore it has to be executed in the context of an atomic operation.- Author:
- Sebastian Menski
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.engine.impl.scripting.DynamicExecutableScript
scriptExpression
-
Fields inherited from class org.camunda.bpm.engine.impl.scripting.ExecutableScript
language
-
-
Constructor Summary
Constructors Constructor Description DynamicResourceExecutableScript(String language, Expression scriptResourceExpression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DeploymentEntity
getDeployment()
String
getScriptSource(VariableScope variableScope)
-
Methods inherited from class org.camunda.bpm.engine.impl.scripting.DynamicExecutableScript
evaluate, evaluateExpression
-
Methods inherited from class org.camunda.bpm.engine.impl.scripting.ExecutableScript
execute, getActivityIdExceptionMessage, getLanguage
-
-
-
-
Constructor Detail
-
DynamicResourceExecutableScript
public DynamicResourceExecutableScript(String language, Expression scriptResourceExpression)
-
-
Method Detail
-
getScriptSource
public String getScriptSource(VariableScope variableScope)
- Specified by:
getScriptSource
in classDynamicExecutableScript
-
getDeployment
protected DeploymentEntity getDeployment()
-
-