@Path(value="/system/notifications") public class NotificationsResource extends RestResource
objectMapper, serverStatus, userService| Constructor and Description |
|---|
NotificationsResource(NotificationService notificationService) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
deleteNotification(String notificationType) |
String |
listNotifications() |
buildHistogramMap, buildMeterMap, buildTimerMap, bytesToValueMap, checkPermission, checkPermission, getCurrentUser, getSubject, guessContentType, isPermitted, isPermitted, json, loadObjectId, page, restrictToMaster, setPrettyPrint@Inject public NotificationsResource(NotificationService notificationService)
@GET @Produces(value="application/json") public String listNotifications()
@DELETE
@Path(value="/{notificationType}")
@Produces(value="application/json")
public javax.ws.rs.core.Response deleteNotification(@PathParam(value="notificationType")
String notificationType)
Copyright © 2012–2014 TORCH GmbH. All rights reserved.