Package com.atlassian.confluence.pages
Interface NewCommentDeduplicator
- All Known Implementing Classes:
SubmissionTokenCommentDeduplicator
public interface NewCommentDeduplicator
Defines operations for deduplicating comments.
- Since:
- 5.6
-
Method Summary
Modifier and TypeMethodDescriptiongetDuplicateComment
(Iterable<Comment> existingComments) Given a collection of existing comments, determine which one, if any, is a duplicate of the new comment submission.void
newCommentSaved
(Comment newComment) Called when a new comment has been saved
-
Method Details
-
getDuplicateComment
Given a collection of existing comments, determine which one, if any, is a duplicate of the new comment submission.- Since:
- 7.0.1
-
newCommentSaved
Called when a new comment has been saved
-