Package jakarta.faces.flow
Class FlowCallNode
- java.lang.Object
-
- jakarta.faces.flow.FlowNode
-
- jakarta.faces.flow.FlowCallNode
-
public abstract class FlowCallNode extends FlowNode
A flow call node.
-
-
Constructor Summary
Constructors Constructor Description FlowCallNode()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract String
getCalledFlowDocumentId(FacesContext context)
abstract String
getCalledFlowId(FacesContext context)
abstract Map<String,Parameter>
getOutboundParameters()
-
-
-
Method Detail
-
getCalledFlowDocumentId
public abstract String getCalledFlowDocumentId(FacesContext context)
-
getCalledFlowId
public abstract String getCalledFlowId(FacesContext context)
-
-