Class CommentDelete

  • All Implemented Interfaces:
    org.springframework.extensions.webscripts.WebScript

    public class CommentDelete
    extends AbstractCommentsWebScript
    This class is the controller for the comment.delete web script.
    Since:
    4.2.6
    Author:
    Ramona Popa
    • Constructor Detail

      • CommentDelete

        public CommentDelete()
    • Method Detail

      • executeImpl

        protected Map<String,​Object> executeImpl​(org.alfresco.service.cmr.repository.NodeRef nodeRef,
                                                       org.springframework.extensions.webscripts.WebScriptRequest req,
                                                       org.springframework.extensions.webscripts.Status status,
                                                       org.springframework.extensions.webscripts.Cache cache)
        Overrides AbstractCommentsWebScript to delete comment
        Specified by:
        executeImpl in class AbstractCommentsWebScript
        Returns: