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:
 java.io.Serializable,Command<java.lang.Void>
public class PatchTaskVariablesCmd extends AbstractPatchVariablesCmd
Patches task variables: First, applies modifications to existing variables and then deletes specified variables.- Author:
 - kristin.polenz@camunda.com
 - See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
- 
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractPatchVariablesCmd
deletions, entityId, isLocal, variables 
 - 
 
- 
Constructor Summary
Constructors Constructor Description PatchTaskVariablesCmd(java.lang.String taskId, java.util.Map<java.lang.String,? extends java.lang.Object> modifications, java.util.Collection<java.lang.String> deletions, boolean isLocal) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractRemoveVariableCmdgetRemoveVariableCmd()protected AbstractSetVariableCmdgetSetVariableCmd()voidlogVariableOperation(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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getSetVariableCmd
protected AbstractSetVariableCmd getSetVariableCmd()
- Specified by:
 getSetVariableCmdin classAbstractPatchVariablesCmd
 
- 
getRemoveVariableCmd
protected AbstractRemoveVariableCmd getRemoveVariableCmd()
- Specified by:
 getRemoveVariableCmdin classAbstractPatchVariablesCmd
 
- 
logVariableOperation
public void logVariableOperation(CommandContext commandContext)
- Specified by:
 logVariableOperationin classAbstractPatchVariablesCmd
 
 - 
 
 -