Class LinksUpdater.PartialReferenceDetails
java.lang.Object
com.atlassian.confluence.content.render.xhtml.links.LinksUpdater.PartialReferenceDetails
- Direct Known Subclasses:
LinksUpdater.AttachmentReferenceDetails
- Enclosing interface:
- LinksUpdater
-
Method Summary
Modifier and TypeMethodDescriptionCreate the appropriate PartialReferenceDetails depending on whether the parameter is a BlogPost or a Page.createReference
(SpaceContentEntityObject ceo, String spaceKey) boolean
getTitle()
int
hashCode()
boolean
-
Method Details
-
createReference
Create the appropriate PartialReferenceDetails depending on whether the parameter is a BlogPost or a Page. -
createReference
public static LinksUpdater.PartialReferenceDetails createReference(SpaceContentEntityObject ceo, String spaceKey) -
isReferenceBlogPost
public boolean isReferenceBlogPost()- Returns:
- true if this reference is representing a blog post.
-
getPostingDate
-
getSpaceKey
-
getTitle
-
equals
-
hashCode
public int hashCode()
-