Interface PublishingManager
-
public interface PublishingManagerManages content publishing actions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpublishPageWithoutCheckingPermissions(com.atlassian.confluence.pages.AbstractPage page, String comment, boolean suppressNotifications)Publishes the page without checking permissions or restrictions.
-
-
-
Method Detail
-
publishPageWithoutCheckingPermissions
void publishPageWithoutCheckingPermissions(com.atlassian.confluence.pages.AbstractPage page, String comment, boolean suppressNotifications) throws ExceptionPublishes 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
-
-