Interface CreateCommentCommand
- All Superinterfaces:
CommentCommand
,ServiceCommand
- All Known Implementing Classes:
CreateCommentCommandImpl
,CreateCommentFromEditorCommand
Service command to create a new 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 created. Will be null if called beforeexecute()
.- Specified by:
getComment
in interfaceCommentCommand
- Returns:
- the comment that was created, or null if the command has not been executed successfully.
-