Uses of Class
com.atlassian.jira.reactions.ReactionSummary
Packages that use ReactionSummary
-
Uses of ReactionSummary in com.atlassian.jira.reactions
Methods in com.atlassian.jira.reactions that return types with arguments of type ReactionSummaryModifier and TypeMethodDescriptionCommentReactionsService.addReaction(ApplicationUser loggedInUser, long commentId, String emojiId) Checks whether the user already reacted to the comment with given emoji, and if not, adds a reaction.DefaultCommentReactionsService.addReaction(ApplicationUser loggedInUser, long commentId, String emojiId) CommentReactionsService.deleteReaction(ApplicationUser loggedInUser, Long commentId, String emojiId) Deletes a reaction.DefaultCommentReactionsService.deleteReaction(ApplicationUser loggedInUser, Long commentId, String emojiId) CommentReactionsService.getDetailedReaction(ApplicationUser loggedInUser, Long commentId, String emojiId) Gets the details of the reaction containing Unicode of the emoji and a list of users who reacted with it.DefaultCommentReactionsService.getDetailedReaction(ApplicationUser loggedInUser, Long commentId, String emoji) CommentReactionsService.getReactions(ApplicationUser loggedInUser, Collection<Long> commentIds) Gets all reactions for a given comment.DefaultCommentReactionsService.getReactions(ApplicationUser loggedInUser, Collection<Long> commentIds)