| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.workflow | |
| org.eclipse.gmt.modisco.workflow.modiscoworkflow | |
| org.eclipse.gmt.modisco.workflow.modiscoworkflow.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WorkflowModel
Deprecated.
replaced by org.eclipse.modisco.workflow, cf
https://bugs.eclipse.org/bugs/show_bug.cgi?id=337942
|
| Modifier and Type | Method and Description |
|---|---|
Element |
WorkflowModel.getElement(int index)
Deprecated.
Allows to retrieve a component at index specified
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Element> |
WorkflowModel.getAllElements()
Deprecated.
Allows to retrieve all components of the workflow
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowModel.addElement(Element element)
Deprecated.
Add a component in the workflow
|
void |
WorkflowModelEvents.notifyElementAdded(Element element)
Deprecated.
Add a component in the Workwlow
|
void |
WorkflowModelEvents.notifyElementInserted(int index,
Element element)
Deprecated.
Change a component of Workflow Essentially, to up or down an element in the workflow
|
void |
WorkflowModel.setElement(int index,
Element element)
Deprecated.
Change a component in the workflow
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowModel.synchronization(java.util.List<Element> elements)
Deprecated.
Allows to synchronize all resources contained in the workflow
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Work
Deprecated.
replaced by org.eclipse.modisco.workflow, cf
https://bugs.eclipse.org/bugs/show_bug.cgi?id=337942
|
interface |
Workflow
Deprecated.
replaced by org.eclipse.modisco.workflow, cf
https://bugs.eclipse.org/bugs/show_bug.cgi?id=337942
|
| Modifier and Type | Method and Description |
|---|---|
T |
ModiscoworkflowSwitch.caseElement(Element object)
Deprecated.
|