Uses of Class
com.atlassian.confluence.mail.notification.Notification
Packages that use Notification
Package
Description
-
Uses of Notification in com.atlassian.confluence.event.events.content.mail.notification
Fields in com.atlassian.confluence.event.events.content.mail.notification declared as NotificationMethods in com.atlassian.confluence.event.events.content.mail.notification that return NotificationConstructors in com.atlassian.confluence.event.events.content.mail.notification with parameters of type NotificationModifierConstructorDescriptionContentNotificationAddedEvent
(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 NotificationModifier and TypeMethodDescriptionvoid
CachingNotificationDao.remove
(Notification object) void
CachingNotificationDao.save
(Notification objectToSave) -
Uses of Notification in com.atlassian.confluence.internal.notification.persistence
Methods in com.atlassian.confluence.internal.notification.persistence that return NotificationModifier and TypeMethodDescriptionDelegatingNotificationDaoInternal.findDailyReportNotification
(ConfluenceUser user) DelegatingNotificationDaoInternal.findGlobalBlogWatchForUser
(com.atlassian.user.User user) DelegatingNotificationDaoInternal.findNetworkNotificationByUser
(com.atlassian.user.User user) DelegatingNotificationDaoInternal.findNotificationById
(long id) DelegatingNotificationDaoInternal.findNotificationByUserAndContent
(com.atlassian.user.User user, ContentEntityObject content) DelegatingNotificationDaoInternal.findNotificationByUserAndLabel
(com.atlassian.user.User user, Label label) DelegatingNotificationDaoInternal.findNotificationByUserAndSpace
(com.atlassian.user.User user, Space space) DelegatingNotificationDaoInternal.findNotificationByUserAndSpace
(com.atlassian.user.User user, String spaceKey) 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 NotificationModifier and TypeMethodDescriptionDelegatingNotificationDaoInternal.findAll()
NotificationDaoInternal.findAll()
DelegatingNotificationDaoInternal.findAllDailyReportNotifications()
DelegatingNotificationDaoInternal.findAllNotificationsBySpace
(Space space) DelegatingNotificationDaoInternal.findAllNotificationsByUser
(com.atlassian.user.User user) DelegatingNotificationDaoInternal.findNotificationsByContent
(ContentEntityObject content) DelegatingNotificationDaoInternal.findNotificationsByContentId
(long contentId) DelegatingNotificationDaoInternal.findNotificationsByContents
(List<ContentEntityObject> contents) DelegatingNotificationDaoInternal.findNotificationsByFollowing
(com.atlassian.user.User user) DelegatingNotificationDaoInternal.findNotificationsByLabel
(Label label) DelegatingNotificationDaoInternal.findNotificationsBySpaceAndType
(Space space, ContentTypeEnum type) DelegatingNotificationDaoInternal.findNotificationsBySpacesAndType
(List<Space> spaces, ContentTypeEnum type) DelegatingNotificationDaoInternal.findNotificationsByUser
(com.atlassian.user.User user) DelegatingNotificationDaoInternal.findSiteBlogNotifications()
Methods in com.atlassian.confluence.internal.notification.persistence with parameters of type NotificationModifier and TypeMethodDescriptionvoid
DelegatingNotificationDaoInternal.remove
(Notification notification) void
NotificationDaoInternal.remove
(Notification notification) void
DelegatingNotificationDaoInternal.save
(Notification notification) void
NotificationDaoInternal.save
(Notification notification) -
Uses of Notification in com.atlassian.confluence.mail.notification
Methods in com.atlassian.confluence.mail.notification that return NotificationModifier and TypeMethodDescription@Nullable Notification
DefaultNotificationManager.addContentNotification
(com.atlassian.user.User user, ContentEntityObject content) @Nullable Notification
NotificationManager.addContentNotification
(com.atlassian.user.User user, ContentEntityObject content) DefaultNotificationManager.addDailyReportNotfication
(com.atlassian.user.User user) NotificationManager.addDailyReportNotfication
(com.atlassian.user.User user) Deprecated.DefaultNotificationManager.addDailyReportNotification
(ConfluenceUser user) 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.DefaultNotificationManager.getDailyReportNotificationForUser
(com.atlassian.user.User user) NotificationManager.getDailyReportNotificationForUser
(com.atlassian.user.User user) DefaultNotificationManager.getNetworkNotificationForUser
(com.atlassian.user.User user) NotificationManager.getNetworkNotificationForUser
(com.atlassian.user.User user) DefaultNotificationManager.getNotificationById
(long id) NotificationManager.getNotificationById
(long id) DefaultNotificationManager.getNotificationByUserAndContent
(com.atlassian.user.User user, ContentEntityObject content) NotificationManager.getNotificationByUserAndContent
(com.atlassian.user.User user, ContentEntityObject content) DefaultNotificationManager.getNotificationByUserAndSpace
(com.atlassian.user.User user, Space space) DefaultNotificationManager.getNotificationByUserAndSpace
(com.atlassian.user.User user, String spaceKey) NotificationManager.getNotificationByUserAndSpace
(com.atlassian.user.User user, Space space) Return a notification if the user is watching the entire space.NotificationManager.getNotificationByUserAndSpace
(com.atlassian.user.User user, String spaceKey) Return a notification if the user is watching the entire space with the given spaceKey.DefaultNotificationManager.getNotificationByUserAndSpaceAndType
(com.atlassian.user.User user, Space space, ContentTypeEnum type) NotificationManager.getNotificationByUserAndSpaceAndType
(com.atlassian.user.User user, Space space, ContentTypeEnum type) DefaultNotificationManager.getSiteBlogNotificationForUser
(com.atlassian.user.User user) NotificationManager.getSiteBlogNotificationForUser
(com.atlassian.user.User user) Methods in com.atlassian.confluence.mail.notification that return types with arguments of type NotificationModifier and TypeMethodDescriptionDefaultNotificationManager.findNotificationsByFollowing
(com.atlassian.user.User modifier) NotificationManager.findNotificationsByFollowing
(com.atlassian.user.User modifier) DefaultNotificationManager.getDailyReportNotifications()
NotificationManager.getDailyReportNotifications()
DefaultNotificationManager.getNotificationsByContent
(ContentEntityObject content) NotificationManager.getNotificationsByContent
(ContentEntityObject content) DefaultNotificationManager.getNotificationsByContents
(List<ContentEntityObject> contents) NotificationManager.getNotificationsByContents
(List<ContentEntityObject> contents) DefaultNotificationManager.getNotificationsByLabel
(Label label) NotificationManager.getNotificationsByLabel
(Label label) DefaultNotificationManager.getNotificationsBySpaceAndType
(Space space, ContentTypeEnum type) NotificationManager.getNotificationsBySpaceAndType
(Space space, ContentTypeEnum type) DefaultNotificationManager.getNotificationsBySpacesAndType
(List<Space> spaces, ContentTypeEnum type) NotificationManager.getNotificationsBySpacesAndType
(List<Space> spaces, ContentTypeEnum type) DefaultNotificationManager.getNotificationsByUser
(com.atlassian.user.User user) NotificationManager.getNotificationsByUser
(com.atlassian.user.User user) DefaultNotificationManager.getSiteBlogNotifications()
NotificationManager.getSiteBlogNotifications()
Methods in com.atlassian.confluence.mail.notification with parameters of type NotificationModifier and TypeMethodDescriptionvoid
DefaultNotificationManager.removeNotification
(Notification notification) void
NotificationManager.removeNotification
(Notification notification) final 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 NotificationModifier and TypeMethodDescriptionvoid
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 NotificationModifier and TypeMethodDescriptionprotected final 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 NotificationModifier and TypeMethodDescriptionprotected 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 NotificationModifier and TypeMethodDescriptionNotificationDao.findDailyReportNotification
(ConfluenceUser user) Find the specified user's daily report notification.NotificationDao.findGlobalBlogWatchForUser
(com.atlassian.user.User user) Find the global blog notification for this user if they have one.NotificationDao.findNetworkNotificationByUser
(com.atlassian.user.User user) Find the Network notification for this user if they have one.NotificationDao.findNotificationById
(long id) Find a notification by its IDNotificationDao.findNotificationByUserAndContent
(com.atlassian.user.User user, ContentEntityObject content) Find any user notification linked to the specified content.NotificationDao.findNotificationByUserAndLabel
(com.atlassian.user.User user, Label label) Find any user notification linked to the specified label.NotificationDao.findNotificationByUserAndSpace
(com.atlassian.user.User user, Space space) Find any user notification linked to the specified space regardless of type.NotificationDao.findNotificationByUserAndSpace
(com.atlassian.user.User user, String spaceKey) Find any user notification linked to the specified space regardless of type.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 NotificationModifier and TypeMethodDescriptionNotificationDao.findAllDailyReportNotifications()
Find all daily report notifications.NotificationDao.findAllNotificationsBySpace
(Space space) Find all notifications linked to the specified space regardless of type specified.NotificationDao.findAllNotificationsByUser
(com.atlassian.user.User user) Find all notifications owned by the specified user, including digest etc.NotificationDao.findNotificationsByContent
(ContentEntityObject content) NotificationDao.findNotificationsByContentId
(long contentId) Find all user notification linked to the specified content.NotificationDao.findNotificationsByContents
(List<ContentEntityObject> contents) NotificationDao.findNotificationsByFollowing
(com.atlassian.user.User user) NotificationDao.findNotificationsByLabel
(Label label) NotificationDao.findNotificationsBySpaceAndType
(Space space, ContentTypeEnum type) Find all notifications linked to the specified space for a certain type.NotificationDao.findNotificationsBySpacesAndType
(List<Space> spaces, ContentTypeEnum type) Find all notifications linked to the specified spaces for a certain type.NotificationDao.findNotificationsByUser
(com.atlassian.user.User user) Find the space and page notifications owned by the specified user.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 NotificationModifier and TypeMethodDescriptionHibernateNotificationDao.findDailyReportNotification
(ConfluenceUser user) HibernateNotificationDao.findGlobalBlogWatchForUser
(com.atlassian.user.User user) Find the global blog notification for this user if they have one.HibernateNotificationDao.findNetworkNotificationByUser
(com.atlassian.user.User user) Find the Network notification for this user if they have one.HibernateNotificationDao.findNotificationById
(long id) HibernateNotificationDao.findNotificationByUserAndContent
(com.atlassian.user.User user, ContentEntityObject content) HibernateNotificationDao.findNotificationByUserAndLabel
(com.atlassian.user.User user, Label label) HibernateNotificationDao.findNotificationByUserAndSpace
(com.atlassian.user.User user, Space space) HibernateNotificationDao.findNotificationByUserAndSpace
(com.atlassian.user.User user, String spaceKey) HibernateNotificationDao.findNotificationByUserAndSpaceAndType
(com.atlassian.user.User user, Space space, ContentTypeEnum type) Methods in com.atlassian.confluence.mail.notification.persistence.dao.hibernate that return types with arguments of type NotificationModifier and TypeMethodDescriptionHibernateNotificationDao.findAllDailyReportNotifications()
HibernateNotificationDao.findAllNotificationsBySpace
(Space space) HibernateNotificationDao.findAllNotificationsByUser
(com.atlassian.user.User user) HibernateNotificationDao.findNotificationsByContent
(ContentEntityObject content) HibernateNotificationDao.findNotificationsByContentId
(long id) HibernateNotificationDao.findNotificationsByContents
(List<ContentEntityObject> contents) HibernateNotificationDao.findNotificationsByFollowing
(com.atlassian.user.User user) HibernateNotificationDao.findNotificationsByLabel
(Label label) HibernateNotificationDao.findNotificationsBySpaceAndType
(Space space, ContentTypeEnum type) HibernateNotificationDao.findNotificationsBySpacesAndType
(List<Space> spaces, ContentTypeEnum type) HibernateNotificationDao.findNotificationsByUser
(com.atlassian.user.User user) HibernateNotificationDao.findSiteBlogNotifications()
HibernateNotificationDao.getPersistentClass()
Methods in com.atlassian.confluence.mail.notification.persistence.dao.hibernate with parameters of type NotificationModifier and TypeMethodDescriptionvoid
HibernateNotificationDao.remove
(Notification notification) -
Uses of Notification in com.atlassian.confluence.plugins.rest.jackson2.resources
Method parameters in com.atlassian.confluence.plugins.rest.jackson2.resources with type arguments of type Notification -
Uses of Notification in com.atlassian.integrationtest.utils
Methods in com.atlassian.integrationtest.utils that return NotificationModifier and TypeMethodDescriptionItStateManager.storeAndGetNotification()
ItStateManager.storeAndGetNotification
(Space space) ItStateManager.trackNotification
(Notification notification) Methods in com.atlassian.integrationtest.utils with parameters of type Notification
NotificationManager.setNetworkNotificationForUser(ConfluenceUser, boolean)