Interface SignAgreementService


  • public interface SignAgreementService
    • Method Detail

      • createAgreement

        SignAgreementInfo createAgreement​(FormSubmitInfo formSubmitInfo,
                                          java.lang.String postSigningURL,
                                          java.lang.Boolean fetchFirstSignerUrl)
        Creates an Adobe Sign agreement for AF with the document passed as input
        Parameters:
        formSubmitInfo - information about document for which agreement is to be created
        postSigningURL - URL to be rendered after signing
        fetchFirstSignerUrl - Boolean governing whether the url for signing the form for first signer will be returned or not
        Returns:
        SignAgreementInfo Result of agreement creation
      • submitAgreement

        java.util.Map<java.lang.String,​java.lang.Object> submitAgreement​(java.lang.String systemId,
                                                                               java.lang.String agreementId,
                                                                               java.lang.String signConfigPath)
                                                                        throws GuideException
        Throws:
        GuideException