Class ForumPostRepliesPost

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

    public class ForumPostRepliesPost
    extends AbstractDiscussionWebScript
    This class is the controller for the discussions page creating forum-post-replies.post webscript.
    Since:
    4.0
    Author:
    Nick Burch
    • Constructor Detail

      • ForumPostRepliesPost

        public ForumPostRepliesPost()
    • Method Detail

      • executeImpl

        protected Map<String,​Object> executeImpl​(org.alfresco.service.cmr.site.SiteInfo site,
                                                       org.alfresco.service.cmr.repository.NodeRef nodeRef,
                                                       org.alfresco.service.cmr.discussion.TopicInfo topic,
                                                       org.alfresco.service.cmr.discussion.PostInfo post,
                                                       org.springframework.extensions.webscripts.WebScriptRequest req,
                                                       org.json.simple.JSONObject json,
                                                       org.springframework.extensions.webscripts.Status status,
                                                       org.springframework.extensions.webscripts.Cache cache)
        Specified by:
        executeImpl in class AbstractDiscussionWebScript