Uses of Interface
com.atlassian.confluence.content.service.CommentService

Packages that use CommentService
com.atlassian.confluence.content.service   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.plugins.quickcomment.rest   
com.atlassian.confluence.rpc.soap.services   
 

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

Classes in com.atlassian.confluence.content.service that implement CommentService
 class DefaultCommentService
           
 

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

Methods in com.atlassian.confluence.pages.actions with parameters of type CommentService
 void RemoveCommentAction.setCommentService(CommentService commentService)
           
 void EditCommentAction.setCommentService(CommentService commentService)
           
 void AddCommentAction.setCommentService(CommentService commentService)
           
 

Uses of CommentService in com.atlassian.confluence.plugins.quickcomment.rest
 

Constructors in com.atlassian.confluence.plugins.quickcomment.rest with parameters of type CommentService
CommentResource(CommentService commentService, NotificationManager notificationManager, XhtmlContent xhtmlContent, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, UserAccessor userAccessor, CaptchaManager captchaManager)
           
 

Uses of CommentService in com.atlassian.confluence.rpc.soap.services
 

Methods in com.atlassian.confluence.rpc.soap.services with parameters of type CommentService
 void PagesSoapService.setCommentService(CommentService commentService)
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.