Modifier and Type | Class and Description |
---|---|
static class |
AbstractDecisionNode.OutcomeProvider
Provides a static set of outcomes for decision nodes.
|
Node.Metadata
Modifier and Type | Field and Description |
---|---|
static String |
FALSE_OUTCOME_ID
false tree outcome.
|
static String |
TRUE_OUTCOME_ID
true tree outcome.
|
Constructor and Description |
---|
AbstractDecisionNode() |
Modifier and Type | Method and Description |
---|---|
protected Action.ActionBuilder |
goTo(boolean outcome)
Move on to the next node in the tree that is connected to the given outcome.
|
getAuditEntryDetail, process
public static final String TRUE_OUTCOME_ID
public static final String FALSE_OUTCOME_ID
protected Action.ActionBuilder goTo(boolean outcome)
outcome
- the outcome.Copyright © 2010-2017, ForgeRock All Rights Reserved.