Package com.atlassian.confluence.it
Class BlogPost
- java.lang.Object
-
- com.atlassian.confluence.it.AbstractContentEntity
-
- com.atlassian.confluence.it.AbstractPageEntity
-
- com.atlassian.confluence.it.BlogPost
-
- All Implemented Interfaces:
ContentEntity
,LinkableContent
,TitledContent
,VersionedContent
,ContentConvertible
@Deprecated public class BlogPost extends AbstractPageEntity
Deprecated.Please use confluence-java-api module instead. See {com.atlassian.confluence.api.model.content.Content} alternative
-
-
Field Summary
Fields Modifier and Type Field Description static BlogPost
TEST
Deprecated.-
Fields inherited from class com.atlassian.confluence.it.AbstractPageEntity
space, title
-
Fields inherited from class com.atlassian.confluence.it.AbstractContentEntity
content, id, lastModificationDate, lastModifier, version
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getBlogSourceUrl()
Deprecated.ContentType
getContentType()
Deprecated.String
getDateString()
Deprecated.String
getDateString(Date blogPostDate)
Deprecated.String
getEditUrl()
Deprecated.Date
getPublishDate()
Deprecated.String
getUrl()
Deprecated.String
getUrl(Date blogPostDate)
Deprecated.String
getUrlWithDate()
Deprecated.String
getViewAttachmentsUrl()
Deprecated.void
setPublishDate(Date date)
Deprecated.-
Methods inherited from class com.atlassian.confluence.it.AbstractPageEntity
generateTitleSlug, getAddCommentUrl, getEditCommentUrl, getPageDiffUrl, getReplyCommentUrl, getSpace, getTitle, getUrlBuilder, setSpace, setTitle, shouldConvertToContent
-
Methods inherited from class com.atlassian.confluence.it.AbstractContentEntity
getContent, getContentId, getContentTypeObject, getId, getIdAsString, getLastModificationDate, getLastModifier, getSelector, getVersion, isMinorEdit, setContent, setId, setId, setLastModificationDate, setLastModifier, setVersion
-
-
-
-
Field Detail
-
TEST
public static BlogPost TEST
Deprecated.
-
-
Method Detail
-
getEditUrl
public String getEditUrl()
Deprecated.- Returns:
- the url where this entity can be edited.
-
getUrl
public String getUrl()
Deprecated.
-
getUrlWithDate
public String getUrlWithDate()
Deprecated.
-
getBlogSourceUrl
public String getBlogSourceUrl()
Deprecated.
-
getViewAttachmentsUrl
public String getViewAttachmentsUrl()
Deprecated.
-
getDateString
public String getDateString()
Deprecated.
-
setPublishDate
public void setPublishDate(Date date)
Deprecated.
-
getPublishDate
public Date getPublishDate()
Deprecated.
-
getContentType
public ContentType getContentType()
Deprecated.- Specified by:
getContentType
in interfaceContentEntity
- Overrides:
getContentType
in classAbstractContentEntity
- Returns:
- the ContentType of this entity
-
-