org.camunda.bpm.engine.impl.cmd
Class RemoveExecutionVariablesCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractVariableCmd
org.camunda.bpm.engine.impl.cmd.AbstractRemoveVariableCmd
org.camunda.bpm.engine.impl.cmd.RemoveExecutionVariablesCmd
- All Implemented Interfaces:
- Serializable, Command<Void>
public class RemoveExecutionVariablesCmd
- 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 |
RemoveExecutionVariablesCmd
public RemoveExecutionVariablesCmd(String executionId,
Collection<String> variableNames,
boolean isLocal)
getEntity
protected ExecutionEntity getEntity()
- Specified by:
getEntity
in class AbstractVariableCmd
logVariableOperation
protected void logVariableOperation(AbstractVariableScope scope)
- Specified by:
logVariableOperation
in class AbstractVariableCmd
Copyright © 2015 camunda services GmbH. All rights reserved.