Interface CommentCommand
- All Superinterfaces:
ServiceCommand
- All Known Subinterfaces:
CreateCommentCommand,DeleteCommentCommand,EditCommentCommand
- All Known Implementing Classes:
CreateCommentCommandImpl,CreateCommentFromEditorCommand,DeleteCommentCommandImpl,EditCommentCommandImpl,EditCommentFromEditorCommand
-
Method Summary
Methods inherited from interface com.atlassian.confluence.core.service.ServiceCommand
execute, getValidationErrors, isAuthorized, isValid
-
Method Details
-
getComment
Comment getComment()- Returns:
- the comment that is created, deleted or updated
-