| Package | Description | 
|---|---|
| javax.faces.flow | 
| Modifier and Type | Method and Description | 
|---|---|
abstract FlowCallNode | 
Flow.getFlowCall(Flow targetFlow)
Return the   | 
| Modifier and Type | Method and Description | 
|---|---|
abstract Map<String,FlowCallNode> | 
Flow.getFlowCalls()
Return an immutable data structure containing all the flow call nodes declared for this flow.  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract void | 
FlowHandler.transition(FacesContext context,
          Flow sourceFlow,
          Flow targetFlow,
          FlowCallNode outboundCallNode,
          String toViewId)
Perform a transition in the flow
 graph for the current user's   | 
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.