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 TypeClassDescriptionclassA 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, jakarta.servlet.http.HttpServletRequest req) CommentRenderService.render(Comment comment, boolean actions, jakarta.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, jakarta.servlet.http.HttpServletRequest httpRequest) CommentRenderServiceImpl.render(Comment comment, boolean hasActions, jakarta.servlet.http.HttpServletRequest httpRequest, int maxLength, boolean plainTextOnly)