|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface WorkflowComponent
A representation of the model object 'Component'.
The following features are supported:
WorkflowPackage.getWorkflowComponent()
Method Summary | |
---|---|
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. |
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |