Package | Description |
---|---|
com.atlassian.confluence.content.service | |
com.atlassian.confluence.content.service.comment |
Modifier and Type | Method and Description |
---|---|
EditCommentCommand |
DefaultCommentService.newEditCommentCommand(long commentId,
String newContent) |
EditCommentCommand |
CommentService.newEditCommentCommand(long commentId,
String newContent)
Retrieve a command to edit the contents of a comment.
|
EditCommentCommand |
DefaultCommentService.newEditCommentFromEditorCommand(long commentId,
String newContent) |
EditCommentCommand |
CommentService.newEditCommentFromEditorCommand(long commentId,
String newContent)
Retrieve a command to edit the contents of a comment.
|
Modifier and Type | Class and Description |
---|---|
class |
EditCommentCommandImpl |
class |
EditCommentFromEditorCommand |
Copyright © 2003–2019 Atlassian. All rights reserved.