java.lang.Object
com.polarion.platform.persistence.notifications.Notification

public class Notification extends Object
Author:
dobisekm
  • Field Details

  • Constructor Details

  • Method Details

    • getId

      public String getId()
      Returns the id refering to object to which this nofification relates to. For IDataObjects, it will be typically SubterraUri.toString() The Id+priority is used to choose the best announcement for particular event (which could trigger creation of multiple notifications).
      Returns:
      the id of this notification
    • getPriority

      public int getPriority()
      Returns this notification's priority. The notification with highest priority is chosen for every id.
      Returns:
      this notification's priority.
    • getAnnouncement

      public IAnnouncement getAnnouncement()