public interface Workflow extends Serializable
Workflow.getWorkflowModel()
Modifier and Type | Method and Description |
---|---|
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.
|
String getName()
State getStartState()
State getErrorState()
Iterator<? extends WorkflowElement> endStates()
Iterator<? extends Activity> activities()
Iterator<? extends State> states()
Iterator<? extends Transition> transitions()
boolean isEmpty()
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500