public class NotificationClient extends BaseClient
| Constructor and Description |
|---|
NotificationClient() |
| Modifier and Type | Method and Description |
|---|---|
List<org.gcube.portal.databook.shared.Notification> |
getNotifications(int from,
int quantity)
Get range notifications
|
void |
sendCatalogueEvent(org.gcube.social_networking.socialnetworking.model.beans.catalogue.CatalogueEvent event)
Notify a catalogue event, types availeble see
CatalogueEventType |
void |
sendJobNotification(org.gcube.social_networking.socialnetworking.model.beans.JobNotificationBean notification)
Notify job status
|
void |
sendWorkspaceEvent(org.gcube.social_networking.socialnetworking.model.beans.workspace.WorkspaceEvent event)
Notify a catalogue event, types available see
WorkspaceEventType |
getServiceEndpointpublic List<org.gcube.portal.databook.shared.Notification> getNotifications(int from, int quantity)
from - greater or equal to onequantity - public void sendJobNotification(org.gcube.social_networking.socialnetworking.model.beans.JobNotificationBean notification)
notification - public void sendWorkspaceEvent(org.gcube.social_networking.socialnetworking.model.beans.workspace.WorkspaceEvent event)
WorkspaceEventTypeevent - an instance of WorkspaceEventpublic void sendCatalogueEvent(org.gcube.social_networking.socialnetworking.model.beans.catalogue.CatalogueEvent event)
CatalogueEventTypeevent - an instance of CatalogueEventCopyright © 2022. All rights reserved.