Interface GuideSubmitPostProcessor


  • public interface GuideSubmitPostProcessor
    All the implementing Service of this interface, will be referred after the submission of an Adaptive form
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void handlePostProcess​(java.lang.String dataXML, java.util.List<FileAttachmentWrapper> attachments, java.util.Map<java.lang.String,​java.lang.String> options)
      This method would be invoked after the submission of an Adaptive form, for the implementing Service
    • Method Detail

      • handlePostProcess

        void handlePostProcess​(java.lang.String dataXML,
                               java.util.List<FileAttachmentWrapper> attachments,
                               java.util.Map<java.lang.String,​java.lang.String> options)
        This method would be invoked after the submission of an Adaptive form, for the implementing Service
        Parameters:
        dataXML - - String Data of the filled Adaptive form
        attachments - - List List of attachment wrapped in FileAttachmentWrapper
        options - - Map containing GuideConstants.DRAFT_ID (draftID), GuideConstants.ENABLE_PORTAL_SUBMIT (enablePortalSubmit), GuideConstants.REQUEST_PROPERTY_GUIDE_START (guideContainerPath)