Package | Description |
---|---|
com.atlassian.confluence.content.service | |
com.atlassian.confluence.content.service.comment |
Modifier and Type | Method and Description |
---|---|
CreateCommentCommand |
DefaultCommentService.newCreateCommentCommand(long contentId,
long parentCommentId,
String content) |
CreateCommentCommand |
CommentService.newCreateCommentCommand(long pageId,
long parentCommentId,
String content)
Deprecated.
|
CreateCommentCommand |
DefaultCommentService.newCreateCommentCommand(long contentId,
long parentCommentId,
String content,
UUID submissionToken) |
CreateCommentCommand |
CommentService.newCreateCommentCommand(long pageId,
long parentCommentId,
String content,
UUID submissionToken)
Retrieve a command to add a new command to some content, threaded below some other comment.
|
CreateCommentCommand |
DefaultCommentService.newCreateCommentCommand(long contentId,
String content) |
CreateCommentCommand |
CommentService.newCreateCommentCommand(long pageId,
String content)
Deprecated.
|
CreateCommentCommand |
DefaultCommentService.newCreateCommentCommand(long contentId,
String content,
UUID submissionToken) |
CreateCommentCommand |
CommentService.newCreateCommentCommand(long pageId,
String content,
UUID submissionToken)
Retrieve a command to create a new comment and add it to some content.
|
CreateCommentCommand |
DefaultCommentService.newCreateCommentFromEditorCommand(long contentId,
long parentCommentId,
String content) |
CreateCommentCommand |
CommentService.newCreateCommentFromEditorCommand(long pageId,
long parentCommentId,
String content)
Deprecated.
|
CreateCommentCommand |
DefaultCommentService.newCreateCommentFromEditorCommand(long contentId,
long parentCommentId,
String content,
UUID submissionToken) |
CreateCommentCommand |
CommentService.newCreateCommentFromEditorCommand(long pageId,
long parentCommentId,
String content,
UUID submissionToken)
Retrieve a command to add a new command to some content, threaded below some other comment.
|
CreateCommentCommand |
DefaultCommentService.newCreateCommentFromEditorCommand(long contentId,
String content) |
CreateCommentCommand |
CommentService.newCreateCommentFromEditorCommand(long pageId,
String content)
Deprecated.
Since 5.5. Use
CommentService.newCreateCommentFromEditorCommand(long, long, String, java.util.UUID) if you must. |
Modifier and Type | Class and Description |
---|---|
class |
CreateCommentCommandImpl |
class |
CreateCommentFromEditorCommand |
Copyright © 2003–2018 Atlassian. All rights reserved.