@Deprecated public interface WorkflowUnitOfWork extends WorkflowComponent
The following features are supported:
WorkflowPackage.getWorkflowUnitOfWork()| Modifier and Type | Method and Description |
|---|---|
void |
accept(IWorkflowVisitor visitor)
Deprecated.
|
|
getParameters()
Deprecated.
Returns the value of the 'Parameters' containment reference list.
|
WorkflowState |
run(WorkflowContext context)
Deprecated.
|
getComponentOrchestrationStrategy, getDescription, getName, getType, logError, setComponentOrchestrationStrategy, setDescription, setName, setType, startgetParameters()
WorkflowParameter.
If the meaning of the 'Parameters' containment reference list isn't clear, there really should be more of a description here...
WorkflowPackage.getWorkflowUnitOfWork_Parameters()void accept(IWorkflowVisitor visitor)
accept in interface WorkflowComponentWorkflowState run(WorkflowContext context)
run in interface WorkflowComponent