Uses of Class
jakarta.faces.flow.FlowCallNode
-
Packages that use FlowCallNode Package Description jakarta.faces.flow -
-
Uses of FlowCallNode in jakarta.faces.flow
Methods in jakarta.faces.flow that return FlowCallNode Modifier and Type Method Description abstract FlowCallNode
Flow. getFlowCall(Flow targetFlow)
Return theFlowCallNode
that represents calling thetargetFlow
from this flow, ornull
iftargetFlow
cannot be reached from this flow.Methods in jakarta.faces.flow that return types with arguments of type FlowCallNode Modifier and Type Method Description abstract 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 FlowCallNode Modifier and Type Method 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'sClientWindow
.
-