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

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

public abstract class AbstractSetVariableCmd
extends AbstractVariableCmd

Author:
Stefan Hentschel.
See Also:
Serialized Form

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

Field Detail

variables

protected Map<String,? extends Object> variables
Constructor Detail

AbstractSetVariableCmd

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

executeOperation

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

getLogEntryOperation

protected String getLogEntryOperation()
Specified by:
getLogEntryOperation in class AbstractVariableCmd


Copyright © 2016 camunda services GmbH. All rights reserved.