Uses of Class
jakarta.faces.flow.builder.FlowCallBuilder
-
Uses of FlowCallBuilder in com.sun.faces.flow.builder
Modifier and TypeMethodDescriptionFlowBuilderImpl.flowCallNode
(String flowCallNodeId) FlowCallBuilderImpl.flowReference
(String flowDocumentId, String flowId) FlowCallBuilderImpl.markAsStartNode()
FlowCallBuilderImpl.outboundParameter
(String name, ValueExpression value) FlowCallBuilderImpl.outboundParameter
(String name, String value) -
Uses of FlowCallBuilder in jakarta.faces.flow.builder
Modifier and TypeMethodDescriptionabstract FlowCallBuilder
FlowBuilder.flowCallNode
(String flowCallNodeId) Define a flow call node.abstract FlowCallBuilder
FlowCallBuilder.flowReference
(String flowDocumentId, String flowId) Define the flow reference of the called flow.abstract FlowCallBuilder
FlowCallBuilder.markAsStartNode()
abstract FlowCallBuilder
FlowCallBuilder.outboundParameter
(String name, ValueExpression value) Define an outbound parameter for the flow call.abstract FlowCallBuilder
FlowCallBuilder.outboundParameter
(String name, String value) Define an outbound parameter for the flow call.