Interface DeleteCommentCommand
- All Superinterfaces:
CommentCommand
,ServiceCommand
- All Known Implementing Classes:
DeleteCommentCommandImpl
Service command for removing a 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 removed. The behaviour of this command beforeexecute()
completes successfully is undefined.- Specified by:
getComment
in interfaceCommentCommand
- Returns:
- the comment that was removed
-