public final class Action extends Object
Modifier and Type | Method and Description |
---|---|
static Action.ActionBuilder |
goTo(String outcome)
Move on to the next node in the tree that is connected to the given outcome.
|
static Action.ActionBuilder |
send(Callback... callbacks)
Send the given callbacks to the user for them to interact with.
|
static Action.ActionBuilder |
send(List<? extends Callback> callbacks)
Send the given callbacks to the user for them to interact with.
|
boolean |
sendingCallbacks()
Returns true if the action is a request for input.
|
public static Action.ActionBuilder goTo(String outcome)
outcome
- the outcome.public static Action.ActionBuilder send(List<? extends Callback> callbacks)
callbacks
- a non-empty list of callbacks.public static Action.ActionBuilder send(Callback... callbacks)
callbacks
- a non-empty list of callbacks.public boolean sendingCallbacks()
Copyright © 2010-2018, ForgeRock All Rights Reserved.