@Deprecated
public interface DraftAFDataService
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
deleteAFDraftUserData(java.lang.String draftDataID)
Deprecated.
Deletes the user data stored against the ID passed as the argument
|
boolean |
deleteAttachment(java.lang.String attachmentID)
Deprecated.
To delete an attachment
|
byte[] |
getAFDraftUserData(java.lang.String draftDataID)
Deprecated.
Gets the user data stored against the ID passed as the argument
|
java.lang.String |
saveAFUserData(java.util.Map<java.lang.String,java.lang.Object> draftUserDataMap)
Deprecated.
Saves user data provided in the argument map
|
java.lang.String |
saveAttachments(byte[] attachmentBytes)
Deprecated.
Saves the attachments for current adaptive form instance
|
java.lang.Boolean deleteAFDraftUserData(java.lang.String draftDataID) throws FormsPortalException
draftDataID
- FormsPortalException
java.lang.String saveAFUserData(java.util.Map<java.lang.String,java.lang.Object> draftUserDataMap) throws FormsPortalException
draftUserDataMap
- contains Form Data (key - "guideState"), Adaptive Form Name (Key - "guideName"), and Draft DataID (Key - "userDataID") in case of updateFormsPortalException
byte[] getAFDraftUserData(java.lang.String draftDataID) throws FormsPortalException
Draft
- DataIDFormsPortalException
java.lang.String saveAttachments(byte[] attachmentBytes) throws FormsPortalException
attachmentsBytes
- would expect byte array of the attachment to be savedFormsPortalException
boolean deleteAttachment(java.lang.String attachmentID) throws FormsPortalException
attachmentID
- FormsPortalException
Copyright © 2010 - 2020 Adobe. All Rights Reserved