Interface EditCommentCommand
- All Superinterfaces:
CommentCommand
,ServiceCommand
- All Known Implementing Classes:
EditCommentCommandImpl
,EditCommentFromEditorCommand
Service command for editing an existing comment.
-
Method Summary
Methods inherited from interface com.atlassian.confluence.core.service.ServiceCommand
execute, getValidationErrors, isAuthorized, isValid
-
Method Details
-
getComment
Comment getComment()Gets the comment that was edited. The behaviour of this method beforeexecute()
has been called successfully is undefined.- Specified by:
getComment
in interfaceCommentCommand
- Returns:
- the edited comment.
-