Create a flow call node in the current jakarta.faces.flow.Flow
.
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public abstract FlowCallBuilder | Returns: the builder instancethe document id of the called flow. May not be flowDocumentId, String null , but may be the empty string.the id of the called flow. May not be flowId)null Define the flow reference of the called flow. |
public abstract FlowCallBuilder | markAsStartNode()
Redeclares jakarta. Mark this node as the start node in the flow. |
public abstract FlowCallBuilder | Returns: the builder instancethe name of the parameter name, ValueExpression the value of the parameter value)Define an outbound parameter for the flow call. |
public abstract FlowCallBuilder | Returns: the builder instancethe name of the parameter name, String the value of the parameter value)Define an outbound parameter for the flow call. |
FlowCallBuilder | back to summary |
---|---|
public FlowCallBuilder() |
flowReference | back to summary |
---|---|
public abstract FlowCallBuilder flowReference(String flowDocumentId, String flowId) Define the flow reference of the called flow.
|
markAsStartNode | back to summary |
---|---|
public abstract FlowCallBuilder markAsStartNode() Redeclares jakarta. Doc from jakarta. Mark 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.
|
outboundParameter | back to summary |
---|---|
public abstract FlowCallBuilder outboundParameter(String name, ValueExpression value) Define an outbound parameter for the flow call.
|
outboundParameter | back to summary |
---|---|
public abstract FlowCallBuilder outboundParameter(String name, String value) Define an outbound parameter for the flow call.
|