Interface PublishingManager


public interface PublishingManager
Manages content publishing actions.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    publishPageWithoutCheckingPermissions(com.atlassian.confluence.pages.AbstractPage page, String comment, boolean suppressNotifications)
    Publishes the page without checking permissions or restrictions.
  • Method Details

    • 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