Class PortalRecordInfo


  • public class PortalRecordInfo
    extends java.lang.Object
    Defines the information related to form submission, in Forms Portal.
    Since:
    6.3
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPendingSignId()
      Returns the Forms Portal Pending Sign ID, which is generated when the form is sent to signers for signing.
      java.lang.String getSubmitID()
      Returns the Forms Portal Submit ID, which is generated, when the form is submitted.
      java.lang.String getSubmitLink()
      Returns the pdf link (representing submitted form)
      void setPendingSignId​(java.lang.String pendingSignId)
      Sets the Forms Portal Pending Sign ID, which is generated when the form is sent to signers for signing.
      void setSubmitID​(java.lang.String submitID)
      Sets the Forms Portal Submit ID, which is generated, when the form is submitted.
      void setSubmitLink​(java.lang.String submitLink)
      Sets the pdf link (representing submitted form)
      • Methods inherited from class java.lang.Object

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

      • PortalRecordInfo

        public PortalRecordInfo()
      • PortalRecordInfo

        public PortalRecordInfo​(java.lang.String submitID,
                                java.lang.String submitLink)
    • Method Detail

      • getSubmitID

        public java.lang.String getSubmitID()
        Returns the Forms Portal Submit ID, which is generated, when the form is submitted.
        Returns:
        String representing Forms Portal Submit ID
      • setSubmitID

        public void setSubmitID​(java.lang.String submitID)
        Sets the Forms Portal Submit ID, which is generated, when the form is submitted.
        Parameters:
        submitID - String representing Forms Portal Submit ID
      • getSubmitLink

        public java.lang.String getSubmitLink()
        Returns the pdf link (representing submitted form)
        Returns:
        String representing the pdf link
      • setSubmitLink

        public void setSubmitLink​(java.lang.String submitLink)
        Sets the pdf link (representing submitted form)
        Parameters:
        submitLink - String representing the pdf link
      • getPendingSignId

        public java.lang.String getPendingSignId()
        Returns the Forms Portal Pending Sign ID, which is generated when the form is sent to signers for signing.
        Returns:
        String representing Forms Portal Pending Sign ID
      • setPendingSignId

        public void setPendingSignId​(java.lang.String pendingSignId)
        Sets the Forms Portal Pending Sign ID, which is generated when the form is sent to signers for signing.
        Parameters:
        pendingSignId - String representing Forms Portal Pending Sign ID