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 NotificationNotificationEvent. notificationMethods in com.atlassian.confluence.event.events.content.mail.notification that return Notification Modifier and Type Method Description NotificationNotificationEvent. 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 voidCachingNotificationDao. removeEntity(Notification objectToRemove)voidCachingNotificationDao. saveEntity(Notification objectToSave)voidCachingNotificationDao. 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 NotificationDelegatingNotificationDaoInternal. findDailyReportNotification(String username)NotificationDelegatingNotificationDaoInternal. findGlobalBlogWatchForUser(com.atlassian.user.User user)NotificationDelegatingNotificationDaoInternal. findNetworkNotificationByUser(com.atlassian.user.User user)NotificationDelegatingNotificationDaoInternal. findNotificationById(long id)NotificationDelegatingNotificationDaoInternal. findNotificationByUserAndContent(com.atlassian.user.User user, ContentEntityObject content)NotificationDelegatingNotificationDaoInternal. findNotificationByUserAndLabel(com.atlassian.user.User user, Label label)NotificationDelegatingNotificationDaoInternal. findNotificationByUserAndSpace(com.atlassian.user.User user, Space space)NotificationDelegatingNotificationDaoInternal. findNotificationByUserAndSpace(com.atlassian.user.User user, String spaceKey)NotificationDelegatingNotificationDaoInternal. 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 NotificationDefaultNotificationManager. addContentNotification(com.atlassian.user.User user, ContentEntityObject content)@Nullable NotificationNotificationManager. addContentNotification(com.atlassian.user.User user, ContentEntityObject content)NotificationDefaultNotificationManager. addDailyReportNotfication(com.atlassian.user.User user)NotificationNotificationManager. addDailyReportNotfication(com.atlassian.user.User user)Deprecated.NotificationDefaultNotificationManager. addDailyReportNotification(ConfluenceUser user)NotificationNotificationManager. addDailyReportNotification(ConfluenceUser user)@Nullable NotificationDefaultNotificationManager. addSpaceNotification(com.atlassian.user.User user, Space space)@Nullable NotificationDefaultNotificationManager. addSpaceNotification(com.atlassian.user.User user, Space space, ContentTypeEnum type)@Nullable NotificationNotificationManager. addSpaceNotification(com.atlassian.user.User user, Space space)@Nullable NotificationNotificationManager. addSpaceNotification(com.atlassian.user.User user, Space space, ContentTypeEnum type)Add a space notification for a particular content type.NotificationDefaultNotificationManager. getDailyReportNotificationForUser(com.atlassian.user.User user)NotificationNotificationManager. getDailyReportNotificationForUser(com.atlassian.user.User user)NotificationDefaultNotificationManager. getNetworkNotificationForUser(com.atlassian.user.User user)NotificationNotificationManager. getNetworkNotificationForUser(com.atlassian.user.User user)NotificationDefaultNotificationManager. getNotificationById(long id)NotificationNotificationManager. getNotificationById(long id)NotificationDefaultNotificationManager. getNotificationByUserAndContent(com.atlassian.user.User user, ContentEntityObject content)NotificationNotificationManager. getNotificationByUserAndContent(com.atlassian.user.User user, ContentEntityObject content)NotificationDefaultNotificationManager. getNotificationByUserAndSpace(com.atlassian.user.User user, Space space)NotificationDefaultNotificationManager. getNotificationByUserAndSpace(com.atlassian.user.User user, String spaceKey)NotificationNotificationManager. getNotificationByUserAndSpace(com.atlassian.user.User user, Space space)Return a notification if the user is watching the entire space.NotificationNotificationManager. getNotificationByUserAndSpace(com.atlassian.user.User user, String spaceKey)Return a notification if the user is watching the entire space with the given spaceKey.NotificationDefaultNotificationManager. getNotificationByUserAndSpaceAndType(com.atlassian.user.User user, Space space, ContentTypeEnum type)NotificationNotificationManager. getNotificationByUserAndSpaceAndType(com.atlassian.user.User user, Space space, ContentTypeEnum type)NotificationDefaultNotificationManager. getSiteBlogNotificationForUser(com.atlassian.user.User user)NotificationNotificationManager. getSiteBlogNotificationForUser(com.atlassian.user.User user)Methods in com.atlassian.confluence.mail.notification with parameters of type Notification Modifier and Type Method Description voidDefaultNotificationManager. removeNotification(Notification notification)voidNotificationManager. removeNotification(Notification notification)voidDefaultNotificationsSender. sendNotification(Notification notification, NotificationData notificationData, ConversionContext conversionContext)voidNotificationsSender. 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 voidDefaultNotificationsSender. sendNotifications(List<Notification> notifications, NotificationData notificationData, ConversionContext conversionContext)voidNotificationsSender. 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 voidAbstractNotificationsListener. 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 voidAbstractNotificationsListener. 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 NotificationNotificationDao. findDailyReportNotification(String username)Find the specified user's daily report notification.NotificationNotificationDao. findGlobalBlogWatchForUser(com.atlassian.user.User user)Find the global blog notification for this user if they have one.NotificationNotificationDao. findNetworkNotificationByUser(com.atlassian.user.User user)Find the Network notification for this user if they have one.NotificationNotificationDao. findNotificationById(long id)Find a notification by its IDNotificationNotificationDao. findNotificationByUserAndContent(com.atlassian.user.User user, ContentEntityObject content)Find any user notification linked to the specified content.NotificationNotificationDao. findNotificationByUserAndLabel(com.atlassian.user.User user, Label label)Find any user notification linked to the specified label.NotificationNotificationDao. findNotificationByUserAndSpace(com.atlassian.user.User user, Space space)Find any user notification linked to the specified space regardless of type.NotificationNotificationDao. findNotificationByUserAndSpace(com.atlassian.user.User user, String spaceKey)Find any user notification linked to the specified space regardless of type.NotificationNotificationDao. 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 NotificationHibernateNotificationDao. findDailyReportNotification(String username)NotificationHibernateNotificationDao. findGlobalBlogWatchForUser(com.atlassian.user.User user)Find the global blog notification for this user if they have one.NotificationHibernateNotificationDao. findNetworkNotificationByUser(com.atlassian.user.User user)Find the Network notification for this user if they have one.NotificationHibernateNotificationDao. findNotificationById(long id)NotificationHibernateNotificationDao. findNotificationByUserAndContent(com.atlassian.user.User user, ContentEntityObject content)NotificationHibernateNotificationDao. findNotificationByUserAndLabel(com.atlassian.user.User user, Label label)NotificationHibernateNotificationDao. findNotificationByUserAndSpace(com.atlassian.user.User user, Space space)NotificationHibernateNotificationDao. findNotificationByUserAndSpace(com.atlassian.user.User user, String spaceKey)NotificationHibernateNotificationDao. 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)
-