org.camunda.bpm.engine.impl.cmd
Class RemoveTaskVariablesCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractVariableCmd
org.camunda.bpm.engine.impl.cmd.AbstractRemoveVariableCmd
org.camunda.bpm.engine.impl.cmd.RemoveTaskVariablesCmd
- All Implemented Interfaces:
- Serializable, Command<Void>
public class RemoveTaskVariablesCmd
- extends AbstractRemoveVariableCmd
- Author:
- roman.smirnov, Joram Barrez
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoveTaskVariablesCmd
public RemoveTaskVariablesCmd(String taskId,
Collection<String> variableNames,
boolean isLocal)
getEntity
protected TaskEntity getEntity()
- Specified by:
getEntity in class AbstractVariableCmd
getContextExecution
protected ExecutionEntity getContextExecution()
- Specified by:
getContextExecution in class AbstractVariableCmd
logVariableOperation
protected void logVariableOperation(AbstractVariableScope scope)
- Specified by:
logVariableOperation in class AbstractVariableCmd
checkRemoveTaskVariables
protected void checkRemoveTaskVariables(TaskEntity task)
Copyright © 2017 camunda services GmbH. All rights reserved.