Uses of Interface
org.eclipse.emf.mwe2.runtime.workflow.IWorkflowContext
Packages that use IWorkflowContext
Package
Description
Basic containers
Basic abstractions of the workflow engine
-
Uses of IWorkflowContext in org.eclipse.emf.mwe.core.container
Methods in org.eclipse.emf.mwe.core.container with parameters of type IWorkflowContext -
Uses of IWorkflowContext in org.eclipse.emf.mwe.core.lib
Methods in org.eclipse.emf.mwe.core.lib with parameters of type IWorkflowContextModifier and TypeMethodDescriptionvoid
AbstractWorkflowComponent.invoke
(IWorkflowContext ctx) void
Mwe2Bridge.invoke
(IWorkflowContext ctx) -
Uses of IWorkflowContext in org.eclipse.emf.mwe2.ecore
Methods in org.eclipse.emf.mwe2.ecore with parameters of type IWorkflowContext -
Uses of IWorkflowContext in org.eclipse.emf.mwe2.launch.runtime
Methods in org.eclipse.emf.mwe2.launch.runtime with parameters of type IWorkflowContextModifier and TypeMethodDescriptionvoid
void
Mwe2Runner.run
(org.eclipse.emf.common.util.URI createURI, Map<String, String> params, IWorkflowContext ctx) void
-
Uses of IWorkflowContext in org.eclipse.emf.mwe2.runtime.workflow
Classes in org.eclipse.emf.mwe2.runtime.workflow that implement IWorkflowContextMethods in org.eclipse.emf.mwe2.runtime.workflow with parameters of type IWorkflowContextModifier and TypeMethodDescriptionvoid
AbstractCompositeWorkflowComponent.invoke
(IWorkflowContext ctx) void
IWorkflowComponent.invoke
(IWorkflowContext ctx) void
IWorkflow.run
(IWorkflowContext context) void
Workflow.run
(IWorkflowContext context)