Class LinksUpdater.PartialReferenceDetails
- java.lang.Object
-
- com.atlassian.confluence.content.render.xhtml.links.LinksUpdater.PartialReferenceDetails
-
- Direct Known Subclasses:
LinksUpdater.AttachmentReferenceDetails
- Enclosing interface:
- LinksUpdater
public static class LinksUpdater.PartialReferenceDetails extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LinksUpdater.PartialReferenceDetails
createReference(SpaceContentEntityObject ceo)
Create the appropriate PartialReferenceDetails depending on whether the parameter is a BlogPost or a Page.static LinksUpdater.PartialReferenceDetails
createReference(SpaceContentEntityObject ceo, String spaceKey)
boolean
equals(Object o)
String
getPostingDate()
String
getSpaceKey()
String
getTitle()
int
hashCode()
boolean
isReferenceBlogPost()
-
-
-
Method Detail
-
createReference
public static LinksUpdater.PartialReferenceDetails createReference(SpaceContentEntityObject ceo)
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
public String getPostingDate()
-
getSpaceKey
public String getSpaceKey()
-
getTitle
public String getTitle()
-
-