Class WebNotificationRestService

java.lang.Object
org.exoplatform.commons.api.notification.rest.WebNotificationRestService
All Implemented Interfaces:
org.exoplatform.services.rest.resource.ResourceContainer

public class WebNotificationRestService extends Object implements org.exoplatform.services.rest.resource.ResourceContainer
Provides REST Services in order to perform all read/write operations related to web notifications.
  • Constructor Details

  • Method Details

    • getNotifications

      @RolesAllowed("users") public javax.ws.rs.core.Response getNotifications() throws Exception
      Throws:
      Exception
    • updateNotifications

      @RolesAllowed("users") public javax.ws.rs.core.Response updateNotifications(String operation, String notificationId)