Package org.camunda.bpm.engine.impl.cmd
Class PatchTaskVariablesCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractPatchVariablesCmd
org.camunda.bpm.engine.impl.cmd.PatchTaskVariablesCmd
- All Implemented Interfaces:
Serializable
,Command<Void>
Patches task variables: First, applies modifications to existing variables and then deletes
specified variables.
- Author:
- kristin.polenz@camunda.com
- See Also:
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractPatchVariablesCmd
deletions, entityId, isLocal, variables
-
Constructor Summary
ConstructorDescriptionPatchTaskVariablesCmd
(String taskId, Map<String, ? extends Object> modifications, Collection<String> deletions, boolean isLocal) -
Method Summary
Modifier and TypeMethodDescriptionprotected AbstractRemoveVariableCmd
protected AbstractSetVariableCmd
void
logVariableOperation
(CommandContext commandContext) Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractPatchVariablesCmd
execute, getLogEntryOperation
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
-
Constructor Details
-
PatchTaskVariablesCmd
-
-
Method Details
-
getSetVariableCmd
- Specified by:
getSetVariableCmd
in classAbstractPatchVariablesCmd
-
getRemoveVariableCmd
- Specified by:
getRemoveVariableCmd
in classAbstractPatchVariablesCmd
-
logVariableOperation
- Specified by:
logVariableOperation
in classAbstractPatchVariablesCmd
-