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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommentgetComment()-
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
-
-