@Deprecated public interface SubmittedAFDataService
Modifier and Type | Method and Description |
---|---|
Boolean |
deleteSubmittedAFUserData(String submitDataID)
Deprecated.
Deletes user data stored against the ID passed as argument
|
byte[] |
getSubmittedAFUSerData(String submitDataID)
Deprecated.
Gets the user data stored against the ID passed as argument
|
String |
submitAFUserData(Map<String,Object> submittedAFUserdataMap)
Deprecated.
Submits the user data passed in argument map
|
String |
submitAttachments(Object attachmentBytes)
Deprecated.
Submits the attachment bytes passed as argument
|
String submitAFUserData(Map<String,Object> submittedAFUserdataMap) throws FormsPortalException
submittedAFUserdataMap
- This map contains Form Data (key - "guideState"), Adaptive Form Name (Key - "guideName"), and Draft DataID (Key - "userDataID")FormsPortalException
byte[] getSubmittedAFUSerData(String submitDataID) throws FormsPortalException
submitDataID
- FormsPortalException
Boolean deleteSubmittedAFUserData(String submitDataID) throws FormsPortalException
Submit
- DataIDFormsPortalException
String submitAttachments(Object attachmentBytes) throws FormsPortalException
attachmentsBytes
- would expect byte array of the attachment to be savedFormsPortalException
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.