Uses of Interface
com.atlassian.confluence.pages.CommentManager

Packages that use CommentManager
com.atlassian.confluence.admin.actions.debug   
com.atlassian.confluence.content.service   
com.atlassian.confluence.content.service.comment   
com.atlassian.confluence.internal.pages   
com.atlassian.confluence.pages   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.plugins.quickreload   
com.atlassian.confluence.plugins.replytoemail   
com.atlassian.confluence.plugins.viewstorage   
com.atlassian.confluence.spaces.actions   
com.atlassian.confluence.test.rpc   
com.atlassian.confluence.ui.rest.service.content   
 

Uses of CommentManager in com.atlassian.confluence.admin.actions.debug
 

Methods in com.atlassian.confluence.admin.actions.debug with parameters of type CommentManager
 void BrowseCommentsAction.setCommentManager(CommentManager commentManager)
           
 

Uses of CommentManager in com.atlassian.confluence.content.service
 

Constructors in com.atlassian.confluence.content.service with parameters of type CommentManager
DefaultCommentService(CommentManager commentManager, PermissionManager permissionManager, PageManager pageManager, EditorConverter editorConvertor)
           
 

Uses of CommentManager in com.atlassian.confluence.content.service.comment
 

Constructors in com.atlassian.confluence.content.service.comment with parameters of type CommentManager
CreateCommentCommandImpl(PermissionManager permissionManager, PageManager pageManager, CommentManager commentManager, long pageId, long parentCommentId, java.lang.String commentBody)
           
CreateCommentFromEditorCommand(PermissionManager permissionManager, PageManager pageManager, CommentManager commentManager, EditorConverter editConverter, long pageId, long parentCommentId, java.lang.String commentBody)
           
DeleteCommentCommandImpl(PermissionManager permissionManager, CommentManager commentManager, long commentId)
           
EditCommentCommandImpl(PermissionManager permissionManager, CommentManager commentManager, long commentId, java.lang.String newCommentBody)
           
EditCommentFromEditorCommand(PermissionManager permissionManager, CommentManager commentManager, EditorConverter editConverter, long commentId, java.lang.String newCommentBody)
           
 

Uses of CommentManager in com.atlassian.confluence.internal.pages
 

Subinterfaces of CommentManager in com.atlassian.confluence.internal.pages
 interface CommentManagerInternal
          Internal version of the CommentManager interface; see the package-info.java for rationale.
 

Uses of CommentManager in com.atlassian.confluence.pages
 

Classes in com.atlassian.confluence.pages that implement CommentManager
 class DefaultCommentManager
          Manager for page comments.
 

Uses of CommentManager in com.atlassian.confluence.pages.actions
 

Fields in com.atlassian.confluence.pages.actions declared as CommentManager
protected  CommentManager ViewPageAction.commentManager
           
 

Methods in com.atlassian.confluence.pages.actions with parameters of type CommentManager
 void ViewPageAction.setCommentManager(CommentManager commentManager)
           
 

Uses of CommentManager in com.atlassian.confluence.plugins.quickreload
 

Constructors in com.atlassian.confluence.plugins.quickreload with parameters of type CommentManager
QuickReloadResource(CommentManager commentManager, CommentRenderService commentRenderer, UserAccessor userAccessor, PageManager pageManager, PermissionManager permissionManager)
           
 

Uses of CommentManager in com.atlassian.confluence.plugins.replytoemail
 

Constructors in com.atlassian.confluence.plugins.replytoemail with parameters of type CommentManager
ReplyToEmailHandler(ContentEntityManager contentEntityManager, CommentManager commentManager, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, UsersByEmailService usersByEmailService, EmailContentParser emailContentParser, AttachmentConverterService attachmentConverterService)
           
 

Uses of CommentManager in com.atlassian.confluence.plugins.viewstorage
 

Methods in com.atlassian.confluence.plugins.viewstorage with parameters of type CommentManager
 void ViewStorageFormatAction.setCommentManager(CommentManager commentManager)
           
 

Uses of CommentManager in com.atlassian.confluence.spaces.actions
 

Methods in com.atlassian.confluence.spaces.actions with parameters of type CommentManager
 void ViewSpaceSummaryAction.setCommentManager(CommentManager commentManager)
           
 

Uses of CommentManager in com.atlassian.confluence.test.rpc
 

Methods in com.atlassian.confluence.test.rpc with parameters of type CommentManager
 void FuncTestRpcHandlerImpl.setCommentManager(CommentManager commentManager)
           
 

Uses of CommentManager in com.atlassian.confluence.ui.rest.service.content
 

Constructors in com.atlassian.confluence.ui.rest.service.content with parameters of type CommentManager
ContentServiceImpl(PageManager pageManager, CommentManager commentManager, ContentEntityManager contentEntityManager, PermissionManager permissionManager, ContentBuilder contentBuilder, ContentBodyBuilder contentBodyBuilder, FormatConverter formatConverter, ThemeManager themeManager, CustomLayoutManager customLayoutManager, LabelsService labelsService)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.