org.camunda.bpm.engine.impl.cmd
Class SetExecutionVariableFromSerializedCmd

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.SetScopeVariableFromSerializedCmd
      extended by org.camunda.bpm.engine.impl.cmd.SetExecutionVariableFromSerializedCmd
All Implemented Interfaces:
Command<Void>

public class SetExecutionVariableFromSerializedCmd
extends SetScopeVariableFromSerializedCmd

Author:
Thorben Lindhauer

Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.cmd.SetScopeVariableFromSerializedCmd
configuration, isLocal, scopeId, serializedVariableValue, variableName, variableType
 
Constructor Summary
SetExecutionVariableFromSerializedCmd(String executionId, String variableName, Object serializedVariableValue, String variableType, Map<String,Object> configuration, boolean isLocal)
           
 
Method Summary
protected  PersistentVariableScope getPersistentVariableScope(CommandContext commandContext)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.cmd.SetScopeVariableFromSerializedCmd
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetExecutionVariableFromSerializedCmd

public SetExecutionVariableFromSerializedCmd(String executionId,
                                             String variableName,
                                             Object serializedVariableValue,
                                             String variableType,
                                             Map<String,Object> configuration,
                                             boolean isLocal)
Method Detail

getPersistentVariableScope

protected PersistentVariableScope getPersistentVariableScope(CommandContext commandContext)
Specified by:
getPersistentVariableScope in class SetScopeVariableFromSerializedCmd


Copyright © 2014 camunda services GmbH. All Rights Reserved.