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