Package jakarta.faces.flow
Class FlowCallNode
- java.lang.Object
- 
- jakarta.faces.flow.FlowNode
- 
- jakarta.faces.flow.FlowCallNode
 
 
- 
 public abstract class FlowCallNode extends FlowNode - Since:
- 2.2
 
- 
- 
Constructor SummaryConstructors Constructor Description FlowCallNode()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract StringgetCalledFlowDocumentId(FacesContext context)abstract StringgetCalledFlowId(FacesContext context)abstract Map<String,Parameter>getOutboundParameters()
 
- 
- 
- 
Method Detail- 
getCalledFlowDocumentIdpublic abstract String getCalledFlowDocumentId(FacesContext context) 
 - 
getCalledFlowIdpublic abstract String getCalledFlowId(FacesContext context) 
 
- 
 
-