Uses of Class
com.atlassian.confluence.tinymceplugin.rest.entities.CommentResult
-
-
Uses of CommentResult in com.atlassian.confluence.plugins.quickreload
Constructors in com.atlassian.confluence.plugins.quickreload with parameters of type CommentResult Constructor Description 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 Modifier and Type Class Description 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 Modifier and Type Method Description CommentResult
CommentRenderService. render(Comment comment, boolean actions, javax.servlet.http.HttpServletRequest req)
CommentResult
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 CommentResult Modifier and Type Method Description CommentResult
CommentRenderServiceImpl. render(Comment comment, boolean hasActions, javax.servlet.http.HttpServletRequest httpRequest)
CommentResult
CommentRenderServiceImpl. render(Comment comment, boolean hasActions, javax.servlet.http.HttpServletRequest httpRequest, int maxLength, boolean plainTextOnly)
-