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 SummaryFieldsFields inherited from class org.camunda.bpm.engine.impl.scripting.ExecutableScriptlanguage
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedDynamicExecutableScript(Expression scriptExpression, String language) 
- 
Method SummaryModifier and TypeMethodDescriptionevaluate(ScriptEngine scriptEngine, VariableScope variableScope, Bindings bindings) protected StringevaluateExpression(VariableScope variableScope) abstract StringgetScriptSource(VariableScope variableScope) Methods inherited from class org.camunda.bpm.engine.impl.scripting.ExecutableScriptexecute, getActivityIdExceptionMessage, getLanguage
- 
Field Details- 
scriptExpression
 
- 
- 
Constructor Details- 
DynamicExecutableScript
 
- 
- 
Method Details- 
evaluate- Specified by:
- evaluatein class- ExecutableScript
 
- 
evaluateExpression
- 
getScriptSource
 
-