|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface WorkflowModel
API to define the workflow core
| Method Summary | |
|---|---|
void |
addElement(Element element)
Deprecated. Add a component in the workflow |
void |
downElement(int indexSelected)
Deprecated. To down an element in the workflow |
void |
exportWorkflow(URI outputUri)
Deprecated. Allows to export the workflow |
java.util.List<Element> |
getAllElements()
Deprecated. Allows to retrieve all components of the workflow |
Element |
getElement(int index)
Deprecated. Allows to retrieve a component at index specified |
void |
initialization(ILaunchConfiguration configuration)
Deprecated. Allows to initialize or load the workflow |
void |
moveResource(java.lang.String path)
Deprecated. Allows to move the resource |
void |
removeElement(int index)
Deprecated. Allows to delete a component at index specified |
void |
removeResource(java.lang.String resourcePath)
Deprecated. Allows to remove the resource |
void |
save(ILaunchConfigurationWorkingCopy configuration)
Deprecated. Allows to save the resource |
void |
setElement(int index,
Element element)
Deprecated. Change a component in the workflow |
void |
synchronization(java.util.List<Element> elements)
Deprecated. Allows to synchronize all resources contained in the workflow |
void |
upElement(int indexSelected)
Deprecated. To up an element in the workflow |
| Methods inherited from interface org.eclipse.gmt.modisco.workflow.modiscoworkflow.Workflow |
|---|
getElements |
| Methods inherited from interface org.eclipse.gmt.modisco.workflow.modiscoworkflow.Element |
|---|
getIndex, getName, getType, setIndex, setName, setType |
| Methods inherited from interface org.eclipse.gmt.modisco.workflow.modiscoworkflow.ExportInfos |
|---|
getAllUnitsOfWork, getPackageBase, getSymbolicName, setPackageBase, setSymbolicName |
| Methods inherited from interface org.eclipse.gmt.modisco.workflow.WorkflowModelEventsSubscribe |
|---|
subscribe, unsubscribe |
| Method Detail |
|---|
Element getElement(int index)
index - Component index
java.util.List<Element> getAllElements()
void addElement(Element element)
element - Element which represents a launch configuration
void setElement(int index,
Element element)
index - Component indexelement - The new elementvoid upElement(int indexSelected)
indexSelected - Index of item selectedvoid downElement(int indexSelected)
indexSelected - Index of item selectedvoid removeElement(int index)
index - Component indexvoid initialization(ILaunchConfiguration configuration)
configuration - Launch configuration associatedvoid save(ILaunchConfigurationWorkingCopy configuration)
configuration - Launch configuration associatedvoid moveResource(java.lang.String path)
path - Workflow resource pathvoid removeResource(java.lang.String resourcePath)
path - Workflow resource pathvoid exportWorkflow(URI outputUri)
configuration - The launch configuration associatedoutputPath - The output pathvoid synchronization(java.util.List<Element> elements)
elements - All elements contained in the MoDiscoWorkflow
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||