Package 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:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionAbstractPatchVariablesCmd
(String entityId, Map<String, ? extends Object> variables, Collection<String> deletions, boolean isLocal) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(CommandContext commandContext) protected String
protected abstract AbstractRemoveVariableCmd
protected abstract AbstractSetVariableCmd
protected abstract void
logVariableOperation
(CommandContext commandContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable