@Deprecated public interface WorkflowModel extends Workflow, WorkflowModelEventsSubscribe
| Modifier and Type | Method and Description |
|---|---|
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
|
getElementsgetIndex, getName, getType, setIndex, setName, setTypegetAllUnitsOfWork, getPackageBase, getSymbolicName, setPackageBase, setSymbolicNamesubscribe, unsubscribeElement getElement(int index)
index - Component indexjava.util.List<Element> getAllElements()
void addElement(Element element)
element - Element which represents a launch configurationvoid 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