Uses of Class
jakarta.faces.flow.FlowCallNode
Packages that use FlowCallNode
-
Uses of FlowCallNode in jakarta.faces.flow
Methods in jakarta.faces.flow that return FlowCallNodeModifier and TypeMethodDescriptionabstract FlowCallNodeFlow.getFlowCall(Flow targetFlow) Return theFlowCallNodethat represents calling thetargetFlowfrom this flow, ornulliftargetFlowcannot be reached from this flow.Methods in jakarta.faces.flow that return types with arguments of type FlowCallNodeModifier and TypeMethodDescriptionabstract Map<String, FlowCallNode> Flow.getFlowCalls()Return an immutable data structure containing all the flow call nodes declared for this flow.Methods in jakarta.faces.flow with parameters of type FlowCallNodeModifier and TypeMethodDescriptionabstract voidFlowHandler.transition(FacesContext context, Flow sourceFlow, Flow targetFlow, FlowCallNode outboundCallNode, String toViewId) Perform a transition in the flow graph for the current user'sClientWindow.