Interface PublishingManager


  • public interface PublishingManager
    Manages content publishing actions.
    • Method Detail

      • publishPageWithoutCheckingPermissions

        void publishPageWithoutCheckingPermissions​(com.atlassian.confluence.pages.AbstractPage page,
                                                   String comment,
                                                   boolean suppressNotifications)
                                            throws Exception
        Publishes the page without checking permissions or restrictions.
        Parameters:
        page - to be published. It should be a page on a space that is already linked to a public space.
        comment - of the version change to be added in the published page.
        suppressNotifications - true if notifications on creation should be ignored.
        Throws:
        Exception