Methods in com.atlassian.confluence.content.service that return CreateCommentCommand |
CreateCommentCommand |
DefaultCommentService.newCreateCommentCommand(long pageId,
long parentCommentId,
java.lang.String content)
|
CreateCommentCommand |
CommentService.newCreateCommentCommand(long pageId,
long parentCommentId,
java.lang.String content)
Retrieve a command to add a new command to some content, threaded below some other comment. |
CreateCommentCommand |
DefaultCommentService.newCreateCommentCommand(long pageId,
java.lang.String content)
|
CreateCommentCommand |
CommentService.newCreateCommentCommand(long pageId,
java.lang.String content)
Retrieve a command to create a new comment and add it to some content. |
CreateCommentCommand |
DefaultCommentService.newCreateCommentFromEditorCommand(long pageId,
long parentCommentId,
java.lang.String content)
|
CreateCommentCommand |
CommentService.newCreateCommentFromEditorCommand(long pageId,
long parentCommentId,
java.lang.String content)
Retrieve a command to add a new command to some content, threaded below some other comment. |
CreateCommentCommand |
DefaultCommentService.newCreateCommentFromEditorCommand(long pageId,
java.lang.String content)
|
CreateCommentCommand |
CommentService.newCreateCommentFromEditorCommand(long pageId,
java.lang.String content)
Retrieve a command to create a new comment and add it to some content. |