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
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
ConstructorDescriptionDynamicResourceExecutableScript
(String language, Expression scriptResourceExpression) -
Method Summary
Modifier and TypeMethodDescriptionprotected DeploymentEntity
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 Details
-
DynamicResourceExecutableScript
-
-
Method Details
-
getScriptSource
- Specified by:
getScriptSource
in classDynamicExecutableScript
-
getDeployment
-