Uses of Interface
org.eclipse.emf.mwe.core.monitor.ProgressMonitor
Packages that use ProgressMonitor
Package
Description
Main package of the workflow module
Support for aspect orientation for the workflow engine
Basic containers
Basic abstractions of the workflow engine
Defines monitors that report the progress state of workflows
Implementation of the debug processing
-
Uses of ProgressMonitor in org.eclipse.emf.mwe.core
Methods in org.eclipse.emf.mwe.core with parameters of type ProgressMonitorModifier and TypeMethodDescriptionvoid
WorkflowComponent.invoke
(WorkflowContext ctx, ProgressMonitor monitor, Issues issues) Invokes the component.boolean
WorkflowEngine.prepare
(String workFlowFile, ProgressMonitor theMonitor, Map<String, String> theParams) boolean
WorkflowEngine.run
(String workFlowFile, ProgressMonitor theMonitor, Map<String, String> theParams, Map<String, ?> externalSlotContents) WorkflowFacade.run
(Map<String, Object> slotContents, ProgressMonitor monitor) boolean
WorkflowRunner.run
(String workFlowFile, ProgressMonitor theMonitor, Map<String, String> theParams, Map<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 ProgressMonitorModifier and TypeMethodDescriptionfinal 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 ProgressMonitorModifier and TypeMethodDescriptionvoid
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 ProgressMonitorModifier and TypeMethodDescriptionfinal 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.monitorClasses in org.eclipse.emf.mwe.core.monitor that implement ProgressMonitorModifier and TypeClassDescriptionclass
Empty implementation ofProgressMonitor
.class
An adapter between Eclipse'sIProgressMonitor
interface and oAW'sProgressMonitor
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 ProgressMonitorModifier and TypeClassDescriptionclass
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 ProgressMonitorModifier and TypeMethodDescriptionprotected 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) -
Uses of ProgressMonitor in test.res
Methods in test.res with parameters of type ProgressMonitorModifier and TypeMethodDescriptionvoid
Component.invoke
(WorkflowContext model, ProgressMonitor monitor, Issues issues)