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

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

public class SetTaskVariableFromSerializedCmd
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
SetTaskVariableFromSerializedCmd(String taskId, 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

SetTaskVariableFromSerializedCmd

public SetTaskVariableFromSerializedCmd(String taskId,
                                        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.