| Package | Description |
|---|---|
| com.sun.faces.flow.builder | |
| javax.faces.flow.builder |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowCallBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
FlowCallBuilder |
FlowBuilderImpl.flowCallNode(String flowCallNodeId) |
FlowCallBuilder |
FlowCallBuilderImpl.flowReference(String flowDocumentId,
String flowId) |
FlowCallBuilder |
FlowCallBuilderImpl.markAsStartNode() |
FlowCallBuilder |
FlowCallBuilderImpl.outboundParameter(String name,
String value) |
FlowCallBuilder |
FlowCallBuilderImpl.outboundParameter(String name,
javax.el.ValueExpression value) |
| Modifier and Type | Method and Description |
|---|---|
abstract 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,
String value)
Define an outbound parameter for the flow call. |
abstract FlowCallBuilder |
FlowCallBuilder.outboundParameter(String name,
javax.el.ValueExpression value)
Define an outbound parameter for the flow call. |
Copyright © 1997–2019 Eclipse Foundation. All rights reserved.