org.camunda.bpm.engine.impl.cmd
Class SetExecutionVariableFromSerializedCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.SetScopeVariableFromSerializedCmd
org.camunda.bpm.engine.impl.cmd.SetExecutionVariableFromSerializedCmd
- All Implemented Interfaces:
- Command<Void>
public class SetExecutionVariableFromSerializedCmd
- extends SetScopeVariableFromSerializedCmd
- Author:
- Thorben Lindhauer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetExecutionVariableFromSerializedCmd
public SetExecutionVariableFromSerializedCmd(String executionId,
String variableName,
Object serializedVariableValue,
String variableType,
Map<String,Object> configuration,
boolean isLocal)
getPersistentVariableScope
protected PersistentVariableScope getPersistentVariableScope(CommandContext commandContext)
- Specified by:
getPersistentVariableScope in class SetScopeVariableFromSerializedCmd
Copyright © 2014 camunda services GmbH. All Rights Reserved.