org.camunda.bpm.engine.impl.cmd
Class AbstractSetVariableCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractVariableCmd
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
variables
protected Map<String,? extends Object> variables
AbstractSetVariableCmd
public AbstractSetVariableCmd(String entityId,
Map<String,? extends Object> variables,
boolean isLocal)
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.