Class DynamicExecutableScript
java.lang.Object
org.camunda.bpm.engine.impl.scripting.ExecutableScript
org.camunda.bpm.engine.impl.scripting.DynamicExecutableScript
- Direct Known Subclasses:
DynamicResourceExecutableScript
,DynamicSourceExecutableScript
A script which 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.ExecutableScript
language
-
Constructor Summary
ModifierConstructorDescriptionprotected
DynamicExecutableScript
(Expression scriptExpression, String language) -
Method Summary
Modifier and TypeMethodDescriptionevaluate
(ScriptEngine scriptEngine, VariableScope variableScope, Bindings bindings) protected String
evaluateExpression
(VariableScope variableScope) abstract String
getScriptSource
(VariableScope variableScope) Methods inherited from class org.camunda.bpm.engine.impl.scripting.ExecutableScript
execute, getActivityIdExceptionMessage, getLanguage
-
Field Details
-
scriptExpression
-
-
Constructor Details
-
DynamicExecutableScript
-
-
Method Details
-
evaluate
- Specified by:
evaluate
in classExecutableScript
-
evaluateExpression
-
getScriptSource
-