org.eclipse.gmt.modisco.workflow.mwe.workflow
Interface WorkflowUnitOfWork

All Superinterfaces:
WorkflowComponent

Deprecated.

@Deprecated
public interface WorkflowUnitOfWork
extends WorkflowComponent

A representation of the model object 'Unit Of Work'.

The following features are supported:

See Also:
WorkflowPackage.getWorkflowUnitOfWork()
Generated:
Model:

Method Summary
 void accept(IWorkflowVisitor visitor)
          Deprecated.  
  getParameters()
          Deprecated. Returns the value of the 'Parameters' containment reference list.
 WorkflowState run(WorkflowContext context)
          Deprecated.  
 
Methods inherited from interface org.eclipse.gmt.modisco.workflow.mwe.workflow.WorkflowComponent
getComponentOrchestrationStrategy, getDescription, getName, getType, logError, setComponentOrchestrationStrategy, setDescription, setName, setType, start
 

Method Detail

getParameters

 getParameters()
Deprecated. 
Returns the value of the 'Parameters' containment reference list. The list contents are of type WorkflowParameter.

If the meaning of the 'Parameters' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parameters' containment reference list.
See Also:
WorkflowPackage.getWorkflowUnitOfWork_Parameters()
Generated:
Model:
containment="true"

accept

void accept(IWorkflowVisitor visitor)
Deprecated. 

Specified by:
accept in interface WorkflowComponent
Generated:
Model:

run

WorkflowState run(WorkflowContext context)
Deprecated. 

Specified by:
run in interface WorkflowComponent
Generated:
Model: