org.camunda.bpm.engine.impl.cmd
Class SetTaskVariablesCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractVariableCmd
org.camunda.bpm.engine.impl.cmd.AbstractSetVariableCmd
org.camunda.bpm.engine.impl.cmd.SetTaskVariablesCmd
- All Implemented Interfaces:
- Serializable, Command<Void>
public class SetTaskVariablesCmd
- extends AbstractSetVariableCmd
- Author:
- Tom Baeyens, Joram Barrez
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetTaskVariablesCmd
public SetTaskVariablesCmd(String taskId,
Map<String,? extends Object> variables,
boolean isLocal)
getEntity
protected TaskEntity 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.