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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.AbstractVariableCmd
      extended by org.camunda.bpm.engine.impl.cmd.AbstractRemoveVariableCmd
All Implemented Interfaces:
Serializable, Command<Void>
Direct Known Subclasses:
RemoveExecutionVariablesCmd, RemoveTaskVariablesCmd

public abstract class AbstractRemoveVariableCmd
extends AbstractVariableCmd

Author:
Stefan Hentschel.
See Also:
Serialized Form

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

Field Detail

variableNames

protected final Collection<String> variableNames
Constructor Detail

AbstractRemoveVariableCmd

public AbstractRemoveVariableCmd(String entityId,
                                 Collection<String> variableNames,
                                 boolean isLocal)
Method Detail

executeOperation

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

getLogEntryOperation

protected String getLogEntryOperation()
Specified by:
getLogEntryOperation in class AbstractVariableCmd


Copyright © 2017 camunda services GmbH. All rights reserved.