|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NewCommentDeduplicator | |
|---|---|
| com.atlassian.confluence.content.service.comment | |
| com.atlassian.confluence.pages | |
| Uses of NewCommentDeduplicator in com.atlassian.confluence.content.service.comment |
|---|
| Constructors in com.atlassian.confluence.content.service.comment with parameters of type NewCommentDeduplicator | |
|---|---|
CreateCommentCommandImpl(PermissionManager permissionManager,
PageManager pageManager,
CommentManager commentManager,
long pageId,
long parentCommentId,
java.lang.String commentBody,
NewCommentDeduplicator commentDeduplicator)
|
|
CreateCommentFromEditorCommand(PermissionManager permissionManager,
PageManager pageManager,
CommentManager commentManager,
EditorConverter editConverter,
long pageId,
long parentCommentId,
java.lang.String commentBody,
NewCommentDeduplicator commentDeduplicator)
|
|
| Uses of NewCommentDeduplicator in com.atlassian.confluence.pages |
|---|
| Classes in com.atlassian.confluence.pages that implement NewCommentDeduplicator | |
|---|---|
class |
SubmissionTokenCommentDeduplicator
A NewCommentDeduplicator which uses a submission token, represented by a UUID,
to determine if a new submitted comment is a duplicate of any existing comments. |
| Methods in com.atlassian.confluence.pages with parameters of type NewCommentDeduplicator | |
|---|---|
Comment |
DefaultCommentManager.addCommentToObject(ContentEntityObject ceo,
Comment parent,
java.lang.String content,
NewCommentDeduplicator commentDeduplicator)
|
Comment |
CommentManager.addCommentToObject(ContentEntityObject ceo,
Comment parent,
java.lang.String content,
NewCommentDeduplicator commentDeduplicator)
Add a new comment if the given deduplicator determines that it's not a duplicate, or just return the existing duplicate otherwise. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||