org.camunda.bpm.engine.impl.cmd
Class AbstractPatchVariablesCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractPatchVariablesCmd
- All Implemented Interfaces:
- Serializable, Command<Void>
- Direct Known Subclasses:
- PatchExecutionVariablesCmd, PatchTaskVariablesCmd
public abstract class AbstractPatchVariablesCmd
- extends Object
- implements Command<Void>, Serializable
- 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 |
entityId
protected String entityId
variables
protected Map<String,? extends Object> variables
deletions
protected Collection<String> deletions
isLocal
protected boolean isLocal
AbstractPatchVariablesCmd
public AbstractPatchVariablesCmd(String entityId,
Map<String,? extends Object> variables,
Collection<String> deletions,
boolean isLocal)
execute
public Void execute(CommandContext commandContext)
- Specified by:
execute in interface Command<Void>
getLogEntryOperation
protected String getLogEntryOperation()
getSetVariableCmd
protected abstract AbstractSetVariableCmd getSetVariableCmd()
getRemoveVariableCmd
protected abstract AbstractRemoveVariableCmd getRemoveVariableCmd()
logVariableOperation
protected abstract void logVariableOperation(CommandContext commandContext)
Copyright © 2015 camunda services GmbH. All rights reserved.