Class Page

    • Field Detail

      • TEST

        public static Page TEST
        Deprecated.
    • Constructor Detail

      • Page

        public Page​(Space space,
                    String title,
                    String content,
                    long parentPageId)
        Deprecated.
      • Page

        public Page​(String title,
                    String content,
                    Page parentPage)
        Deprecated.
      • Page

        public Page​(long id)
        Deprecated.
      • Page

        public Page​(Map createPageMap)
        Deprecated.
        Creates a page object from the map returned from ConfluenceRpc.createPage() Note this creates a page with an unknown space
        Parameters:
        createPageMap -
      • Page

        public Page​(long id,
                    String title,
                    String content)
        Deprecated.
        Create a page when the space is not known. Be warned that some methods on this page may fail.
      • Page

        public Page​(Page page)
        Deprecated.
    • Method Detail

      • getSpace

        public Space getSpace()
        Deprecated.
        Returns:
        the space this content belongs to.
      • getParentPageId

        public long getParentPageId()
        Deprecated.
      • getUrl

        public String getUrl()
        Deprecated.
      • getTitle

        public String getTitle()
        Deprecated.
        Returns:
        the title of this entity
      • getViewPageTitle

        public String getViewPageTitle()
        Deprecated.
      • getEditPageTitle

        public String getEditPageTitle()
        Deprecated.
      • getEditUrl

        public String getEditUrl()
        Deprecated.
        Returns:
        the url where this entity can be edited.
      • getPageInfoUrl

        public String getPageInfoUrl()
        Deprecated.
      • getPageSourceUrl

        public String getPageSourceUrl()
        Deprecated.
      • getAddChildPageUrl

        public String getAddChildPageUrl()
        Deprecated.
      • getViewAttachmentsUrl

        public UrlBuilder getViewAttachmentsUrl()
        Deprecated.
      • getPageHistoryUrl

        public String getPageHistoryUrl()
        Deprecated.
      • getCopyPageUrl

        public String getCopyPageUrl()
        Deprecated.
      • getPagePermissionsUrl

        public String getPagePermissionsUrl()
        Deprecated.
      • setTitle

        public void setTitle​(String title)
        Deprecated.
        Edit the title of this object. WARNING: changing this field will not update the system by itself, and operations that try to look up this page by the new title will fail until the system is actually updated.
        Parameters:
        title - the new title for the page.
      • shouldConvertToContent

        public boolean shouldConvertToContent()
        Deprecated.
        Returns:
        true if the implementer wants to be part of the core API (default value), false otherwise