public class FormSubmitInfo extends Object
Constructor and Description |
---|
FormSubmitInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getAgreementId()
Returns the Adobe Sign Agreement ID, which is generated when the form is sent to signers for signing.
|
String |
getContentType()
Returns the mime type of the submitted data.
|
String |
getData()
Returns the submitted data of the form
|
com.adobe.forms.common.service.FileAttachmentWrapper |
getDocumentOfRecord()
Returns the document of record as a result of form submission.
|
String |
getFileAttachmentMap()
Returns the String representation of File Attachment map
|
List<com.adobe.forms.common.service.FileAttachmentWrapper> |
getFileAttachments()
Returns the list of
FileAttachmentWrapper objects. |
String |
getFormContainerPath()
Returns the path to the form container
|
org.apache.sling.api.resource.Resource |
getFormContainerResource()
Returns the form container resource
|
String |
getFormSubmitter()
Returns the id of the user who submitted the form
|
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(String agreementId)
Sets the Adobe Sign Agreement ID, which is generated when the form is sent to signers for signing.
|
void |
setContentType(String contentType)
Sets the mime type of the submitted data
|
void |
setData(String data)
Sets the data submitted by the form
|
void |
setDocumentOfRecord(com.adobe.forms.common.service.FileAttachmentWrapper documentOfRecord)
Sets the document of record as a result of form submission.
|
void |
setFileAttachmentMap(String fileAttachmentMap)
Sets the String representation of File Attachment map
|
void |
setFileAttachments(List<com.adobe.forms.common.service.FileAttachmentWrapper> fileAttachments)
Sets the list of
FileAttachmentWrapper objects |
void |
setFormContainerPath(String formContainerPath)
Sets the given form container path
|
void |
setFormContainerResource(org.apache.sling.api.resource.Resource formContainerResource)
Sets the form container resource
|
void |
setFormSubmitter(String formSubmitter)
Sets the user id of the user who submitted the form
|
void |
setLocale(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 String getFormContainerPath()
public void setFormContainerPath(String formContainerPath)
formContainerPath
- path to the form containerpublic String getData()
public void setData(String data)
data
- data submittedpublic List<com.adobe.forms.common.service.FileAttachmentWrapper> getFileAttachments()
FileAttachmentWrapper
objects. This list contains
the file attachment submittedFileAttachmentWrapper
objectspublic void setFileAttachments(List<com.adobe.forms.common.service.FileAttachmentWrapper> fileAttachments)
FileAttachmentWrapper
objectsfileAttachments
- list of FileAttachmentWrapper
objectspublic com.adobe.forms.common.service.FileAttachmentWrapper getDocumentOfRecord()
FileAttachmentWrapper
representing the document of recordpublic void setDocumentOfRecord(com.adobe.forms.common.service.FileAttachmentWrapper documentOfRecord)
documentOfRecord
- FileAttachmentWrapper
representing the document of recordpublic String getFileAttachmentMap()
public void setFileAttachmentMap(String fileAttachmentMap)
fileAttachmentMap
- String representing File Attachment mappublic org.apache.sling.api.resource.Resource getFormContainerResource()
public void setFormContainerResource(org.apache.sling.api.resource.Resource formContainerResource)
formContainerResource
- resource to the form containerpublic String getLocale()
public void setLocale(String locale)
locale
- form localepublic String getFormSubmitter()
public void setFormSubmitter(String formSubmitter)
formSubmitter
- user id of the userpublic String getContentType()
public void setContentType(String contentType)
contentType
- mime type of the submitted datapublic byte[] getSignData()
public void setSignData(byte[] signData)
public String getAgreementId()
public void setAgreementId(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 © 1982–2022 Adobe Systems Inc.. All rights reserved.