org.eclipse.emf.mwe.ewm.workflow.transaction.runtime.commands
Class WorkflowSetStateCommand

java.lang.Object
  extended by RecordingCommand
      extended by org.eclipse.emf.mwe.ewm.workflow.transaction.runtime.commands.WorkflowSetStateCommand

public class WorkflowSetStateCommand
extends RecordingCommand

Author:
bhunt

Constructor Summary
WorkflowSetStateCommand(WorkflowTransactionalContext context, WorkflowComponent component, WorkflowState state)
           
 
Method Summary
protected  void doExecute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowSetStateCommand

public WorkflowSetStateCommand(WorkflowTransactionalContext context,
                               WorkflowComponent component,
                               WorkflowState state)
Parameters:
domain -
label -
Method Detail

doExecute

protected void doExecute()