|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Workflow
This interface represents an workflow-model.
Workflow.getWorkflowModel()
Method Summary | |
---|---|
Iterator<? extends Activity> |
activities()
Returns all activities that belongs to this workflow. |
Iterator<? extends WorkflowElement> |
endStates()
Returns the all endstates from this workflow. |
State |
getErrorState()
Return the errorstate of this workflow. |
String |
getName()
Returns the name of this workflow. |
State |
getStartState()
Returns the startstate from this workflow. |
boolean |
isEmpty()
Checks if the workflow is empty. |
Iterator<? extends State> |
states()
Returns all states that belongs to this workflow. |
Iterator<? extends Transition> |
transitions()
Returns all transitions that belongs to this workflow. |
Method Detail |
---|
String getName()
State getStartState()
State getErrorState()
Iterator<? extends WorkflowElement> endStates()
Iterator<? extends Activity> activities()
Iterator<? extends State> states()
Iterator<? extends Transition> transitions()
boolean isEmpty()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |