com.atlassian.confluence.content.service.comment
Interface DeleteCommentCommand

All Superinterfaces:
CommentCommand, ServiceCommand
All Known Implementing Classes:
DeleteCommentCommandImpl

public interface DeleteCommentCommand
extends CommentCommand

Service command for removing a comment.


Method Summary
 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 before execute() completes successfully is undefined.

Specified by:
getComment in interface CommentCommand
Returns:
the comment that was removed


Copyright © 2003-2014 Atlassian. All Rights Reserved.