Uses of Interface
com.atlassian.confluence.content.service.comment.EditCommentCommand

Packages that use EditCommentCommand
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
 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.newEditCommentFromEditorCommand(long commentId, String newContent)
           
 EditCommentCommand CommentService.newEditCommentFromEditorCommand(long commentId, String newContent)
          Retrieve a command to edit the contents of a comment.
 

Uses of EditCommentCommand in com.atlassian.confluence.content.service.comment
 

Classes in com.atlassian.confluence.content.service.comment that implement EditCommentCommand
 class EditCommentCommandImpl
           
 class EditCommentFromEditorCommand
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.