org.camunda.bpm.engine.impl.cmd
Class RemoveTaskVariablesCmd

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.AbstractVariableCmd
      extended by org.camunda.bpm.engine.impl.cmd.AbstractRemoveVariableCmd
          extended by 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

Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractRemoveVariableCmd
variableNames
 
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractVariableCmd
commandContext, entityId, isLocal, preventLogUserOperation
 
Constructor Summary
RemoveTaskVariablesCmd(String taskId, Collection<String> variableNames, boolean isLocal)
           
 
Method Summary
protected  void checkRemoveTaskVariables(TaskEntity task)
           
protected  TaskEntity getEntity()
           
protected  void logVariableOperation(AbstractVariableScope scope)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractRemoveVariableCmd
executeOperation, getLogEntryOperation
 
Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractVariableCmd
disableLogUserOperation, execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveTaskVariablesCmd

public RemoveTaskVariablesCmd(String taskId,
                              Collection<String> variableNames,
                              boolean isLocal)
Method Detail

getEntity

protected TaskEntity getEntity()
Specified by:
getEntity in class AbstractVariableCmd

logVariableOperation

protected void logVariableOperation(AbstractVariableScope scope)
Specified by:
logVariableOperation in class AbstractVariableCmd

checkRemoveTaskVariables

protected void checkRemoveTaskVariables(TaskEntity task)


Copyright © 2016 camunda services GmbH. All rights reserved.