public final class ActionSupport
extends java.lang.Object
ProfileAction operations.| Modifier | Constructor and Description |
|---|---|
private |
ActionSupport()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
buildEvent(ProfileRequestContext profileRequestContext,
java.lang.String eventId)
Builds an event with a given ID but no related attributes.
|
static void |
buildProceedEvent(ProfileRequestContext profileRequestContext)
Signals a successful outcome by an action.
|
public static void buildProceedEvent(@Nonnull
ProfileRequestContext profileRequestContext)
profileRequestContext - the context to carry the eventpublic static void buildEvent(@Nonnull
ProfileRequestContext profileRequestContext,
@Nonnull @NotEmpty
java.lang.String eventId)
profileRequestContext - the context to carry the eventeventId - the ID of the event