public class FormSubmitInfo
extends java.lang.Object
Constructor and Description |
---|
FormSubmitInfo() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAgreementId()
Returns the Adobe Sign Agreement ID, which is generated when the form is sent to signers for signing.
|
java.lang.String |
getContentType()
Returns the mime type of the submitted data.
|
java.lang.String |
getData()
Returns the submitted data of the form
|
FileAttachmentWrapper |
getDocumentOfRecord()
Returns the document of record as a result of form submission.
|
java.lang.String |
getFileAttachmentMap()
Returns the String representation of File Attachment map
|
java.util.List<FileAttachmentWrapper> |
getFileAttachments()
Returns the list of
FileAttachmentWrapper objects. |
java.lang.String |
getFormContainerPath()
Returns the path to the form container
|
Resource |
getFormContainerResource()
Returns the form container resource
|
java.lang.String |
getFormSubmitter()
Returns the id of the user who submitted the form
|
java.lang.String |
getLocale()
Returns the form locale
|
PortalRecordInfo |
getPortalRecordInfo()
Returns the information related to form submission, in Forms Portal.
|
byte[] |
getSignData()
Returns the data (represented as byte array), filled by signers, while signing the form.
|
void |
setAgreementId(java.lang.String agreementId)
Sets the Adobe Sign Agreement ID, which is generated when the form is sent to signers for signing.
|
void |
setContentType(java.lang.String contentType)
Sets the mime type of the submitted data
|
void |
setData(java.lang.String data)
Sets the data submitted by the form
|
void |
setDocumentOfRecord(FileAttachmentWrapper documentOfRecord)
Sets the document of record as a result of form submission.
|
void |
setFileAttachmentMap(java.lang.String fileAttachmentMap)
Sets the String representation of File Attachment map
|
void |
setFileAttachments(java.util.List<FileAttachmentWrapper> fileAttachments)
Sets the list of
FileAttachmentWrapper objects |
void |
setFormContainerPath(java.lang.String formContainerPath)
Sets the given form container path
|
void |
setFormContainerResource(Resource formContainerResource)
Sets the form container resource
|
void |
setFormSubmitter(java.lang.String formSubmitter)
Sets the user id of the user who submitted the form
|
void |
setLocale(java.lang.String locale)
Sets the form locale
|
void |
setPortalRecordInfo(PortalRecordInfo portalRecordInfo)
Sets the information related to form submission, in Forms Portal.
|
void |
setSignData(byte[] signData)
Sets the data (represented as byte array), filled by signers, while signing the form.
|
public java.lang.String getFormContainerPath()
public void setFormContainerPath(java.lang.String formContainerPath)
formContainerPath
- path to the form containerpublic java.lang.String getData()
public void setData(java.lang.String data)
data
- data submittedpublic java.util.List<FileAttachmentWrapper> getFileAttachments()
FileAttachmentWrapper
objects. This list contains
the file attachment submittedFileAttachmentWrapper
objectspublic void setFileAttachments(java.util.List<FileAttachmentWrapper> fileAttachments)
FileAttachmentWrapper
objectsfileAttachments
- list of FileAttachmentWrapper
objectspublic FileAttachmentWrapper getDocumentOfRecord()
FileAttachmentWrapper
representing the document of recordpublic void setDocumentOfRecord(FileAttachmentWrapper documentOfRecord)
documentOfRecord
- FileAttachmentWrapper
representing the document of recordpublic java.lang.String getFileAttachmentMap()
public void setFileAttachmentMap(java.lang.String fileAttachmentMap)
fileAttachmentMap
- String representing File Attachment mappublic Resource getFormContainerResource()
public void setFormContainerResource(Resource formContainerResource)
formContainerResource
- resource to the form containerpublic java.lang.String getLocale()
public void setLocale(java.lang.String locale)
locale
- form localepublic java.lang.String getFormSubmitter()
public void setFormSubmitter(java.lang.String formSubmitter)
formSubmitter
- user id of the userpublic java.lang.String getContentType()
public void setContentType(java.lang.String contentType)
contentType
- mime type of the submitted datapublic byte[] getSignData()
public void setSignData(byte[] signData)
public java.lang.String getAgreementId()
public void setAgreementId(java.lang.String agreementId)
agreementId
- String representing Adobe Sign Agreement IDpublic PortalRecordInfo getPortalRecordInfo()
PortalRecordInfo
represents Forms Portal form submission infopublic void setPortalRecordInfo(PortalRecordInfo portalRecordInfo)
portalRecordInfo
- PortalRecordInfo
represents Forms Portal form submission infoCopyright © 2010 - 2020 Adobe. All Rights Reserved