Package | Description |
---|---|
com.atlassian.confluence.content.service.comment | |
com.atlassian.confluence.pages |
Constructor and Description |
---|
CreateCommentCommandImpl(PermissionManager permissionManager,
ContentEntityManager contentManager,
CommentManager commentManager,
long contentId,
long parentCommentId,
String commentBody,
NewCommentDeduplicator commentDeduplicator) |
CreateCommentFromEditorCommand(PermissionManager permissionManager,
ContentEntityManager contentManager,
CommentManager commentManager,
EditorConverter editConverter,
long pageId,
long parentCommentId,
String commentBody,
NewCommentDeduplicator commentDeduplicator) |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
Comment |
CommentManager.addCommentToObject(ContentEntityObject ceo,
Comment parent,
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.
|
Comment |
DefaultCommentManager.addCommentToObject(ContentEntityObject ceo,
Comment parent,
String content,
NewCommentDeduplicator commentDeduplicator) |
Copyright © 2003–2018 Atlassian. All rights reserved.