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

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

public class WorkflowSetExecutionInfoCommand
extends RecordingCommand

Author:
bhunt

Constructor Summary
WorkflowSetExecutionInfoCommand(WorkflowTransactionalContext context, WorkflowComponent component, WorkflowComponentExecutionInfo info)
           
 
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

WorkflowSetExecutionInfoCommand

public WorkflowSetExecutionInfoCommand(WorkflowTransactionalContext context,
                                       WorkflowComponent component,
                                       WorkflowComponentExecutionInfo info)
Parameters:
domain -
label -
Method Detail

doExecute

protected void doExecute()