public interface Route
Route
represents the possible next destinations which will be
selectable after a WorkItem
is completed.Modifier and Type | Method and Description |
---|---|
java.util.List<WorkflowTransition> |
getDestinations()
Returns the list of possible destinations.
|
java.lang.String |
getId()
Returns a unique ID for the route.
|
java.lang.String |
getName()
Returns the a user friendly name for the route.
|
boolean |
hasDefault()
Indicates if one the
Route s WorkflowTransition s
is marked as default. |
boolean |
isBackRoute()
Returns true if the route defines to a
WorkflowNode which has
already been passed. |
java.lang.String getId()
WorkflowSession.getRoutes(WorkItem)
.java.lang.String getName()
boolean hasDefault()
Route
s WorkflowTransition
s
is marked as default.WorkflowTransition
is marked as default,
otherwise false.java.util.List<WorkflowTransition> getDestinations()
WorkflowTransition
s that lead selectable
WorkflowNode
s.boolean isBackRoute()
WorkflowNode
which has
already been passed.true
if it is a "back" route otherwise
false
Copyright © 2010 - 2020 Adobe. All Rights Reserved