Class CalendarEntryPost

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

    public class CalendarEntryPost
    extends AbstractCalendarWebScript
    This class is the controller for the slingshot calendar event.post webscript.
    Since:
    4.0
    Author:
    Nick Burch
    • Constructor Detail

      • CalendarEntryPost

        public CalendarEntryPost()
    • Method Detail

      • executeImpl

        protected java.util.Map<java.lang.String,​java.lang.Object> executeImpl​(org.alfresco.service.cmr.site.SiteInfo site,
                                                                                     java.lang.String eventName,
                                                                                     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 AbstractCalendarWebScript