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 Details

    • getComment

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