Uses of Enum Class
org.forgerock.am.trees.api.Outcome
Packages that use Outcome
Package
Description
Provides classes for accessing trees components.
Contains classes that represent the model of the authentication trees.
-
Uses of Outcome in org.forgerock.am.trees.api
Methods in org.forgerock.am.trees.api that return OutcomeModifier and TypeMethodDescriptionstatic OutcomeOutcome.getFromNodeID(UUID nodeId) Return the Outcome from the uuid.static OutcomeReturns the enum constant of this class with the specified name.static Outcome[]Outcome.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Outcome in org.forgerock.am.trees.model
Fields in org.forgerock.am.trees.model declared as OutcomeModifier and TypeFieldDescriptionfinal OutcomeTreeResult.outcomeThe outcome of the tree processing.Constructors in org.forgerock.am.trees.model with parameters of type OutcomeModifierConstructorDescriptionTreeResult(TreeState treeState, Outcome outcome) Constructs a new TreeResult.TreeResult(TreeState treeState, Outcome outcome, Map<String, Object> returnProperties, List<Callback> callbacks) Constructs a new TreeResult.TreeResult(TreeState treeState, Outcome outcome, Map<String, Object> returnProperties, List<Callback> callbacks, SuspensionHandler suspensionHandler, Duration suspensionDuration, NodeProcessException cause) Constructs a new TreeResult.