public interface

DeleteCommentCommand

implements ServiceCommand
com.atlassian.confluence.content.service.comment.DeleteCommentCommand
Known Indirect Subclasses

Class Overview

Service command for removing a comment.

Summary

Public Methods
Comment getComment()
Gets the comment that was removed.
[Expand]
Inherited Methods
From interface com.atlassian.confluence.core.service.ServiceCommand

Public Methods

public Comment getComment ()

Gets the comment that was removed. The behaviour of this command before execute() completes successfully is undefined.

Returns
  • the comment that was removed