public static class

LinksUpdater.PartialReferenceDetails

extends Object
java.lang.Object
   ↳ com.atlassian.confluence.content.render.xhtml.links.LinksUpdater.PartialReferenceDetails
Known Direct Subclasses

Summary

Public Methods
static LinksUpdater.PartialReferenceDetails createReference(SpaceContentEntityObject ceo)
Create the appropriate PartialReferenceDetails depending on whether the parameter is a BlogPost or a Page.
boolean equals(Object o)
String getPostingDate()
String getSpaceKey()
String getTitle()
int hashCode()
boolean isReferenceBlogPost()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static LinksUpdater.PartialReferenceDetails createReference (SpaceContentEntityObject ceo)

Create the appropriate PartialReferenceDetails depending on whether the parameter is a BlogPost or a Page.

public boolean equals (Object o)

public String getPostingDate ()

public String getSpaceKey ()

public String getTitle ()

public int hashCode ()

public boolean isReferenceBlogPost ()

Returns
  • true if this reference is representing a blog post.