|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NewCommentDeduplicator
Defines operations for deduplicating comments.
| Method Summary | |
|---|---|
com.atlassian.fugue.Option<Comment> |
findDuplicateComment(java.lang.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 Detail |
|---|
com.atlassian.fugue.Option<Comment> findDuplicateComment(java.lang.Iterable<Comment> existingComments)
void newCommentSaved(Comment newComment)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||