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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.RemoveExecutionVariablesCmd
All Implemented Interfaces:
Serializable, Command<Void>

public class RemoveExecutionVariablesCmd
extends Object
implements Command<Void>, Serializable

Author:
roman.smirnov, Joram Barrez
See Also:
Serialized Form

Constructor Summary
RemoveExecutionVariablesCmd(String executionId, Collection<String> variableNames, boolean isLocal)
           
 
Method Summary
 Void execute(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveExecutionVariablesCmd

public RemoveExecutionVariablesCmd(String executionId,
                                   Collection<String> variableNames,
                                   boolean isLocal)
Method Detail

execute

public Void execute(CommandContext commandContext)
Specified by:
execute in interface Command<Void>


Copyright © 2014 camunda services GmbH. All rights reserved.