Class DynamicSourceExecutableScript
java.lang.Object
org.camunda.bpm.engine.impl.scripting.ExecutableScript
org.camunda.bpm.engine.impl.scripting.DynamicExecutableScript
org.camunda.bpm.engine.impl.scripting.DynamicSourceExecutableScript
A script which source code 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
ConstructorDescriptionDynamicSourceExecutableScript
(String language, Expression scriptSourceExpression) -
Method Summary
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
-
DynamicSourceExecutableScript
-
-
Method Details
-
getScriptSource
- Specified by:
getScriptSource
in classDynamicExecutableScript
-