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

All Known Subinterfaces:
WorkflowComponentMinimalist, WorkflowComponentProxy, WorkflowCompositeComponent, WorkflowUnitOfWork

Deprecated.

@Deprecated
public interface WorkflowComponent

A representation of the model object 'Component'.

The following features are supported:

See Also:
WorkflowPackage.getWorkflowComponent()
Generated:
Model:
abstract="true"

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

getName

java.lang.String getName()
Deprecated. 
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), WorkflowPackage.getWorkflowComponent_Name()
Generated:
Model:
required="true"

setName

void setName(java.lang.String value)
Deprecated. 
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated:

getType

java.lang.String getType()
Deprecated. 
Returns the value of the 'Type' attribute.

If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Type' attribute.
See Also:
setType(String), WorkflowPackage.getWorkflowComponent_Type()
Generated:
Model:
required="true"

setType

void setType(java.lang.String value)
Deprecated. 
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
getType()
Generated:

getDescription

java.lang.String getDescription()
Deprecated. 
Returns the value of the 'Description' attribute.

If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), WorkflowPackage.getWorkflowComponent_Description()
Generated:
Model:

setDescription

void setDescription(java.lang.String value)
Deprecated. 
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()
Generated:

getComponentOrchestrationStrategy

WorkflowComponentOrchestrationStrategy getComponentOrchestrationStrategy()
Deprecated. 
Returns the value of the 'Component Orchestration Strategy' containment reference.

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

Returns:
the value of the 'Component Orchestration Strategy' containment reference.
See Also:
setComponentOrchestrationStrategy(WorkflowComponentOrchestrationStrategy), WorkflowPackage.getWorkflowComponent_ComponentOrchestrationStrategy()
Generated:
Model:
containment="true"

setComponentOrchestrationStrategy

void setComponentOrchestrationStrategy(WorkflowComponentOrchestrationStrategy value)
Deprecated. 
Sets the value of the 'Component Orchestration Strategy' containment reference.

Parameters:
value - the new value of the 'Component Orchestration Strategy' containment reference.
See Also:
getComponentOrchestrationStrategy()
Generated:

accept

void accept(IWorkflowVisitor visitor)
Deprecated. 

Generated:
Model:

start

void start(WorkflowContext context)
Deprecated. 

Generated:
Model:

run

WorkflowState run(WorkflowContext context)
Deprecated. 

Generated:
Model:

logError

WorkflowLog logError(WorkflowContext context)
Deprecated. 

Generated:
Model: