Uses of Class
com.atlassian.mywork.model.Notification

Packages that use Notification
com.atlassian.mywork.event.notification   
com.atlassian.mywork.model   
com.atlassian.mywork.rest   
com.atlassian.mywork.service   
 

Uses of Notification in com.atlassian.mywork.event.notification
 

Methods in com.atlassian.mywork.event.notification that return Notification
 Notification AbstractNotificationEvent.getNotification()
           
 Notification NotificationUpdatedEvent.getOldNotification()
           
 

Constructors in com.atlassian.mywork.event.notification with parameters of type Notification
AbstractNotificationEvent(Notification notification)
           
NotificationCreatedEvent(Notification notification)
           
NotificationStatusChangedEvent(Notification notification, Task task, Status oldStatus)
           
NotificationUpdatedEvent(Notification oldNotification, Notification notification)
           
 

Uses of Notification in com.atlassian.mywork.model
 

Methods in com.atlassian.mywork.model that return Notification
 Notification NotificationBuilder.createNotification()
           
 

Constructors in com.atlassian.mywork.model with parameters of type Notification
NotificationBuilder(Notification notification)
          Creates a builder initialised with values from the given notification.
 

Uses of Notification in com.atlassian.mywork.rest
 

Fields in com.atlassian.mywork.rest declared as Notification
static Notification Samples.NOTIFICATION
           
 

Fields in com.atlassian.mywork.rest with type parameters of type Notification
static java.util.List<Notification> Samples.NOTIFICATIONS
           
 

Constructors in com.atlassian.mywork.rest with parameters of type Notification
JsonGroupNotification(java.lang.String aggregateKey, Notification notification)
           
JsonNotificationGroup(Notification notification, java.util.List<JsonGroupNotification> notifications, java.lang.String aggregateKey)
           
JsonNotificationItem(Notification notification, java.lang.String aggregateKey)
           
 

Uses of Notification in com.atlassian.mywork.service
 

Methods in com.atlassian.mywork.service that return Notification
 Notification LocalNotificationService.find(java.lang.String username, long notificationId)
          Retrieves a notification with the given id and user.
 

Methods in com.atlassian.mywork.service that return types with arguments of type Notification
 java.util.concurrent.Future<Notification> NotificationService.createOrUpdate(java.lang.String username, Notification notification)
          Create a new notification for the given user
 java.lang.Iterable<Notification> LocalNotificationService.find(java.lang.String username, java.lang.String globalId)
          Retrieves notifications with the given user and global id.
 java.lang.Iterable<Notification> LocalNotificationService.findAll(java.lang.String username)
          Returns all notifications for the given user.
 java.lang.Iterable<Notification> LocalNotificationService.findAllAfter(java.lang.String username, long after, long before, int limit)
          Returns all notifications for the given user after a given notification.
 java.lang.Iterable<Notification> LocalNotificationService.findAllUnread(java.lang.String username)
          Returns all unread notifications for the given user.
 java.lang.Iterable<Notification> LocalNotificationService.findAllUnread(java.lang.String username, java.lang.String applicationLinkId, java.lang.String application)
          Return all unread notifications for the given user, applicationLinkId and application
 

Methods in com.atlassian.mywork.service with parameters of type Notification
 java.util.concurrent.Future<Notification> NotificationService.createOrUpdate(java.lang.String username, Notification notification)
          Create a new notification for the given user
 



Copyright © 2013 Atlassian. All Rights Reserved.