public class

BlogPost

extends AbstractContentEntity
implements LinkableContent
java.lang.Object
   ↳ com.atlassian.confluence.it.AbstractContentEntity
     ↳ com.atlassian.confluence.it.BlogPost

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.it.AbstractContentEntity
Public Constructors
BlogPost(Space space, String title, String content)
BlogPost(BlogPost blogPost)
Public Methods
String getAddCommentUrl(Date blogPostDate)
String getDateString(Date blogPostDate)
String getEditUrl()
Date getPublishDate()
Space getSpace()
String getTitle()
String getUrl(Date blogPostDate)
String getUrl()
void setPublishDate(Date date)
[Expand]
Inherited Methods
From class com.atlassian.confluence.it.AbstractContentEntity
From class java.lang.Object
From interface com.atlassian.confluence.it.ContentEntity
From interface com.atlassian.confluence.it.LinkableContent
From interface com.atlassian.confluence.it.TitledContent

Public Constructors

public BlogPost (Space space, String title, String content)

public BlogPost (BlogPost blogPost)

Public Methods

public String getAddCommentUrl (Date blogPostDate)

public String getDateString (Date blogPostDate)

public String getEditUrl ()

public Date getPublishDate ()

public Space getSpace ()

public String getTitle ()

public String getUrl (Date blogPostDate)

public String getUrl ()

public void setPublishDate (Date date)