Uses of Interface
org.eclipse.emf.mwe.core.issues.Issues
Packages that use Issues
Package
Description
Main package of the workflow module
Support for aspect orientation for the workflow engine
Configuration of the workflow engine
Basic containers
Basic implementation of analyzation issues
Basic abstractions of the workflow engine
Parser implementation for the AST of the workflow engine
Utility classes for the AST of the workflow engine
-
Uses of Issues in org.eclipse.emf.mwe.core
Fields in org.eclipse.emf.mwe.core declared as IssuesMethods in org.eclipse.emf.mwe.core that return IssuesModifier and TypeMethodDescriptionWorkflowFacade.check()
WorkflowFacade.getIssues()
WorkflowFacade.run()
WorkflowFacade.run
(Map<String, Object> slotContents, ProgressMonitor monitor) Methods in org.eclipse.emf.mwe.core with parameters of type IssuesModifier and TypeMethodDescriptionvoid
WorkflowComponent.checkConfiguration
(Issues issues) Called by the container after configuration so the component can validate the configuration before invocation.boolean
WorkflowEngine.executeWorkflow
(Map<?, ?> externalSlotContents, Issues issues) void
WorkflowComponent.invoke
(WorkflowContext ctx, ProgressMonitor monitor, Issues issues) Invokes the component. -
Uses of Issues in org.eclipse.emf.mwe.core.ao
Methods in org.eclipse.emf.mwe.core.ao with parameters of type IssuesModifier and TypeMethodDescriptionvoid
AbstractWorkflowAdvice.checkConfiguration
(Issues issues) final void
AbstractWorkflowAdvice.invokeInternal
(WorkflowContext ctx, ProgressMonitor monitor, Issues issues) abstract void
AbstractWorkflowAdvice.weave
(WorkflowComponent component, Issues issues) Weaves the advices into the specifiedcomponent
. -
Uses of Issues in org.eclipse.emf.mwe.core.config
Methods in org.eclipse.emf.mwe.core.config with parameters of type IssuesModifier and TypeMethodDescriptionvoid
FeatureComponent.checkConfiguration
(Issues issues) static void
GlobalConfigurationHolder.setConfigurationModel
(ConfigurationModel cm, Issues issues) Sets the configuration model.static void
GlobalConfigurationHolder.setConfigurationModel
(ConfigurationModel cm, Issues issues, boolean overwrite) Sets the configuration model -
Uses of Issues in org.eclipse.emf.mwe.core.container
Methods in org.eclipse.emf.mwe.core.container with parameters of type IssuesModifier and TypeMethodDescriptionvoid
CompositeComponent.checkConfiguration
(Issues issues) void
ConditionalComponent.checkConfiguration
(Issues issues) 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 Issues in org.eclipse.emf.mwe.core.issues
Classes in org.eclipse.emf.mwe.core.issues that implement Issues -
Uses of Issues in org.eclipse.emf.mwe.core.lib
Methods in org.eclipse.emf.mwe.core.lib with parameters of type IssuesModifier and TypeMethodDescriptionfinal void
AbstractWorkflowComponent2.checkConfiguration
(Issues issues) void
WorkflowComponentWithModelSlot.checkConfiguration
(Issues issues) protected void
AbstractWorkflowComponent2.checkConfigurationInternal
(Issues issues) void
AbstractWorkflowComponent.checkRequiredConfigProperty
(String configPropertyName, Object configPropertyValue, Issues issues) Utility method that can be used in methodcheckConfiguration
to check required properties.final 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 Issues in org.eclipse.emf.mwe.internal.core.ast.parser
Methods in org.eclipse.emf.mwe.internal.core.ast.parser with parameters of type IssuesModifier and TypeMethodDescriptionWorkflowParser.parse
(InputStream in, String resourceName, Issues issues) -
Uses of Issues in org.eclipse.emf.mwe.internal.core.ast.util
Methods in org.eclipse.emf.mwe.internal.core.ast.util with parameters of type IssuesModifier and TypeMethodDescriptionWorkflowFactory.parseAndInitialize
(InputStream in, String resourceName, Issues issues, Map<String, String> properties) Set<?>
WorkflowFactory.parseInitAndAnalyze
(InputStream in, String resourceName, Issues issues, Map<String, String> properties, Map<Class<?>, Converter<?>> converter) WorkflowFactory.parseInitAndCreate
(InputStream in, String resourceName, Map<String, String> params, Map<Class<?>, Converter<?>> converters, Issues issues) WorkflowFactory.parseInitAndCreate
(String fileName, Map<String, String> params, Map<Class<?>, Converter<?>> converter, Issues issues) Constructors in org.eclipse.emf.mwe.internal.core.ast.util with parameters of type IssuesModifierConstructorDescriptionVisitorAnalyzer
(Issues issues, Map<Class<?>, Converter<?>> converter, Class<?> currentComponentClass) VisitorInitializer
(Issues issues, Map<String, String> initialProperties, Map<String, ComponentAST> initialBeans) -
Uses of Issues in org.eclipse.emf.mwe.tests.ast.util
Fields in org.eclipse.emf.mwe.tests.ast.util declared as Issues -
Uses of Issues in org.eclipse.emf.mwe.utils
Methods in org.eclipse.emf.mwe.utils with parameters of type IssuesModifier and TypeMethodDescriptionvoid
FileCopy.checkConfiguration
(Issues issues) void
Reader.checkConfiguration
(Issues issues) void
Writer.checkConfiguration
(Issues issues) protected void
DirectoryCleaner.checkConfigurationInternal
(Issues issues) 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) -
Uses of Issues in test.res
Modifier and TypeMethodDescriptionvoid
Component.checkConfiguration
(Issues issues) void
Component.invoke
(WorkflowContext model, ProgressMonitor monitor, Issues issues)