com.atlassian.confluence.pages
Interface CommentManager

All Superinterfaces:
ContentEntityManager
All Known Implementing Classes:
DefaultCommentManager

public interface CommentManager
extends ContentEntityManager

Manager for page comments.

Author:
Armond Avanes (armond555@yahoo.com)

Field Summary
 
Fields inherited from interface com.atlassian.confluence.core.ContentEntityManager
ITERATE_ALL
 
Method Summary
 Comment addCommentToPage(AbstractPage page, Comment parent, java.lang.String content)
           
 Comment getComment(long id)
           
 java.util.Iterator getRecentlyUpdatedComments(Space space, int maxResults)
           
 void removeCommentFromPage(long id)
           
 void updateCommentContent(Comment comment, java.lang.String content)
           
 
Methods inherited from interface com.atlassian.confluence.core.ContentEntityManager
getAllCurrentEntities, getById, getEntitiesModifiedSince, getLockedBySpace, getNextVersion, getOtherVersion, getPreviousVersion, getRecentlyAddedEntities, getRecentlyModifiedEntities, getRecentlyModifiedEntities, getRecentlyModifiedEntitiesByType, getRecentlyModifiedEntitiesForUser, getRecentlyModifiedForChangeDigest, getVersionHistorySummaries, refreshContentEntity, removeContentEntity, revertContentEntityBackToVersion, saveContentEntity, saveContentEntity, setEventManager, updateContentLinkingTo, updateOutgoingLinksInContent, updateSingleContentLinkinTo, updateSingleContentLinkinTo
 

Method Detail

getComment

Comment getComment(long id)

addCommentToPage

Comment addCommentToPage(AbstractPage page,
                         Comment parent,
                         java.lang.String content)

updateCommentContent

void updateCommentContent(Comment comment,
                          java.lang.String content)

removeCommentFromPage

void removeCommentFromPage(long id)

getRecentlyUpdatedComments

java.util.Iterator getRecentlyUpdatedComments(Space space,
                                              int maxResults)


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.