@Deprecated
public interface WorkflowComponent
The following features are supported:
WorkflowPackage.getWorkflowComponent()| Modifier and Type | Method and Description |
|---|---|
void |
accept(IWorkflowVisitor visitor)
Deprecated.
|
WorkflowComponentOrchestrationStrategy |
getComponentOrchestrationStrategy()
Deprecated.
Returns the value of the 'Component Orchestration Strategy' containment reference.
|
java.lang.String |
getDescription()
Deprecated.
Returns the value of the 'Description' attribute.
|
java.lang.String |
getName()
Deprecated.
Returns the value of the 'Name' attribute.
|
java.lang.String |
getType()
Deprecated.
Returns the value of the 'Type' attribute.
|
WorkflowLog |
logError(WorkflowContext context)
Deprecated.
|
WorkflowState |
run(WorkflowContext context)
Deprecated.
|
void |
setComponentOrchestrationStrategy(WorkflowComponentOrchestrationStrategy value)
Deprecated.
Sets the value of the '
Component Orchestration Strategy' containment reference. |
void |
setDescription(java.lang.String value)
Deprecated.
Sets the value of the '
Description' attribute. |
void |
setName(java.lang.String value)
Deprecated.
Sets the value of the '
Name' attribute. |
void |
setType(java.lang.String value)
Deprecated.
Sets the value of the '
Type' attribute. |
void |
start(WorkflowContext context)
Deprecated.
|
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
WorkflowPackage.getWorkflowComponent_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()java.lang.String getType()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(String),
WorkflowPackage.getWorkflowComponent_Type()void setType(java.lang.String value)
Type' attribute.
value - the new value of the 'Type' attribute.getType()java.lang.String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String),
WorkflowPackage.getWorkflowComponent_Description()void setDescription(java.lang.String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()WorkflowComponentOrchestrationStrategy getComponentOrchestrationStrategy()
If the meaning of the 'Component Orchestration Strategy' containment reference isn't clear, there really should be more of a description here...
setComponentOrchestrationStrategy(WorkflowComponentOrchestrationStrategy),
WorkflowPackage.getWorkflowComponent_ComponentOrchestrationStrategy()void setComponentOrchestrationStrategy(WorkflowComponentOrchestrationStrategy value)
Component Orchestration Strategy' containment reference.
value - the new value of the 'Component Orchestration Strategy' containment reference.getComponentOrchestrationStrategy()void accept(IWorkflowVisitor visitor)
void start(WorkflowContext context)
WorkflowState run(WorkflowContext context)
WorkflowLog logError(WorkflowContext context)