| Modifier and Type | Method and Description |
|---|---|
static NotificationState |
NotificationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationState[] |
NotificationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<NotificationState,Date> |
NotificationEntry.getStates()
Open-ended Map of states that currently apply to this notification.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
NotificationState.isActive(Date timestamp,
Set<NotificationState> subsequentHistory)
Indicates whether this
NotificationState is still considered
"active" given when it occurred (the specified timestamp) and the
subsequent history of the NotificationEntry for this user. |
void |
NotificationEntry.setStates(Map<NotificationState,Date> states) |
Copyright © 2015 Jasig. All Rights Reserved.