Modifier and Type | Class and Description |
---|---|
class |
NavigationCaseBuilder.RedirectBuilder
Allows populating the redirect with parameters and setting the includeViewParams option. |
Constructor and Description |
---|
NavigationCaseBuilder() |
Modifier and Type | Method and Description |
---|---|
abstract NavigationCaseBuilder |
condition(String condition)
Set the if of the current navigation case. |
abstract NavigationCaseBuilder |
condition(ValueExpression condition)
Set the if of the current navigation case. |
abstract NavigationCaseBuilder |
fromAction(String fromAction)
Set the from-action of the current navigation case. |
abstract NavigationCaseBuilder |
fromOutcome(String fromOutcome)
Set the from-outcome of the current navigation case. |
abstract NavigationCaseBuilder |
fromViewId(String fromViewId)
Set the from-view-id of the current navigation case. |
abstract NavigationCaseBuilder.RedirectBuilder |
redirect()
Create a redirect within this navigation case. |
abstract NavigationCaseBuilder |
toFlowDocumentId(String toFlowDocumentId)
Set the to-flow-document-id of the current navigation case. |
abstract NavigationCaseBuilder |
toViewId(String toViewId)
Set the to-view-id of the current navigation case. |
public abstract NavigationCaseBuilder fromViewId(String fromViewId)
Set the from-view-id of the current navigation case.
fromViewId
- the from-view-idNullPointerException
- if any of the parameters are null
public abstract NavigationCaseBuilder fromAction(String fromAction)
Set the from-action of the current navigation case.
fromAction
- the from-actionNullPointerException
- if any of the parameters are null
public abstract NavigationCaseBuilder fromOutcome(String fromOutcome)
Set the from-outcome of the current navigation case.
fromOutcome
- the from-outcomeNullPointerException
- if any of the parameters are null
public abstract NavigationCaseBuilder toViewId(String toViewId)
Set the to-view-id of the current navigation case.
toViewId
- the to-view-idNullPointerException
- if any of the parameters are null
public abstract NavigationCaseBuilder toFlowDocumentId(String toFlowDocumentId)
Set the to-flow-document-id of the current navigation case.
toFlowDocumentId
- the to-flow-document-idNullPointerException
- if any of the parameters are null
public abstract NavigationCaseBuilder condition(String condition)
Set the if of the current navigation case.
condition
- the <if>NullPointerException
- if any of the parameters are null
public abstract NavigationCaseBuilder condition(ValueExpression condition)
Set the if of the current navigation case.
condition
- the <if>NullPointerException
- if any of the parameters are null
public abstract NavigationCaseBuilder.RedirectBuilder redirect()
Create a redirect within this navigation case.
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.