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

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

public class WorkflowSetParameterValueCommand
extends RecordingCommand

Author:
bhunt

Constructor Summary
WorkflowSetParameterValueCommand(WorkflowTransactionalContext context, WorkflowParameter parameter, org.eclipse.emf.ecore.EObject value)
           
 
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

WorkflowSetParameterValueCommand

public WorkflowSetParameterValueCommand(WorkflowTransactionalContext context,
                                        WorkflowParameter parameter,
                                        org.eclipse.emf.ecore.EObject value)
Parameters:
domain -
label -
Method Detail

doExecute

protected void doExecute()