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 BlogPostTESTDeprecated.-
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 StringgetBlogSourceUrl()Deprecated.ContentTypegetContentType()Deprecated.StringgetDateString()Deprecated.StringgetDateString(Date blogPostDate)Deprecated.StringgetEditUrl()Deprecated.DategetPublishDate()Deprecated.StringgetUrl()Deprecated.StringgetUrl(Date blogPostDate)Deprecated.StringgetUrlWithDate()Deprecated.StringgetViewAttachmentsUrl()Deprecated.voidsetPublishDate(Date date)Deprecated.-
Methods inherited from class com.atlassian.confluence.it.AbstractPageEntity
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:
getContentTypein interfaceContentEntity- Overrides:
getContentTypein classAbstractContentEntity- Returns:
- the ContentType of this entity
-
-