Uses of Class
com.atlassian.confluence.tinymceplugin.rest.entities.CommentResult

Packages that use CommentResult
com.atlassian.confluence.plugins.quickreload   
com.atlassian.confluence.tinymceplugin.rest.entities   
com.atlassian.confluence.tinymceplugin.service   
com.atlassian.confluence.tinymceplugin.service.impl   
 

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

Constructors in com.atlassian.confluence.plugins.quickreload with parameters of type CommentResult
CommentAndUserResult(Commenter commenter, CommentResult comment)
           
 

Uses of CommentResult in com.atlassian.confluence.tinymceplugin.rest.entities
 

Subclasses of CommentResult in com.atlassian.confluence.tinymceplugin.rest.entities
 class CommentResultWithActions
          A comment plus the actions appropriate for that comment.
 

Uses of CommentResult in com.atlassian.confluence.tinymceplugin.service
 

Methods in com.atlassian.confluence.tinymceplugin.service that return CommentResult
 CommentResult CommentRenderService.render(Comment comment, boolean actions, javax.servlet.http.HttpServletRequest req)
           
 

Uses of CommentResult in com.atlassian.confluence.tinymceplugin.service.impl
 

Methods in com.atlassian.confluence.tinymceplugin.service.impl that return CommentResult
 CommentResult CommentRenderServiceImpl.render(Comment comment, boolean hasActions, javax.servlet.http.HttpServletRequest httpRequest)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.