Uses of Interface
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.WorkflowLog

Packages that use WorkflowLog
org.eclipse.gmt.modisco.workflow.mwe.workflow   
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime   
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.util   
 

Uses of WorkflowLog in org.eclipse.gmt.modisco.workflow.mwe.workflow
 

Methods in org.eclipse.gmt.modisco.workflow.mwe.workflow that return WorkflowLog
 WorkflowLog WorkflowComponent.logError(WorkflowContext context)
          Deprecated.  
 

Uses of WorkflowLog in org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime
 

Methods in org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime that return WorkflowLog
 WorkflowLog RuntimeFactory.createWorkflowLog()
          Deprecated. Returns a new object of class 'Workflow Log'.
 

Uses of WorkflowLog in org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.util
 

Methods in org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.util with parameters of type WorkflowLog
 T RuntimeSwitch.caseWorkflowLog(WorkflowLog object)
          Deprecated. Returns the result of interpreting the object as an instance of 'Workflow Log'.
 

Method parameters in org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.util with type arguments of type WorkflowLog
 T RuntimeSwitch.caseWorkflowLogMap(java.util.Map.Entry<WorkflowComponent,WorkflowLog> object)
          Deprecated. Returns the result of interpreting the object as an instance of 'Workflow Log Map'.