Package jakarta.faces.flow
Class Flow
- java.lang.Object
- 
- jakarta.faces.flow.Flow
 
- 
 public abstract class Flow extends Object - Since:
- 2.2
 
- 
- 
Constructor SummaryConstructors Constructor Description Flow()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract StringgetClientWindowFlowId(ClientWindow curWindow)abstract StringgetDefiningDocumentId()abstract jakarta.el.MethodExpressiongetFinalizer()abstract FlowCallNodegetFlowCall(Flow targetFlow)abstract Map<String,FlowCallNode>getFlowCalls()abstract StringgetId()abstract Map<String,Parameter>getInboundParameters()abstract jakarta.el.MethodExpressiongetInitializer()abstract List<MethodCallNode>getMethodCalls()abstract Map<String,Set<NavigationCase>>getNavigationCases()abstract FlowNodegetNode(String nodeId)abstract Map<String,ReturnNode>getReturns()abstract StringgetStartNodeId()abstract Map<String,SwitchNode>getSwitches()abstract List<ViewNode>getViews()
 
- 
- 
- 
Method Detail- 
getClientWindowFlowIdpublic abstract String getClientWindowFlowId(ClientWindow curWindow) 
 - 
getDefiningDocumentIdpublic abstract String getDefiningDocumentId() 
 - 
getIdpublic abstract String getId() 
 - 
getInitializerpublic abstract jakarta.el.MethodExpression getInitializer() 
 - 
getFinalizerpublic abstract jakarta.el.MethodExpression getFinalizer() 
 - 
getFlowCallpublic abstract FlowCallNode getFlowCall(Flow targetFlow) 
 - 
getFlowCallspublic abstract Map<String,FlowCallNode> getFlowCalls() 
 - 
getMethodCallspublic abstract List<MethodCallNode> getMethodCalls() 
 - 
getReturnspublic abstract Map<String,ReturnNode> getReturns() 
 - 
getSwitchespublic abstract Map<String,SwitchNode> getSwitches() 
 - 
getStartNodeIdpublic abstract String getStartNodeId() 
 - 
getNavigationCasespublic abstract Map<String,Set<NavigationCase>> getNavigationCases() 
 
- 
 
-