com.atlassian.confluence.pages
Class BlogPost
java.lang.Object
com.atlassian.core.bean.EntityObject
com.atlassian.confluence.core.ConfluenceEntityObject
com.atlassian.confluence.core.AbstractVersionedEntityObject
com.atlassian.confluence.core.AbstractLabelableEntityObject
com.atlassian.confluence.core.ContentEntityObject
com.atlassian.confluence.core.SpaceContentEntityObject
com.atlassian.confluence.pages.AbstractPage
com.atlassian.confluence.pages.BlogPost
- All Implemented Interfaces:
- com.atlassian.bonnie.Searchable, Content, Addressable, ContentTypeAware, HasLinkWikiMarkup, Versioned, EditableLabelable, Labelable, Spaced, Serializable, Cloneable, Comparable
public class BlogPost
- extends AbstractPage
- See Also:
- Serialized Form
Methods inherited from class com.atlassian.confluence.pages.AbstractPage |
convertToHistoricalVersion, getAttachmentsUrlPath, getAttachmentUrlPath, getContentEntityObject, getLatestVersion, getOriginalVersionPage, getPreviousVersion, getSearchableDependants, getTopLevelComments, getUrlPath, hasInvalidTitleCharacters, isValidPageTitle, isValidPageTitleCharacter, isValidTitleLength, remove, setOriginalVersionPage, setTitle |
Methods inherited from class com.atlassian.confluence.core.ContentEntityObject |
addAttachment, addComment, addOutgoingLink, addPermission, addReferralLink, clone, compareTo, ensureAttachmentBelongsToContent, equals, getAttachmentNamed, getAttachments, getBodyAsString, getBodyAsStringWithoutMarkup, getBodyContent, getBodyContent, getBodyContents, getComments, getContentPermission, getContentPermissionSet, getContentStatus, getDefaultBodyType, getDisplayTitle, getEntity, getExcerpt, getIdAsString, getLatestVersionsOfAttachments, getOutgoingLinks, getPermissions, getReferralLinks, getRenderedVersionComment, getTitle, getTrackbackLinks, getTypeEnum, getUserAccessor, getVersionComment, hasContentPermissions, hasPermissions, isCurrent, isDeleted, isRecentlyUpdatedFor, isVersionCommentAvailable, removeAttachment, removeComment, removeContentPermissionSet, removeOutgoingLink, removeReferralLink, removeTrackbackLink, setAttachments, setBodyAsString, setBodyContent, setBodyContents, setComments, setContent, setContentStatus, setOutgoingLinks, setReferralLinks, setTrackbackLinks, setUserAccessor, setVersionComment, toPageContext, toString, trash |
Methods inherited from class com.atlassian.confluence.core.AbstractLabelableEntityObject |
addLabelling, getGlobalLabels, getLabelCount, getLabellings, getLabels, getLabelsForDisplay, getLabelUtil, getPersonalLabels, getTeamLabels, getVisibleLabels, isFavourite, removeLabelling, setLabellings |
Methods inherited from class com.atlassian.core.bean.EntityObject |
getCreationDate, getCurrentDate, getId, getLastModificationDate, setClock, setCreationDate, setId, setLastModificationDate |
Methods inherited from interface com.atlassian.bonnie.Searchable |
getId |
Methods inherited from interface com.atlassian.confluence.core.Addressable |
getId |
CONTENT_TYPE
public static final String CONTENT_TYPE
- See Also:
- Constant Field Values
POSTING_DAY_FORMAT
public static final String POSTING_DAY_FORMAT
- See Also:
- Constant Field Values
BlogPost
public BlogPost()
getType
public String getType()
- Description copied from class:
ContentEntityObject
- An easy name for the type of this content: makes it easy for
things like the #contentLink macro to work out what to draw.
This is a bit of a hack, but it saves heaps of code elsewhere,
especially since we tend to get back these objects wrapped in
all sorts of Hibernate CGLIB stuff.
- Specified by:
getType
in interface ContentTypeAware
- Specified by:
getType
in class ContentEntityObject
- Returns:
- the content type
toCalendar
public static Calendar toCalendar(Date date)
getCalendarFromDatePath
public static Calendar getCalendarFromDatePath(String datePath)
- BEFORE USING THIS - consider if
BlogPostReference
better suits your needs.
- Parameters:
datePath
- - should resemble /2005/11/12/aBlogTitle
- Returns:
- Calendar representing the date of the blog, useful for a call to pageManager.getBlogPost(spaceKey, title, calendarDay)
getTitleFromDatePath
public static String getTitleFromDatePath(String datePath)
- BEFORE USING THIS - consider if
BlogPostReference
better suits your needs.
- Parameters:
datePath
- - should resemble /2010/11/12/aBlogTitle
- Returns:
- the title of the blog, if supplied with correct input, otherwise a null
getLinkPart
public String getLinkPart()
getDatePath
public String getDatePath()
toDatePath
public static String toDatePath(Date date)
getLinkWikiMarkup
public String getLinkWikiMarkup()
- Returns:
- the wiki markup used to link to this content
getPostingYear
public String getPostingYear()
getPostingMonth
public String getPostingMonth()
getPostingMonth
public String getPostingMonth(DateFormatter formatter)
getPostingMonthNumeric
public String getPostingMonthNumeric()
getPostingDayOfMonth
public String getPostingDayOfMonth()
getPostingDate
public Date getPostingDate()
- Alias for
EntityObject.getCreationDate()
- Returns:
- the posting date
getPostingCalendarDate
public Calendar getPostingCalendarDate()
Copyright © 2003-2013 Atlassian. All Rights Reserved.