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

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

public class WorkflowLogInfoCommand
extends WorkflowBaseLogCommand

Author:
bhunt

Constructor Summary
WorkflowLogInfoCommand(WorkflowTransactionalContext context, WorkflowComponent component, java.lang.String message)
           
 
Method Summary
 void doExecute()
           
 
Methods inherited from class org.eclipse.emf.mwe.ewm.workflow.transaction.runtime.commands.WorkflowBaseLogCommand
getLog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowLogInfoCommand

public WorkflowLogInfoCommand(WorkflowTransactionalContext context,
                              WorkflowComponent component,
                              java.lang.String message)
Method Detail

doExecute

public void doExecute()