Uses of Class
org.opennms.netmgt.model.OnmsNotificationCollection
-
Packages that use OnmsNotificationCollection Package Description org.opennms.web.rest.v1 -
-
Uses of OnmsNotificationCollection in org.opennms.web.rest.v1
Methods in org.opennms.web.rest.v1 that return OnmsNotificationCollection Modifier and Type Method Description OnmsNotificationCollection
NotificationRestService. getNotifications(javax.ws.rs.core.UriInfo uriInfo)
getNotificationsOnmsNotificationCollection
NotificationSummary. getUserUnacknowledgedNotifications()
Methods in org.opennms.web.rest.v1 with parameters of type OnmsNotificationCollection Modifier and Type Method Description void
NotificationSummary. setUserUnacknowledgedNotifications(OnmsNotificationCollection userAcknowledgedNotifications)
-