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

java.lang.Object
  extended by RecordingCommand
      extended by org.eclipse.emf.mwe.ewm.workflow.transaction.runtime.commands.WorkflowBaseLogCommand
Direct Known Subclasses:
WorkflowLogDebugCommand, WorkflowLogErrorCommand, WorkflowLogExceptionCommand, WorkflowLogInfoCommand, WorkflowLogWarningCommand

public abstract class WorkflowBaseLogCommand
extends RecordingCommand

Author:
bhunt

Constructor Summary
WorkflowBaseLogCommand(WorkflowTransactionalContext context, WorkflowComponent component)
           
 
Method Summary
 WorkflowLog getLog()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowBaseLogCommand

public WorkflowBaseLogCommand(WorkflowTransactionalContext context,
                              WorkflowComponent component)
Method Detail

getLog

public WorkflowLog getLog()