Uses of Interface
com.atlassian.confluence.content.service.comment.CreateCommentCommand
-
Packages that use CreateCommentCommand Package Description com.atlassian.confluence.content.service com.atlassian.confluence.content.service.comment -
-
Uses of CreateCommentCommand in com.atlassian.confluence.content.service
Methods in com.atlassian.confluence.content.service that return CreateCommentCommand Modifier and Type Method Description CreateCommentCommandCommentService. 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.CreateCommentCommandCommentService. newCreateCommentCommand(long pageId, String content, UUID submissionToken)Retrieve a command to create a new comment and add it to some content.CreateCommentCommandDefaultCommentService. newCreateCommentCommand(long contentId, long parentCommentId, String content, UUID submissionToken)CreateCommentCommandDefaultCommentService. newCreateCommentCommand(long contentId, String content, UUID submissionToken)CreateCommentCommandCommentService. 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.CreateCommentCommandDefaultCommentService. newCreateCommentFromEditorCommand(long contentId, long parentCommentId, String content, UUID submissionToken) -
Uses of CreateCommentCommand in com.atlassian.confluence.content.service.comment
Classes in com.atlassian.confluence.content.service.comment that implement CreateCommentCommand Modifier and Type Class Description classCreateCommentCommandImplclassCreateCommentFromEditorCommand
-