Uses of Class
jakarta.faces.flow.FlowCallNode
-
Uses of FlowCallNode in jakarta.faces.flow
Modifier and TypeMethodDescriptionabstract FlowCallNode
Flow.getFlowCall
(Flow targetFlow) Return theFlowCallNode
that represents calling thetargetFlow
from this flow, ornull
iftargetFlow
cannot be reached from this flow.Modifier and TypeMethodDescriptionabstract Map<String,
FlowCallNode> Flow.getFlowCalls()
Return an immutable data structure containing all the flow call nodes declared for this flow.Modifier and TypeMethodDescriptionabstract void
FlowHandler.transition
(FacesContext context, Flow sourceFlow, Flow targetFlow, FlowCallNode outboundCallNode, String toViewId) Perform a transition in the flow graph for the current user'sClientWindow
.