Uses of Class
com.atlassian.confluence.mail.notification.Notification
-
-
Uses of Notification in com.atlassian.confluence.event.events.content.mail.notification
Fields in com.atlassian.confluence.event.events.content.mail.notification declared as Notification Modifier and Type Field Description protected Notification
NotificationEvent. notification
Methods in com.atlassian.confluence.event.events.content.mail.notification that return Notification Modifier and Type Method Description Notification
NotificationEvent. getNotification()
Constructors in com.atlassian.confluence.event.events.content.mail.notification with parameters of type Notification Constructor Description ContentNotificationAddedEvent(Object src, Notification notification)
ContentNotificationEvent(Object src, Notification notification)
ContentNotificationRemovedEvent(Object src, Notification notification)
NotificationEvent(Object src, Notification notification)
SiteNotificationAddedEvent(Object src, Notification notification)
SiteNotificationEvent(Object src, Notification notification)
SiteNotificationRemovedEvent(Object src, Notification notification)
SpaceNotificationAddedEvent(Object src, Notification notification)
SpaceNotificationEvent(Object src, Notification notification)
SpaceNotificationRemovedEvent(Object src, Notification notification)
-
Uses of Notification in com.atlassian.confluence.impl.mail.notification.persistence
Methods in com.atlassian.confluence.impl.mail.notification.persistence with parameters of type Notification Modifier and Type Method Description void
CachingNotificationDao. removeEntity(Notification objectToRemove)
void
CachingNotificationDao. saveEntity(Notification objectToSave)
void
CachingNotificationDao. saveRawEntity(Notification objectToSave)
-
Uses of Notification in com.atlassian.confluence.importexport.impl
Method parameters in com.atlassian.confluence.importexport.impl with type arguments of type Notification Modifier and Type Method Description com.google.common.base.Function<Long,TransientHibernateHandle>
HibernateObjectHandleTranslator. idToHandleFunction(Class<Notification> notificationClass)
Deprecated.Since 5.3. -
Uses of Notification in com.atlassian.confluence.internal.notification.persistence
Methods in com.atlassian.confluence.internal.notification.persistence that return Notification Modifier and Type Method Description Notification
DelegatingNotificationDaoInternal. findDailyReportNotification(String username)
Notification
DelegatingNotificationDaoInternal. findGlobalBlogWatchForUser(com.atlassian.user.User user)
Notification
DelegatingNotificationDaoInternal. findNetworkNotificationByUser(com.atlassian.user.User user)
Notification
DelegatingNotificationDaoInternal. findNotificationById(long id)
Notification
DelegatingNotificationDaoInternal. findNotificationByUserAndContent(com.atlassian.user.User user, ContentEntityObject content)
Notification
DelegatingNotificationDaoInternal. findNotificationByUserAndLabel(com.atlassian.user.User user, Label label)
Notification
DelegatingNotificationDaoInternal. findNotificationByUserAndSpace(com.atlassian.user.User user, Space space)
Notification
DelegatingNotificationDaoInternal. findNotificationByUserAndSpace(com.atlassian.user.User user, String spaceKey)
Notification
DelegatingNotificationDaoInternal. findNotificationByUserAndSpaceAndType(com.atlassian.user.User user, Space space, ContentTypeEnum type)
Methods in com.atlassian.confluence.internal.notification.persistence that return types with arguments of type Notification Modifier and Type Method Description List<Notification>
DelegatingNotificationDaoInternal. findAllDailyReportNotifications()
List<Notification>
DelegatingNotificationDaoInternal. findAllNotificationsBySpace(Space space)
List<Notification>
DelegatingNotificationDaoInternal. findAllNotificationsByUser(com.atlassian.user.User user)
List<Notification>
DelegatingNotificationDaoInternal. findNotificationsByContent(ContentEntityObject content)
List<Notification>
DelegatingNotificationDaoInternal. findNotificationsByContents(List<ContentEntityObject> contents)
List<Notification>
DelegatingNotificationDaoInternal. findNotificationsByFollowing(com.atlassian.user.User user)
List<Notification>
DelegatingNotificationDaoInternal. findNotificationsByLabel(Label label)
List<Notification>
DelegatingNotificationDaoInternal. findNotificationsBySpaceAndType(Space space, ContentTypeEnum type)
List<Notification>
DelegatingNotificationDaoInternal. findNotificationsBySpacesAndType(List<Space> spaces, ContentTypeEnum type)
List<Notification>
DelegatingNotificationDaoInternal. findNotificationsByUser(com.atlassian.user.User user)
List<Notification>
DelegatingNotificationDaoInternal. findSiteBlogNotifications()
-
Uses of Notification in com.atlassian.confluence.mail.notification
Methods in com.atlassian.confluence.mail.notification that return Notification Modifier and Type Method Description @Nullable Notification
DefaultNotificationManager. addContentNotification(com.atlassian.user.User user, ContentEntityObject content)
@Nullable Notification
NotificationManager. addContentNotification(com.atlassian.user.User user, ContentEntityObject content)
Notification
DefaultNotificationManager. addDailyReportNotfication(com.atlassian.user.User user)
Notification
NotificationManager. addDailyReportNotfication(com.atlassian.user.User user)
Deprecated.Notification
DefaultNotificationManager. addDailyReportNotification(ConfluenceUser user)
Notification
NotificationManager. addDailyReportNotification(ConfluenceUser user)
@Nullable Notification
DefaultNotificationManager. addSpaceNotification(com.atlassian.user.User user, Space space)
@Nullable Notification
DefaultNotificationManager. addSpaceNotification(com.atlassian.user.User user, Space space, ContentTypeEnum type)
@Nullable Notification
NotificationManager. addSpaceNotification(com.atlassian.user.User user, Space space)
@Nullable Notification
NotificationManager. addSpaceNotification(com.atlassian.user.User user, Space space, ContentTypeEnum type)
Add a space notification for a particular content type.Notification
DefaultNotificationManager. getDailyReportNotificationForUser(com.atlassian.user.User user)
Notification
NotificationManager. getDailyReportNotificationForUser(com.atlassian.user.User user)
Notification
DefaultNotificationManager. getNetworkNotificationForUser(com.atlassian.user.User user)
Notification
NotificationManager. getNetworkNotificationForUser(com.atlassian.user.User user)
Notification
DefaultNotificationManager. getNotificationById(long id)
Notification
NotificationManager. getNotificationById(long id)
Notification
DefaultNotificationManager. getNotificationByUserAndContent(com.atlassian.user.User user, ContentEntityObject content)
Notification
NotificationManager. getNotificationByUserAndContent(com.atlassian.user.User user, ContentEntityObject content)
Notification
DefaultNotificationManager. getNotificationByUserAndSpace(com.atlassian.user.User user, Space space)
Notification
DefaultNotificationManager. getNotificationByUserAndSpace(com.atlassian.user.User user, String spaceKey)
Notification
NotificationManager. getNotificationByUserAndSpace(com.atlassian.user.User user, Space space)
Return a notification if the user is watching the entire space.Notification
NotificationManager. getNotificationByUserAndSpace(com.atlassian.user.User user, String spaceKey)
Return a notification if the user is watching the entire space with the given spaceKey.Notification
DefaultNotificationManager. getNotificationByUserAndSpaceAndType(com.atlassian.user.User user, Space space, ContentTypeEnum type)
Notification
NotificationManager. getNotificationByUserAndSpaceAndType(com.atlassian.user.User user, Space space, ContentTypeEnum type)
Notification
DefaultNotificationManager. getSiteBlogNotificationForUser(com.atlassian.user.User user)
Notification
NotificationManager. getSiteBlogNotificationForUser(com.atlassian.user.User user)
Methods in com.atlassian.confluence.mail.notification with parameters of type Notification Modifier and Type Method Description void
DefaultNotificationManager. removeNotification(Notification notification)
void
NotificationManager. removeNotification(Notification notification)
void
DefaultNotificationsSender. sendNotification(Notification notification, NotificationData notificationData, ConversionContext conversionContext)
void
NotificationsSender. sendNotification(Notification notification, NotificationData notificationData, ConversionContext conversionContext)
Sends content-based notifications.Method parameters in com.atlassian.confluence.mail.notification with type arguments of type Notification Modifier and Type Method Description void
DefaultNotificationsSender. sendNotifications(List<Notification> notifications, NotificationData notificationData, ConversionContext conversionContext)
void
NotificationsSender. sendNotifications(List<Notification> notifications, NotificationData notificationData, ConversionContext conversionContext)
Sends the notificationData to each user listed innotifications
, as long as they are permitted to see it. -
Uses of Notification in com.atlassian.confluence.mail.notification.listeners
Methods in com.atlassian.confluence.mail.notification.listeners with parameters of type Notification Modifier and Type Method Description protected void
AbstractNotificationsListener. sendNotification(Notification notification, NotificationData notificationData)
Deprecated.Sends content-based notifications.Method parameters in com.atlassian.confluence.mail.notification.listeners with type arguments of type Notification Modifier and Type Method Description protected void
AbstractNotificationsListener. sendNotifications(List<Notification> notifications, NotificationData notificationData)
Deprecated.Sends the notificationData to each user listed innotifications
, as long as they are permitted to see it. -
Uses of Notification in com.atlassian.confluence.mail.notification.persistence
Methods in com.atlassian.confluence.mail.notification.persistence that return Notification Modifier and Type Method Description Notification
NotificationDao. findDailyReportNotification(String username)
Find the specified user's daily report notification.Notification
NotificationDao. findGlobalBlogWatchForUser(com.atlassian.user.User user)
Find the global blog notification for this user if they have one.Notification
NotificationDao. findNetworkNotificationByUser(com.atlassian.user.User user)
Find the Network notification for this user if they have one.Notification
NotificationDao. findNotificationById(long id)
Find a notification by its IDNotification
NotificationDao. findNotificationByUserAndContent(com.atlassian.user.User user, ContentEntityObject content)
Find any user notification linked to the specified content.Notification
NotificationDao. findNotificationByUserAndLabel(com.atlassian.user.User user, Label label)
Find any user notification linked to the specified label.Notification
NotificationDao. findNotificationByUserAndSpace(com.atlassian.user.User user, Space space)
Find any user notification linked to the specified space regardless of type.Notification
NotificationDao. findNotificationByUserAndSpace(com.atlassian.user.User user, String spaceKey)
Find any user notification linked to the specified space regardless of type.Notification
NotificationDao. findNotificationByUserAndSpaceAndType(com.atlassian.user.User user, Space space, ContentTypeEnum type)
Find the user notification linked to the specified space with a type specified - may be null if watching the whole space.Methods in com.atlassian.confluence.mail.notification.persistence that return types with arguments of type Notification Modifier and Type Method Description List<Notification>
NotificationDao. findAllDailyReportNotifications()
Find all daily report notifications.List<Notification>
NotificationDao. findAllNotificationsBySpace(Space space)
Find all notifications linked to the specified space regardless of type specified.List<Notification>
NotificationDao. findAllNotificationsByUser(com.atlassian.user.User user)
Find all notifications owned by the specified user, including digest etc.List<Notification>
NotificationDao. findNotificationsByContent(ContentEntityObject content)
List<Notification>
NotificationDao. findNotificationsByContents(List<ContentEntityObject> contents)
List<Notification>
NotificationDao. findNotificationsByFollowing(com.atlassian.user.User user)
List<Notification>
NotificationDao. findNotificationsByLabel(Label label)
List<Notification>
NotificationDao. findNotificationsBySpaceAndType(Space space, ContentTypeEnum type)
Find all notifications linked to the specified space for a certain type.List<Notification>
NotificationDao. findNotificationsBySpacesAndType(List<Space> spaces, ContentTypeEnum type)
Find all notifications linked to the specified spaces for a certain type.List<Notification>
NotificationDao. findNotificationsByUser(com.atlassian.user.User user)
Find the space and page notifications owned by the specified user.List<Notification>
NotificationDao. findSiteBlogNotifications()
Find the global blog notification for all users. -
Uses of Notification in com.atlassian.confluence.mail.notification.persistence.dao.hibernate
Methods in com.atlassian.confluence.mail.notification.persistence.dao.hibernate that return Notification Modifier and Type Method Description Notification
HibernateNotificationDao. findDailyReportNotification(String username)
Notification
HibernateNotificationDao. findGlobalBlogWatchForUser(com.atlassian.user.User user)
Find the global blog notification for this user if they have one.Notification
HibernateNotificationDao. findNetworkNotificationByUser(com.atlassian.user.User user)
Find the Network notification for this user if they have one.Notification
HibernateNotificationDao. findNotificationById(long id)
Notification
HibernateNotificationDao. findNotificationByUserAndContent(com.atlassian.user.User user, ContentEntityObject content)
Notification
HibernateNotificationDao. findNotificationByUserAndLabel(com.atlassian.user.User user, Label label)
Notification
HibernateNotificationDao. findNotificationByUserAndSpace(com.atlassian.user.User user, Space space)
Notification
HibernateNotificationDao. findNotificationByUserAndSpace(com.atlassian.user.User user, String spaceKey)
Notification
HibernateNotificationDao. findNotificationByUserAndSpaceAndType(com.atlassian.user.User user, Space space, ContentTypeEnum type)
-
Uses of Notification in com.atlassian.confluence.plugins.rest.resources
Method parameters in com.atlassian.confluence.plugins.rest.resources with type arguments of type Notification Modifier and Type Method Description static Map<String,Object>
ContentWatchesResource. getResult(List<Notification> notifications)
-