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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.AbstractVariableCmd
      extended by org.camunda.bpm.engine.impl.cmd.AbstractSetVariableCmd
          extended by org.camunda.bpm.engine.impl.cmd.SetExecutionVariablesCmd
All Implemented Interfaces:
Serializable, Command<Void>

public class SetExecutionVariablesCmd
extends AbstractSetVariableCmd

Author:
Tom Baeyens, Joram Barrez
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetVariableCmd
variables
 
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractVariableCmd
commandContext, entityId, isLocal, preventLogUserOperation
 
Constructor Summary
SetExecutionVariablesCmd(String executionId, Map<String,? extends Object> variables, boolean isLocal)
           
 
Method Summary
protected  ExecutionEntity getEntity()
           
protected  void logVariableOperation(AbstractVariableScope scope)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetVariableCmd
executeOperation, getLogEntryOperation
 
Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractVariableCmd
disableLogUserOperation, execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetExecutionVariablesCmd

public SetExecutionVariablesCmd(String executionId,
                                Map<String,? extends Object> variables,
                                boolean isLocal)
Method Detail

getEntity

protected ExecutionEntity getEntity()
Specified by:
getEntity in class AbstractVariableCmd

logVariableOperation

protected void logVariableOperation(AbstractVariableScope scope)
Specified by:
logVariableOperation in class AbstractVariableCmd


Copyright © 2015 camunda services GmbH. All rights reserved.