Uses of Interface
com.atlassian.confluence.content.service.comment.CommentCommand
-
Packages that use CommentCommand Package Description com.atlassian.confluence.content.service.comment -
-
Uses of CommentCommand in com.atlassian.confluence.content.service.comment
Subinterfaces of CommentCommand in com.atlassian.confluence.content.service.comment Modifier and Type Interface Description interface
CreateCommentCommand
Service command to create a new commentinterface
DeleteCommentCommand
Service command for removing a comment.interface
EditCommentCommand
Service command for editing an existing comment.Classes in com.atlassian.confluence.content.service.comment that implement CommentCommand Modifier and Type Class Description class
CreateCommentCommandImpl
class
CreateCommentFromEditorCommand
class
DeleteCommentCommandImpl
class
EditCommentCommandImpl
class
EditCommentFromEditorCommand
-