Uses of Class
org.eclipse.emf.mwe.ewm.workflow.runtime.WorkflowContext

Packages that use WorkflowContext
org.eclipse.emf.mwe.ewm.internal.launcher   
org.eclipse.emf.mwe.ewm.ui.views   
org.eclipse.emf.mwe.ewm.workflow   
org.eclipse.emf.mwe.ewm.workflow.orchestration   
org.eclipse.emf.mwe.ewm.workflow.runtime   
org.eclipse.emf.mwe.ewm.workflow.runtime.util   
org.eclipse.emf.mwe.ewm.workflow.runtime.validation   
org.eclipse.emf.mwe.ewm.workflow.transaction.orchestration   
org.eclipse.emf.mwe.ewm.workflow.transaction.runtime   
org.eclipse.emf.mwe.ewm.workflow.transaction.runtime.commands   
org.eclipse.emf.mwe.ewm.workflow.transaction.runtime.util   
 

Uses of WorkflowContext in org.eclipse.emf.mwe.ewm.internal.launcher
 

Constructors in org.eclipse.emf.mwe.ewm.internal.launcher with parameters of type WorkflowContext
WorkflowProcess(WorkflowComponent workflow, WorkflowContext context, org.eclipse.debug.core.ILaunch launch)
           
 

Uses of WorkflowContext in org.eclipse.emf.mwe.ewm.ui.views
 

Methods in org.eclipse.emf.mwe.ewm.ui.views with parameters of type WorkflowContext
 void WorkflowLogContentProvider.setContext(WorkflowContext context)
           
 void WorkflowStatusLabelProvider.setContext(WorkflowContext context)
           
 void WorkflowStatusView.setContext(WorkflowContext context)
           
 

Uses of WorkflowContext in org.eclipse.emf.mwe.ewm.workflow
 

Methods in org.eclipse.emf.mwe.ewm.workflow with parameters of type WorkflowContext
protected  java.lang.Object WorkflowParameter.doGetValue(WorkflowContext context)
          Get the value of the parameter from the context
 java.lang.Object WorkflowParameter.getValue(WorkflowContext context)
           
 java.lang.Object WorkflowParameterSimpleValueStrategy.getValue(WorkflowContext context, WorkflowParameter parameter)
           
 java.lang.Object WorkflowParameterValueStrategy.getValue(WorkflowContext context, WorkflowParameter parameter)
           
abstract  WorkflowState WorkflowComponent.run(WorkflowContext context)
          Clients must override this function to perform the work of the workflow component.
 WorkflowState WorkflowComponentProxy.run(WorkflowContext context)
           
 WorkflowState WorkflowCompositeComponent.run(WorkflowContext context)
          Runs each of the composite's children using the supplied composite orchestration strategy.
abstract  WorkflowState WorkflowUnitOfWork.run(WorkflowContext context)
           
 void WorkflowParameter.setValue(WorkflowContext context, java.lang.Object value)
           
 void WorkflowParameterSimpleValueStrategy.setValue(WorkflowContext context, WorkflowParameter parameter, java.lang.Object value)
           
 void WorkflowParameterValueStrategy.setValue(WorkflowContext context, WorkflowParameter parameter, java.lang.Object value)
           
 void WorkflowComponent.start(WorkflowContext context)
           
 

Uses of WorkflowContext in org.eclipse.emf.mwe.ewm.workflow.orchestration
 

Methods in org.eclipse.emf.mwe.ewm.workflow.orchestration with parameters of type WorkflowContext
abstract  boolean WorkflowExecutionPredicate.evaluate(WorkflowComponent component, WorkflowContext context)
           
 boolean WorkflowLoopCountPredicate.evaluate(WorkflowComponent component, WorkflowContext context)
           
 boolean WorkflowParameterPredicate.evaluate(WorkflowComponent component, WorkflowContext context)
           
 boolean WorkflowPredicateAND.evaluate(WorkflowComponent component, WorkflowContext context)
           
 boolean WorkflowPredicateOR.evaluate(WorkflowComponent component, WorkflowContext context)
           
 boolean WorkflowRerunPredicate.evaluate(WorkflowComponent component, WorkflowContext context)
           
 void WorkflowExecutionPredicate.reset(WorkflowContext context)
           
 void WorkflowComponentOrchestrationStrategy.run(WorkflowComponent component, WorkflowContext context)
           
 void WorkflowLoopComponentOrchestrationStrategy.run(WorkflowComponent component, WorkflowContext context)
           
abstract  void WorkflowCompositeOrchestrationStrategy.run(WorkflowCompositeComponent composite, WorkflowContext context)
           
 void WorkflowSerialOrchestrationStrategy.run(WorkflowCompositeComponent composite, WorkflowContext context)
           
 

