Uses of Interface
org.eclipse.emf.mwe.core.monitor.ProgressMonitor

Packages that use ProgressMonitor
org.eclipse.emf.mwe.core Main package of the workflow module 
org.eclipse.emf.mwe.core.ao Support for aspect orientation for the workflow engine 
org.eclipse.emf.mwe.core.container Basic containers 
org.eclipse.emf.mwe.core.lib Basic abstractions of the workflow engine 
org.eclipse.emf.mwe.core.monitor Defines monitors that report the progress state of workflows 
org.eclipse.emf.mwe.internal.core.debug.processing Implementation of the debug processing 
org.eclipse.emf.mwe.utils   
 

Uses of ProgressMonitor in org.eclipse.emf.mwe.core
 

Methods in org.eclipse.emf.mwe.core with parameters of type ProgressMonitor
 void WorkflowComponent.invoke(WorkflowContext ctx, ProgressMonitor monitor, Issues issues)
          Invokes the component.
 boolean WorkflowEngine.prepare(java.lang.String workFlowFile, ProgressMonitor theMonitor, java.util.Map<java.lang.String,java.lang.String> theParams)
           
 Issues WorkflowFacade.run(java.util.Map<java.lang.String,java.lang.Object> slotContents, ProgressMonitor monitor)
           
 boolean WorkflowEngine.run(java.lang.String workFlowFile, ProgressMonitor theMonitor, java.util.Map<java.lang.String,java.lang.String> theParams, java.util.Map<java.lang.String,?> externalSlotContents)
           
 boolean WorkflowRunner.run(java.lang.String workFlowFile, ProgressMonitor theMonitor, java.util.Map<java.lang.String,java.lang.String> theParams, java.util.Map<java.lang.String,?> externalSlotContents)
          Deprecated. 
 

Uses of ProgressMonitor in org.eclipse.emf.mwe.core.ao
 

Methods in org.eclipse.emf.mwe.core.ao with parameters of type ProgressMonitor
 void AbstractWorkflowAdvice.invokeInternal(WorkflowContext ctx, ProgressMonitor monitor, Issues issues)
           
 

Uses of ProgressMonitor in org.eclipse.emf.mwe.core.container
 

Methods in org.eclipse.emf.mwe.core.container with parameters of type ProgressMonitor
 void CompositeComponent.invoke(WorkflowContext ctx, ProgressMonitor monitor, Issues issues)
          Dispatches the invocation to all aggregated components.
 void ConditionalComponent.invoke(WorkflowContext ctx, ProgressMonitor monitor, Issues issues)
          Dispatches the invocation to all aggregated components.
 

Uses of ProgressMonitor in org.eclipse.emf.mwe.core.lib
 

Methods in org.eclipse.emf.mwe.core.lib with parameters of type ProgressMonitor
 void AbstractWorkflowComponent.invoke(WorkflowContext ctx, ProgressMonitor monitor, Issues issues)
           
protected abstract  void AbstractWorkflowComponent.invokeInternal(WorkflowContext ctx, ProgressMonitor monitor, Issues issues)
          Internal method for component execution.
 

Uses of ProgressMonitor in org.eclipse.emf.mwe.core.monitor
 

Subinterfaces of ProgressMonitor in org.eclipse.emf.mwe.core.monitor
 interface ProgressMonitor2
           
 

Classes in org.eclipse.emf.mwe.core.monitor that implement ProgressMonitor
 class NullProgressMonitor
          Empty implementation of ProgressMonitor.
 class ProgressMonitorAdapter
          An adapter between Eclipse's IProgressMonitor interface and oAW's ProgressMonitor interface.
 

Uses of ProgressMonitor in org.eclipse.emf.mwe.internal.core.debug.processing
 

Classes in org.eclipse.emf.mwe.internal.core.debug.processing that implement ProgressMonitor
 class DebugMonitor
          The heart of the debug process on the runtime side.
 

Uses of ProgressMonitor in org.eclipse.emf.mwe.utils
 

Methods in org.eclipse.emf.mwe.utils with parameters of type ProgressMonitor
protected  void DirectoryCleaner.invokeInternal(WorkflowContext model, ProgressMonitor monitor, Issues issues)
           
protected  void FileCopy.invokeInternal(WorkflowContext ctx, ProgressMonitor monitor, Issues issues)
           
 void Reader.invokeInternal(WorkflowContext ctx, ProgressMonitor monitor, Issues issues)
           
 void Writer.invokeInternal(WorkflowContext ctx, ProgressMonitor monitor, Issues issues)