Class AbstractPageEntity

    • Field Detail

      • space

        protected Space space
        Deprecated.
      • title

        protected String title
        Deprecated.
    • Constructor Detail

      • AbstractPageEntity

        public AbstractPageEntity()
        Deprecated.
      • AbstractPageEntity

        public AbstractPageEntity​(Space space,
                                  String title)
        Deprecated.
      • AbstractPageEntity

        public AbstractPageEntity​(AbstractPageEntity abstractPage)
        Deprecated.
    • Method Detail

      • shouldConvertToContent

        public boolean shouldConvertToContent()
        Deprecated.
        Specified by:
        shouldConvertToContent in interface ContentConvertible
        Returns:
        true if the implementer wants to be part of the core API (default value), false otherwise
      • getPageDiffUrl

        public UrlBuilder getPageDiffUrl​(int oldVersionNumber,
                                         int newVersionNumber)
        Deprecated.
      • getAddCommentUrl

        public UrlBuilder getAddCommentUrl()
        Deprecated.
      • getReplyCommentUrl

        public UrlBuilder getReplyCommentUrl​(long commentId)
        Deprecated.
      • getEditCommentUrl

        public UrlBuilder getEditCommentUrl​(long commentId)
        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.
      • setSpace

        public void setSpace​(Space space)
        Deprecated.
      • getSpace

        public Space getSpace()
        Deprecated.
        Specified by:
        getSpace in interface ContentEntity
        Returns:
        the space this content belongs to.
      • generateTitleSlug

        protected String generateTitleSlug​(String title)
        Deprecated.