Class 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 Detail

    • Method Detail

      • 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)