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

      • getParentPageId

        public long getParentPageId()
        Deprecated.
      • getUrl

        public String getUrl()
        Deprecated.
      • 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.