Uses of Interface
org.eclipse.emf.mwe.core.WorkflowContext
Packages that use WorkflowContext
Package
Description
Main package of the workflow module
Support for aspect orientation for the workflow engine
Basic containers
Basic abstractions of the workflow engine
-
Uses of WorkflowContext in org.eclipse.emf.mwe.core
Classes in org.eclipse.emf.mwe.core that implement WorkflowContextMethods in org.eclipse.emf.mwe.core that return WorkflowContextMethods in org.eclipse.emf.mwe.core with parameters of type WorkflowContextModifier and TypeMethodDescriptionvoid
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 WorkflowContextModifier and TypeMethodDescriptionfinal 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 WorkflowContextModifier 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 WorkflowContext in org.eclipse.emf.mwe.core.lib
Methods in org.eclipse.emf.mwe.core.lib with parameters of type WorkflowContextModifier 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 WorkflowContext in org.eclipse.emf.mwe.utils
Methods in org.eclipse.emf.mwe.utils with parameters of type WorkflowContextModifier 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 WorkflowContext in test.res
Methods in test.res with parameters of type WorkflowContextModifier and TypeMethodDescriptionvoid
Component.invoke
(WorkflowContext model, ProgressMonitor monitor, Issues issues)