|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Route
Route represents the possible next destinations which will be
selectable after a WorkItem is completed.
| Method Summary | |
|---|---|
List<WorkflowTransition> |
getDestinations()
Returns the list of possible destinations. |
String |
getId()
Returns a unique ID for the route. |
String |
getName()
Returns the a user friendly name for the route. |
boolean |
hasDefault()
Indicates if one the Routes WorkflowTransitions
is marked as default. |
boolean |
isBackRoute()
Returns true if the route defines to a WorkflowNode which has
already been passed. |
| Method Detail |
|---|
String getId()
WorkflowSession.getRoutes(WorkItem).
String getName()
boolean hasDefault()
Routes WorkflowTransitions
is marked as default.
WorkflowTransition is marked as default,
otherwise false.List<WorkflowTransition> getDestinations()
WorkflowTransitions that lead selectable
WorkflowNodes.boolean isBackRoute()
WorkflowNode which has
already been passed.
true if it is a "back" route otherwise
false
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||