Uses of Class
com.atlassian.confluence.tinymceplugin.rest.entities.CommentResult
Packages that use CommentResult
Package
Description
-
Uses of CommentResult in com.atlassian.confluence.plugins.quickreload
Constructors in com.atlassian.confluence.plugins.quickreload with parameters of type CommentResult -
Uses of CommentResult in com.atlassian.confluence.tinymceplugin.rest.entities
Subclasses of CommentResult in com.atlassian.confluence.tinymceplugin.rest.entitiesModifier and TypeClassDescriptionclass
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 CommentResultModifier and TypeMethodDescriptionCommentRenderService.render
(Comment comment, boolean actions, javax.servlet.http.HttpServletRequest req) CommentRenderService.render
(Comment comment, boolean actions, javax.servlet.http.HttpServletRequest req, int maxLength, boolean plainTextOnly) Create the JSON representation of a Comment -
Uses of CommentResult in com.atlassian.confluence.tinymceplugin.service.impl
Methods in com.atlassian.confluence.tinymceplugin.service.impl that return CommentResultModifier and TypeMethodDescriptionCommentRenderServiceImpl.render
(Comment comment, boolean hasActions, javax.servlet.http.HttpServletRequest httpRequest) CommentRenderServiceImpl.render
(Comment comment, boolean hasActions, javax.servlet.http.HttpServletRequest httpRequest, int maxLength, boolean plainTextOnly)