com.atlassian.confluence.content.render.xhtml.links
Class LinksUpdater.PartialReferenceDetails

java.lang.Object
  extended by 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
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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

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.


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()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2003-2012 Atlassian. All Rights Reserved.