|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface WorkflowEngine
A representation of the model object 'Workflow Engine'.
The following features are supported:
RuntimePackage.getWorkflowEngine()
Method Summary | |
---|---|
WorkflowContext |
getContext()
Deprecated. Returns the value of the 'Context' containment reference. |
|
getEngines()
Deprecated. Returns the value of the 'Engines' containment reference list. |
WorkflowComponent |
getWorkflow()
Deprecated. Returns the value of the 'Workflow' reference. |
void |
reset()
Deprecated. |
void |
run()
Deprecated. |
void |
setContext(WorkflowContext value)
Deprecated. Sets the value of the ' Context ' containment reference. |
void |
setWorkflow(WorkflowComponent value)
Deprecated. Sets the value of the ' Workflow ' reference. |
Method Detail |
---|
WorkflowComponent getWorkflow()
If the meaning of the 'Workflow' reference isn't clear, there really should be more of a description here...
setWorkflow(WorkflowComponent)
,
RuntimePackage.getWorkflowEngine_Workflow()
void setWorkflow(WorkflowComponent value)
Workflow
' reference.
value
- the new value of the 'Workflow' reference.getWorkflow()
WorkflowContext getContext()
If the meaning of the 'Context' containment reference isn't clear, there really should be more of a description here...
setContext(WorkflowContext)
,
RuntimePackage.getWorkflowEngine_Context()
void setContext(WorkflowContext value)
Context
' containment reference.
value
- the new value of the 'Context' containment reference.getContext()
getEngines()
WorkflowEngine
.
If the meaning of the 'Engines' containment reference list isn't clear, there really should be more of a description here...
RuntimePackage.getWorkflowEngine_Engines()
void run()
run
in interface java.lang.Runnable
void reset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |