Uses of Class
fr.cnes.sitools.notification.model.Notification

Packages that use Notification
fr.cnes.sitools.common   
fr.cnes.sitools.dataset   
fr.cnes.sitools.dataset.opensearch   
fr.cnes.sitools.notification.business   
fr.cnes.sitools.notification.model   
fr.cnes.sitools.project   
 

Uses of Notification in fr.cnes.sitools.common
 

Methods in fr.cnes.sitools.common that return Notification
 Notification SitoolsResource.getNotificationObject(org.restlet.representation.Representation representation)
          Get Notification object
 

Uses of Notification in fr.cnes.sitools.dataset
 

Methods in fr.cnes.sitools.dataset that return Notification
 Notification DataSetNotificationResource.getObjectNotification(org.restlet.representation.Representation representation)
          Get Notification object
 

Uses of Notification in fr.cnes.sitools.dataset.opensearch
 

Methods in fr.cnes.sitools.dataset.opensearch that return Notification
 Notification OpensearchNotificationResource.getObject(org.restlet.representation.Representation representation)
          Gets Notification object
 

Uses of Notification in fr.cnes.sitools.notification.business
 

Methods in fr.cnes.sitools.notification.business that return Notification
static Notification NotificationManager.getObject(org.restlet.representation.Representation representation)
          Gets Notification object
 

Methods in fr.cnes.sitools.notification.business with parameters of type Notification
static org.restlet.representation.Representation NotificationManager.getRepresentation(Notification notification, org.restlet.data.MediaType media, org.restlet.Context context)
          Representation of a notification
 void NotificationManager.notifyObservers(org.restlet.Context context, java.lang.String observableUUID, Notification notification)
          Used by NotificationResource
 void NotificationManager.triggerEvent(org.restlet.Context context, java.lang.String observable, Notification notification)
          Calls trigger resource registered for this event
 

Constructors in fr.cnes.sitools.notification.business with parameters of type Notification
NotificationTask(org.restlet.Context context, NotificationManager engine, Notification notification)
          Constructor
 

Uses of Notification in fr.cnes.sitools.notification.model
 

Methods in fr.cnes.sitools.notification.model with parameters of type Notification
 void RestletObservable.notifyObservers(org.restlet.Context context, Notification notification)
          Observer notification
 

Uses of Notification in fr.cnes.sitools.project
 

Methods in fr.cnes.sitools.project that return Notification
 Notification ProjectNotificationResource.getObject(org.restlet.representation.Representation representation)
          Get Notification object
 



Copyright © 2010-2013 CNES. All Rights Reserved.