| Package | Description |
|---|---|
| org.apache.syncope.common.services |
| Modifier and Type | Method and Description |
|---|---|
NotificationTO |
NotificationService.read(Long notificationId)
Returns notification with matching id.
|
| Modifier and Type | Method and Description |
|---|---|
List<NotificationTO> |
NotificationService.list()
Returns a list of all notifications.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
NotificationService.create(NotificationTO notificationTO)
Creates a new notification.
|
void |
NotificationService.update(Long notificationId,
NotificationTO notificationTO)
Updates the notification matching the given id.
|
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.