| 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.newEditCommentFromAtlassianEditorCommand(long commentId,
ContentBody contentBody) |
EditCommentCommand |
CommentService.newEditCommentFromAtlassianEditorCommand(long commentId,
ContentBody contentBody)
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 |
EditCommentFromAtlassianEditorCommand
Command for editing a comment in editor2 format
|
class |
EditCommentFromEditorCommand |
Copyright © 2003–2017 Atlassian. All rights reserved.