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)
Methods inherited from interface com.atlassian.confluence.core.ContentEntityManager |
getAllCurrentEntities, getById, getEntitiesModifiedSince, getLockedBySpace, getNextVersion, getOtherVersion, getPreviousVersion, getRecentlyAddedEntities, getRecentlyModifiedEntities, getRecentlyModifiedEntities, getRecentlyModifiedEntitiesByType, getRecentlyModifiedEntitiesForUser, getVersionHistorySummaries, refreshContentEntity, removeContentEntity, revertContentEntityBackToVersion, saveContentEntity, saveContentEntity, setEventManager, updateContentLinkingTo, updateOutgoingLinksInContent, updateSingleContentLinkinTo, updateSingleContentLinkinTo |
getComment
public Comment getComment(long id)
addCommentToPage
public Comment addCommentToPage(AbstractPage page,
Comment parent,
String content)
updateCommentContent
public void updateCommentContent(Comment comment,
String content)
removeCommentFromPage
public void removeCommentFromPage(long id)
getRecentlyUpdatedComments
public Iterator getRecentlyUpdatedComments(Space space,
int maxResults)