|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Element | |
---|---|
org.eclipse.modisco.workflow.core | |
org.eclipse.modisco.workflow.modiscoworkflow |
Uses of Element in org.eclipse.modisco.workflow.core |
---|
Subinterfaces of Element in org.eclipse.modisco.workflow.core | |
---|---|
interface |
WorkflowModel
API to define the workflow core |
Methods in org.eclipse.modisco.workflow.core that return Element | |
---|---|
Element |
WorkflowModel.getElement(int index)
Retrieve a component at the index specified |
Methods in org.eclipse.modisco.workflow.core that return types with arguments of type Element | |
---|---|
java.util.List<Element> |
WorkflowModel.getAllElements()
Retrieve all components of the workflow |
Methods in org.eclipse.modisco.workflow.core with parameters of type Element | |
---|---|
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 |
Method parameters in org.eclipse.modisco.workflow.core with type arguments of type Element | |
---|---|
void |
WorkflowModel.synchronize(java.util.List<Element> elements)
Synchronize resources contained in the workflow |
Uses of Element in org.eclipse.modisco.workflow.modiscoworkflow |
---|
Subinterfaces of Element in org.eclipse.modisco.workflow.modiscoworkflow | |
---|---|
interface |
Work
A representation of the model object ' Work'. |
interface |
Workflow
A representation of the model object ' Workflow'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |