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

All Superinterfaces:
ServiceCommand
All Known Subinterfaces:
CreateCommentCommand, DeleteCommentCommand, EditCommentCommand
All Known Implementing Classes:
CreateCommentCommandImpl, CreateCommentFromEditorCommand, DeleteCommentCommandImpl, EditCommentCommandImpl, EditCommentFromEditorCommand

public interface CommentCommand
extends ServiceCommand


Method Summary
 Comment getComment()
           
 
Methods inherited from interface com.atlassian.confluence.core.service.ServiceCommand
execute, getValidationErrors, isAuthorized, isValid
 

Method Detail

getComment

Comment getComment()
Returns:
the comment that is created, deleted or updated


Copyright © 2003–2015 Atlassian. All rights reserved.