| Package | Description |
|---|---|
| org.eclipse.modisco.workflow.core | |
| org.eclipse.modisco.workflow.modiscoworkflow |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WorkflowModel
API to define the workflow core
|
| Modifier and Type | Method and Description |
|---|---|
Element |
WorkflowModel.getElement(int index)
Retrieve a component at the index specified
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Element> |
WorkflowModel.getAllElements()
Retrieve all components of the workflow
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowModel.addElement(Element element)
Add a component in the workflow
|
void |
WorkflowModelListener.elementAdded(Element element)
Added a component to the Workflow
|
void |
WorkflowModelListener.elementInserted(int index,
Element element)
A component was inserted in the Workflow.
|
void |
WorkflowModel.setElement(int index,
Element element)
Change a component in the workflow
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowModel.synchronize(java.util.List<Element> elements)
Synchronize resources contained in the workflow
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Work
A representation of the model object '
Work'.
|
interface |
Workflow
A representation of the model object '
Workflow'.
|