| Package | Description |
|---|---|
| org.jasig.portlet.notice |
This package contains a simple data model for Notifications for the purpose
of communicating them between components such as a remote data source, the
server-side portlet code (controllers), and the browser-based UI.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationAction |
JsonNotificationActionDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
List<NotificationAction> |
NotificationEntry.getAvailableActions()
Open-ended collection of behaviors the user (recipient) can invoke upon
the notification.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationEntry.setAvailableActions(List<NotificationAction> availableActions) |
Copyright © 2016 Jasig. All Rights Reserved.