Class ChangeDigestNotificationBean


  • public class ChangeDigestNotificationBean
    extends Object
    • Method Detail

      • getWatchedChangeReportForUser

        public ChangeDigestReport getWatchedChangeReportForUser​(com.atlassian.user.User user,
                                                                List<? extends AbstractPage> pages)
        Gets a report of all pages and spaces changed that the user is watching
      • getAllChangeReportForUser

        public ChangeDigestReport getAllChangeReportForUser​(com.atlassian.user.User user,
                                                            List<? extends ContentEntityObject> changes)
        Generates a change digest report for the list of changes passed in. The report will only contain changes the passed in user is able to see.
        Parameters:
        user - The user
        changes - A list of ContentEntityObjects representing the content that has changed
        Returns:
        the change digest report