Uses of Interface
org.eclipse.emf.mwe.core.WorkflowContext

Packages that use WorkflowContext
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.utils   
 

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

Classes in org.eclipse.emf.mwe.core that implement WorkflowContext
 class WorkflowContextDefaultImpl
          Default WorkflowContext implementation.
 

Methods in org.eclipse.emf.mwe.core that return WorkflowContext
 WorkflowContext WorkflowEngine.getContext()
           
 

Methods in org.eclipse.emf.mwe.core with parameters of type WorkflowContext
 void WorkflowComponent.invoke(WorkflowContext ctx, ProgressMonitor monitor, Issues issues)
          Invokes the component.
 

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

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

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

Methods in org.eclipse.emf.mwe.core.container with parameters of type WorkflowContext
 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 WorkflowContext in org.eclipse.emf.mwe.core.lib
 

Methods in org.eclipse.emf.mwe.core.lib with parameters of type WorkflowContext
 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 WorkflowContext in org.eclipse.emf.mwe.utils
 

Methods in org.eclipse.emf.mwe.utils with parameters of type WorkflowContext
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)