Uses of WorkflowContext in org.eclipse.emf.mwe.ewm.workflow.runtime
 

Fields in org.eclipse.emf.mwe.ewm.workflow.runtime declared as WorkflowContext
protected  WorkflowContext WorkflowEngine.context
          The cached value of the 'Context' containment reference.
protected  WorkflowContext WorkflowRunner.context
          The cached value of the 'Context' reference.
protected  WorkflowContext WorkflowContext.parentContext
          The cached value of the 'Parent Context' reference.
 

Methods in org.eclipse.emf.mwe.ewm.workflow.runtime that return WorkflowContext
 WorkflowContext WorkflowRunner.basicGetContext()
           
 WorkflowContext WorkflowContext.basicGetParentContext()
           
 WorkflowContext RuntimeFactory.createWorkflowContext()
           
 WorkflowContext WorkflowEngine.getContext()
          Returns the value of the 'Context' containment reference.
 WorkflowContext WorkflowRunner.getContext()
          Returns the value of the 'Context' reference.
 WorkflowContext WorkflowContext.getParentContext()
          Returns the value of the 'Parent Context' reference.
 

Methods in org.eclipse.emf.mwe.ewm.workflow.runtime with parameters of type WorkflowContext
 org.eclipse.emf.common.notify.NotificationChain WorkflowEngine.basicSetContext(WorkflowContext newContext, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 WorkflowState WorkflowStateResolutionStrategy.resolve(WorkflowCompositeComponent workflow, WorkflowContext context)
           
 void WorkflowEngine.setContext(WorkflowContext newContext)
          Sets the value of the 'Context' containment reference.
 void WorkflowRunner.setContext(WorkflowContext newContext)
          Sets the value of the 'Context' reference.
 void WorkflowContext.setParentContext(WorkflowContext newParentContext)
          Sets the value of the 'Parent Context' reference.
 

Uses of WorkflowContext in org.eclipse.emf.mwe.ewm.workflow.runtime.util
 

Methods in org.eclipse.emf.mwe.ewm.workflow.runtime.util with parameters of type WorkflowContext
 T RuntimeSwitch.caseWorkflowContext(WorkflowContext object)
          Returns the result of interpreting the object as an instance of 'Workflow Context'.
 

Constructors in org.eclipse.emf.mwe.ewm.workflow.runtime.util with parameters of type WorkflowContext
WorkflowLogResetter(WorkflowContext context)
           
WorkflowStateInitializer(WorkflowContext context)
           
WorkflowStateResetter(WorkflowContext context)
           
 

Uses of WorkflowContext in org.eclipse.emf.mwe.ewm.workflow.runtime.validation
 

Methods in org.eclipse.emf.mwe.ewm.workflow.runtime.validation with parameters of type WorkflowContext
 boolean WorkflowEngineValidator.validateContext(WorkflowContext value)
           
 boolean WorkflowLogResetterValidator.validateContext(WorkflowContext value)
           
 boolean WorkflowRunnerValidator.validateContext(WorkflowContext value)
           
 boolean WorkflowStateResetterValidator.validateContext(WorkflowContext value)
           
 

Uses of WorkflowContext in org.eclipse.emf.mwe.ewm.workflow.transaction.orchestration
 

Methods in org.eclipse.emf.mwe.ewm.workflow.transaction.orchestration with parameters of type WorkflowContext
 void WorkflowParallelOrchestrationStrategy.run(WorkflowCompositeComponent composite, WorkflowContext context)
           
 

Uses of WorkflowContext in org.eclipse.emf.mwe.ewm.workflow.transaction.runtime
 

Subclasses of WorkflowContext in org.eclipse.emf.mwe.ewm.workflow.transaction.runtime
 class WorkflowTransactionalContext
          A representation of the model object 'Workflow Transactional Context'.
 

Uses of WorkflowContext in org.eclipse.emf.mwe.ewm.workflow.transaction.runtime.commands
 

Constructors in org.eclipse.emf.mwe.ewm.workflow.transaction.runtime.commands with parameters of type WorkflowContext
WorkflowGetExecutionInfoCommand(WorkflowContext context, WorkflowComponent component)
           
WorkflowGetParameterValueCommand(WorkflowContext context, WorkflowParameter parameter)
           
WorkflowGetStateCommand(WorkflowContext context, WorkflowComponent component)
           
 

Uses of WorkflowContext in org.eclipse.emf.mwe.ewm.workflow.transaction.runtime.util
 

Methods in org.eclipse.emf.mwe.ewm.workflow.transaction.runtime.util with parameters of type WorkflowContext
 T RuntimeSwitch.caseWorkflowContext(WorkflowContext object)
          Returns the result of interpreting the object as an instance of 'Workflow Context'.