Class BlogPost

    • Field Detail

      • TEST

        public static BlogPost TEST
        Deprecated.
    • Constructor Detail

      • BlogPost

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

        public BlogPost​(Space space,
                        String title,
                        String content,
                        Date publishDate)
        Deprecated.
      • BlogPost

        public BlogPost​(BlogPost blogPost)
        Deprecated.
    • Method Detail

      • getSpace

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

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

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

        public String getUrl()
        Deprecated.
      • getUrlWithDate

        public String getUrlWithDate()
        Deprecated.
      • getUrl

        public String getUrl​(Date blogPostDate)
        Deprecated.
      • getBlogSourceUrl

        public String getBlogSourceUrl()
        Deprecated.
      • getViewAttachmentsUrl

        public String getViewAttachmentsUrl()
        Deprecated.
      • getDateString

        public String getDateString​(Date blogPostDate)
        Deprecated.
      • getDateString

        public String getDateString()
        Deprecated.
      • setPublishDate

        public void setPublishDate​(Date date)
        Deprecated.
      • getPublishDate

        public Date getPublishDate()
        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 blog post 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