Uses of Interface
org.eclipse.emf.mwe.core.issues.Issues

Packages that use Issues
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.config Configuration of the workflow engine 
org.eclipse.emf.mwe.core.container Basic containers 
org.eclipse.emf.mwe.core.issues Basic implementation of analyzation issues 
org.eclipse.emf.mwe.core.lib Basic abstractions of the workflow engine 
org.eclipse.emf.mwe.internal.core.ast.parser Parser implementation for the AST of the workflow engine 
org.eclipse.emf.mwe.internal.core.ast.util Utility classes for the AST of the workflow engine 
org.eclipse.emf.mwe.utils   
 

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

Fields in org.eclipse.emf.mwe.core declared as Issues
protected  Issues WorkflowFacade.issues
           
 

Methods in org.eclipse.emf.mwe.core that return Issues
 Issues WorkflowFacade.check()
           
 Issues WorkflowFacade.getIssues()
           
 Issues WorkflowFacade.run()
           
 Issues WorkflowFacade.run(java.util.Map<java.lang.String,java.lang.Object> slotContents)
           
 Issues WorkflowFacade.run(java.util.Map<java.lang.String,java.lang.Object> slotContents, ProgressMonitor monitor)
           
 

Methods in org.eclipse.emf.mwe.core with parameters of type Issues
 void WorkflowComponent.checkConfiguration(Issues issues)
          Called by the container after configuration so the component can validate the configuration before invocation.
 boolean WorkflowEngine.executeWorkflow(java.util.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 Issues
 void AbstractWorkflowAdvice.checkConfiguration(Issues issues)
           
 void AbstractWorkflowAdvice.invokeInternal(WorkflowContext ctx, ProgressMonitor monitor, Issues issues)
           
abstract  void AbstractWorkflowAdvice.weave(WorkflowComponent c, Issues issues)
          Weaves the advices into the specified component.
 

Uses of Issues in org.eclipse.emf.mwe.core.config
 

Methods in org.eclipse.emf.mwe.core.config with parameters of type Issues
 void 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 Issues
 void 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
 class IssuesImpl
           
 

Uses of Issues in org.eclipse.emf.mwe.core.lib
 

Methods in org.eclipse.emf.mwe.core.lib with parameters of type Issues
 void AbstractWorkflowComponent2.checkConfiguration(Issues issues)
           
 void WorkflowComponentWithModelSlot.checkConfiguration(Issues issues)
           
protected  void AbstractWorkflowComponent2.checkConfigurationInternal(Issues issues)
           
 void AbstractWorkflowComponent.checkRequiredConfigProperty(java.lang.String configPropertyName, java.lang.Object configPropertyValue, Issues issues)
          Utility method that can be used in method checkConfiguration to check required properties.
 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 Issues
 AbstractASTBase WorkflowParser.parse(java.io.InputStream in, java.lang.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 Issues
 AbstractASTBase WorkflowFactory.parseAndInitialize(java.io.InputStream in, java.lang.String resourceName, Issues issues, java.util.Map<java.lang.String,java.lang.String> properties)
           
 AbstractASTBase WorkflowFactory.parseAndInitialize(java.lang.String uri, Issues issues, java.util.Map<java.lang.String,java.lang.String> properties)
           
 java.util.Set<?> WorkflowFactory.parseInitAndAnalyze(java.io.InputStream in, java.lang.String resourceName, Issues issues, java.util.Map<java.lang.String,java.lang.String> properties, java.util.Map<java.lang.Class<?>,Converter<?>> converter)
           
 Workflow WorkflowFactory.parseInitAndCreate(java.io.InputStream in, java.lang.String resourceName, java.util.Map<java.lang.String,java.lang.String> params, java.util.Map<java.lang.Class<?>,Converter<?>> converters, Issues issues)
           
 Workflow WorkflowFactory.parseInitAndCreate(java.lang.String fileName, java.util.Map<java.lang.String,java.lang.String> params, java.util.Map<java.lang.Class<?>,Converter<?>> converter, Issues issues)
           
 

Constructors in org.eclipse.emf.mwe.internal.core.ast.util with parameters of type Issues
VisitorAnalyzer(Issues issues, java.util.Map<java.lang.Class<?>,Converter<?>> converter, java.lang.Class<?> currentComponentClass)
           
VisitorCreator(Issues issues, java.util.Map<java.lang.Class<?>,Converter<?>> converter, java.lang.Object rootBean)
           
VisitorInitializer(Issues issues, java.util.Map<java.lang.String,java.lang.String> initialProperties, java.util.Map<java.lang.String,ComponentAST> initialBeans)
           
 

Uses of Issues in org.eclipse.emf.mwe.utils
 

Methods in org.eclipse.emf.mwe.utils with parameters of type Issues
 void FileCopy.checkConfiguration(Issues issues)
           
 void Reader.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)