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 Summary
Constructors Constructor Description WebNotificationRestService(WebNotificationService webNftService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.ResponsegetNotifications()javax.ws.rs.core.ResponseupdateNotifications(String operation, String notificationId)
-
-
-
Constructor Detail
-
WebNotificationRestService
public WebNotificationRestService(WebNotificationService webNftService)
-
-