| Modifier and Type | Method and Description |
|---|---|
WebNotificationFilter |
WebNotificationFilter.setOnPopover(boolean onPopover) |
WebNotificationFilter |
WebNotificationFilter.setOrder(boolean isOrder) |
WebNotificationFilter |
WebNotificationFilter.setParameter(String paramName,
String paramValue) |
WebNotificationFilter |
WebNotificationFilter.setPluginKey(PluginKey pluginKey) |
WebNotificationFilter |
WebNotificationFilter.setRead(boolean isRead) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
WebNotificationService.get(WebNotificationFilter filter,
int offset,
int limit)
Gets the notification list by the given filter.
|
default List<NotificationInfo> |
WebNotificationService.getNotificationInfos(WebNotificationFilter filter,
int offset,
int limit)
Gets the NotificationInfo list by the given filter.
|
| Modifier and Type | Method and Description |
|---|---|
List<NotificationInfo> |
WebNotificationStorage.get(WebNotificationFilter filter,
int offset,
int limit)
Gets the notification list by the given filter.
|
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.