@Deprecated public interface WorkflowCompositeComponent extends WorkflowComponent
The following features are supported:
WorkflowPackage.getWorkflowCompositeComponent()| Modifier and Type | Method and Description |
|---|---|
void |
accept(IWorkflowVisitor visitor)
Deprecated.
|
|
getComponents()
Deprecated.
Returns the value of the 'Components' containment reference list.
|
WorkflowCompositeOrchestrationStrategy |
getCompositeOrchestrationStrategy()
Deprecated.
Returns the value of the 'Composite Orchestration Strategy' containment reference.
|
|
getConnections()
Deprecated.
Returns the value of the 'Connections' containment reference list.
|
|
getParameters()
Deprecated.
Returns the value of the 'Parameters' reference list.
|
WorkflowStateResolutionStrategy |
getStateResolutionStrategy()
Deprecated.
Returns the value of the 'State Resolution Strategy' containment reference.
|
WorkflowState |
run(WorkflowContext context)
Deprecated.
|
void |
setCompositeOrchestrationStrategy(WorkflowCompositeOrchestrationStrategy value)
Deprecated.
Sets the value of the '
Composite Orchestration Strategy' containment reference. |
void |
setStateResolutionStrategy(WorkflowStateResolutionStrategy value)
Deprecated.
Sets the value of the '
State Resolution Strategy' containment reference. |
getComponentOrchestrationStrategy, getDescription, getName, getType, logError, setComponentOrchestrationStrategy, setDescription, setName, setType, startgetComponents()
WorkflowComponent.
If the meaning of the 'Components' containment reference list isn't clear, there really should be more of a description here...
WorkflowPackage.getWorkflowCompositeComponent_Components()WorkflowCompositeOrchestrationStrategy getCompositeOrchestrationStrategy()
If the meaning of the 'Composite Orchestration Strategy' containment reference isn't clear, there really should be more of a description here...
setCompositeOrchestrationStrategy(WorkflowCompositeOrchestrationStrategy),
WorkflowPackage.getWorkflowCompositeComponent_CompositeOrchestrationStrategy()void setCompositeOrchestrationStrategy(WorkflowCompositeOrchestrationStrategy value)
Composite Orchestration Strategy' containment reference.
value - the new value of the 'Composite Orchestration Strategy' containment reference.getCompositeOrchestrationStrategy()getConnections()
WorkflowParameterConnection.
If the meaning of the 'Connections' containment reference list isn't clear, there really should be more of a description here...
WorkflowPackage.getWorkflowCompositeComponent_Connections()WorkflowStateResolutionStrategy getStateResolutionStrategy()
If the meaning of the 'State Resolution Strategy' containment reference isn't clear, there really should be more of a description here...
setStateResolutionStrategy(WorkflowStateResolutionStrategy),
WorkflowPackage.getWorkflowCompositeComponent_StateResolutionStrategy()void setStateResolutionStrategy(WorkflowStateResolutionStrategy value)
State Resolution Strategy' containment reference.
value - the new value of the 'State Resolution Strategy' containment reference.getStateResolutionStrategy()getParameters()
WorkflowParameter.
If the meaning of the 'Parameters' reference list isn't clear, there really should be more of a description here...
WorkflowPackage.getWorkflowCompositeComponent_Parameters()void accept(IWorkflowVisitor visitor)
accept in interface WorkflowComponentWorkflowState run(WorkflowContext context)
run in interface WorkflowComponent