com.atlassian.confluence.it
Class Comment
java.lang.Object
com.atlassian.confluence.it.AbstractContentEntity
com.atlassian.confluence.it.Comment
- All Implemented Interfaces:
- ContentEntity
public class Comment
- extends AbstractContentEntity
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Comment
public Comment(Page page,
java.lang.String content)
Comment
public Comment(BlogPost blogPost,
java.lang.String content)
getPageId
public long getPageId()
getCommentId
public long getCommentId()
getTitle
public java.lang.String getTitle()
- Returns:
- the title of this entity
getEditUrl
public java.lang.String getEditUrl()
- Description copied from interface:
ContentEntity
- Return the url where this entity can be edited.
getRemoveUrl
public java.lang.String getRemoveUrl()
getSpace
public Space getSpace()
- Description copied from interface:
ContentEntity
- Return the space this content belongs to.
Copyright © 2003-2010 Atlassian. All Rights Reserved.