Class FormSubmittedDataParser


  • public class FormSubmittedDataParser
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Map<java.lang.String,​java.lang.String> getGuideValueMap​(FormSubmitInfo formSubmitInfo)
      This API returns guideValueMap, that is, Map of all the fields and their values, and portal submit link and submit id
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FormSubmittedDataParser

        public FormSubmittedDataParser()
    • Method Detail

      • getGuideValueMap

        public static java.util.Map<java.lang.String,​java.lang.String> getGuideValueMap​(FormSubmitInfo formSubmitInfo)
                                                                                       throws JSONException
        This API returns guideValueMap, that is, Map of all the fields and their values, and portal submit link and submit id
        Parameters:
        formSubmitInfo - FormSubmitInfo object containing the basic information required during form submission
        Returns:
        Map of all the fields and their values, and portal submit link and submit id
        Throws:
        JSONException
        See Also:
        FormSubmitInfo