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

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.WorkflowLogWarningCommand

public class WorkflowLogWarningCommand
extends WorkflowBaseLogCommand

Author:
bhunt

Constructor Summary
WorkflowLogWarningCommand(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

WorkflowLogWarningCommand

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

doExecute

public void doExecute()