Uses of Interface
com.atlassian.confluence.content.service.comment.EditCommentCommand
- 
Packages that use EditCommentCommand Package Description com.atlassian.confluence.content.service com.atlassian.confluence.content.service.comment  - 
- 
Uses of EditCommentCommand in com.atlassian.confluence.content.service
Methods in com.atlassian.confluence.content.service that return EditCommentCommand Modifier and Type Method Description EditCommentCommandCommentService. newEditCommentCommand(long commentId, String newContent)Retrieve a command to edit the contents of a comment.EditCommentCommandDefaultCommentService. newEditCommentCommand(long commentId, String newContent)EditCommentCommandCommentService. newEditCommentFromEditorCommand(long commentId, String newContent)Retrieve a command to edit the contents of a comment.EditCommentCommandDefaultCommentService. newEditCommentFromEditorCommand(long commentId, String newContent) - 
Uses of EditCommentCommand in com.atlassian.confluence.content.service.comment
Classes in com.atlassian.confluence.content.service.comment that implement EditCommentCommand Modifier and Type Class Description classEditCommentCommandImplclassEditCommentFromEditorCommand 
 -