| Package | Description | 
|---|---|
| javax.faces.flow | The runtime API for Faces Flows. | 
| 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 © 2017 JBoss by Red Hat. All rights reserved.