Interface DeleteCommentCommand
-
- All Superinterfaces:
CommentCommand
,ServiceCommand
- All Known Implementing Classes:
DeleteCommentCommandImpl
public interface DeleteCommentCommand extends CommentCommand
Service command for removing a comment.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Comment
getComment()
Gets the comment that was removed.-
Methods inherited from interface com.atlassian.confluence.core.service.ServiceCommand
execute, getValidationErrors, isAuthorized, isValid
-
-
-
-
Method Detail
-
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
-
-