@Deprecated public interface DraftAFDataService
Modifier and Type | Method and Description |
---|---|
Boolean |
deleteAFDraftUserData(String draftDataID)
Deprecated.
Deletes the user data stored against the ID passed as the argument
|
boolean |
deleteAttachment(String attachmentID)
Deprecated.
To delete an attachment
|
byte[] |
getAFDraftUserData(String draftDataID)
Deprecated.
Gets the user data stored against the ID passed as the argument
|
String |
saveAFUserData(Map<String,Object> draftUserDataMap)
Deprecated.
Saves user data provided in the argument map
|
String |
saveAttachments(byte[] attachmentBytes)
Deprecated.
Saves the attachments for current adaptive form instance
|
Boolean deleteAFDraftUserData(String draftDataID) throws FormsPortalException
draftDataID
- FormsPortalException
String saveAFUserData(Map<String,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(String draftDataID) throws FormsPortalException
Draft
- DataIDFormsPortalException
String saveAttachments(byte[] attachmentBytes) throws FormsPortalException
attachmentsBytes
- would expect byte array of the attachment to be savedFormsPortalException
boolean deleteAttachment(String attachmentID) throws FormsPortalException
attachmentID
- FormsPortalException
Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.