Interface SaveContext

    • Method Detail

      • doUpdateLastModifier

        boolean doUpdateLastModifier()
        UpdateLastModifier indicates whether to update the LastModifier field when saving a page.
        Returns:
        true if the LastModifier should be updated
      • setSuppressNotifications

        @Deprecated
        void setSuppressNotifications​(boolean suppressNotifications)
        Deprecated.
        since 6.0. Use DefaultSaveContext.builder() instead.
        Indicates that notifications should not be sent out informing users of the changes to this content.
      • isSuppressAutowatch

        boolean isSuppressAutowatch()
        Control whether the save should result in the page being watched by the creator if they have their autowatch setting on. This has no effect if the event is suppressed as it is implemented as a property on the event.
        Returns:
        if true if automatic watches is to be suppressed.