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

All Superinterfaces:
ServiceCommand
All Known Implementing Classes:
EditCommentCommandImpl, EditCommentFromEditorCommand

public interface EditCommentCommand
extends ServiceCommand

Service command for editing an existing comment.


Method Summary
 Comment getComment()
          Gets the comment that was edited.
 
Methods inherited from interface com.atlassian.confluence.core.service.ServiceCommand
execute, getValidationErrors, isAuthorized, isValid
 

Method Detail

getComment

Comment getComment()
Gets the comment that was edited. The behaviour of this method before execute() has been called successfully is undefined.

Returns:
the edited comment.


Copyright © 2003-2011 Atlassian. All Rights Reserved.