org.camunda.bpm.engine.impl.scripting
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
public class DynamicSourceExecutableScript
- extends DynamicExecutableScript
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DynamicSourceExecutableScript
public DynamicSourceExecutableScript(String language,
Expression scriptSourceExpression)
getScriptSource
public String getScriptSource(VariableScope variableScope)
- Specified by:
getScriptSource in class DynamicExecutableScript
Copyright © 2016 camunda services GmbH. All rights reserved.