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 classCommentResultWithActionsA 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 CommentResultCommentRenderService. render(Comment comment, boolean actions, javax.servlet.http.HttpServletRequest req)CommentResultCommentRenderService. 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 CommentResultCommentRenderServiceImpl. render(Comment comment, boolean hasActions, javax.servlet.http.HttpServletRequest httpRequest)CommentResultCommentRenderServiceImpl. render(Comment comment, boolean hasActions, javax.servlet.http.HttpServletRequest httpRequest, int maxLength, boolean plainTextOnly)
-