public class FlowCallBuilderImpl
extends jakarta.faces.flow.builder.FlowCallBuilder
| Constructor and Description |
|---|
FlowCallBuilderImpl(FlowBuilderImpl root,
String id) |
| Modifier and Type | Method and Description |
|---|---|
jakarta.faces.flow.builder.FlowCallBuilder |
flowReference(String flowDocumentId,
String flowId)
Define the flow reference of the called flow. |
jakarta.faces.flow.builder.FlowCallBuilder |
markAsStartNode()
Mark this node as the start node in the flow. |
jakarta.faces.flow.builder.FlowCallBuilder |
outboundParameter(String name,
String value)
Define an outbound parameter for the flow call. |
jakarta.faces.flow.builder.FlowCallBuilder |
outboundParameter(String name,
jakarta.el.ValueExpression value)
Define an outbound parameter for the flow call. |
public FlowCallBuilderImpl(FlowBuilderImpl root, String id)
public jakarta.faces.flow.builder.FlowCallBuilder flowReference(String flowDocumentId, String flowId)
jakarta.faces.flow.builder.FlowCallBuilderDefine the flow reference of the called flow.
flowReference in class jakarta.faces.flow.builder.FlowCallBuilderflowDocumentId - the document id of the called flow. May not be null, but may be the empty string.flowId - the id of the called flow. May not be nullpublic jakarta.faces.flow.builder.FlowCallBuilder outboundParameter(String name, jakarta.el.ValueExpression value)
jakarta.faces.flow.builder.FlowCallBuilderDefine an outbound parameter for the flow call.
outboundParameter in class jakarta.faces.flow.builder.FlowCallBuildername - the name of the parametervalue - the value of the parameterpublic jakarta.faces.flow.builder.FlowCallBuilder outboundParameter(String name, String value)
jakarta.faces.flow.builder.FlowCallBuilderDefine an outbound parameter for the flow call.
outboundParameter in class jakarta.faces.flow.builder.FlowCallBuildername - the name of the parametervalue - the value of the parameterpublic jakarta.faces.flow.builder.FlowCallBuilder markAsStartNode()
jakarta.faces.flow.builder.NodeBuilderMark this node as the start node in the flow. Any other node that had been marked as the start node will no longer be the start node.
markAsStartNode in interface jakarta.faces.flow.builder.NodeBuildermarkAsStartNode in class jakarta.faces.flow.builder.FlowCallBuilderCopyright © 2010–2022 JBoss by Red Hat. All rights reserved.