public class FlowCallBuilderImpl
extends javax.faces.flow.builder.FlowCallBuilder
| Constructor and Description |
|---|
FlowCallBuilderImpl(FlowBuilderImpl root,
String id) |
| Modifier and Type | Method and Description |
|---|---|
javax.faces.flow.builder.FlowCallBuilder |
flowReference(String flowDocumentId,
String flowId)
Define the flow reference of the called flow. |
javax.faces.flow.builder.FlowCallBuilder |
markAsStartNode()
Mark this node as the start node in the flow. |
javax.faces.flow.builder.FlowCallBuilder |
outboundParameter(String name,
String value)
Define an outbound parameter for the flow call. |
javax.faces.flow.builder.FlowCallBuilder |
outboundParameter(String name,
javax.el.ValueExpression value)
Define an outbound parameter for the flow call. |
public FlowCallBuilderImpl(FlowBuilderImpl root, String id)
public javax.faces.flow.builder.FlowCallBuilder flowReference(String flowDocumentId, String flowId)
javax.faces.flow.builder.FlowCallBuilderDefine the flow reference of the called flow.
flowReference in class javax.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 javax.faces.flow.builder.FlowCallBuilder outboundParameter(String name, javax.el.ValueExpression value)
javax.faces.flow.builder.FlowCallBuilderDefine an outbound parameter for the flow call.
outboundParameter in class javax.faces.flow.builder.FlowCallBuildername - the name of the parametervalue - the value of the parameterpublic javax.faces.flow.builder.FlowCallBuilder outboundParameter(String name, String value)
javax.faces.flow.builder.FlowCallBuilderDefine an outbound parameter for the flow call.
outboundParameter in class javax.faces.flow.builder.FlowCallBuildername - the name of the parametervalue - the value of the parameterpublic javax.faces.flow.builder.FlowCallBuilder markAsStartNode()
javax.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 javax.faces.flow.builder.NodeBuildermarkAsStartNode in class javax.faces.flow.builder.FlowCallBuilderCopyright © 2010–2024 JBoss by Red Hat. All rights reserved.