org.camunda.bpm.engine.impl.cmd
Class AbstractRemoveVariableCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractVariableCmd
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
variableNames
protected final Collection<String> variableNames
AbstractRemoveVariableCmd
public AbstractRemoveVariableCmd(String entityId,
Collection<String> variableNames,
boolean isLocal)
executeOperation
protected void executeOperation(AbstractVariableScope scope)
- Specified by:
executeOperation in class AbstractVariableCmd
getLogEntryOperation
protected String getLogEntryOperation()
- Specified by:
getLogEntryOperation in class AbstractVariableCmd
Copyright © 2015 camunda services GmbH. All rights reserved.