public interface DraftAndSubmissionUtilService
Modifier and Type | Method and Description |
---|---|
boolean |
deleteAttachment(java.lang.String draftID,
java.lang.String attachmentKey)
deletes the Attachment and updates the list
|
boolean |
deleteDraft(java.lang.String draftID)
deletes the draft and attachments
|
boolean |
deletePendingSignInstance(java.lang.String psInstanceID)
Deletes the pending sign instance and its attachments as well as data.
|
boolean deleteAttachment(java.lang.String draftID, java.lang.String attachmentKey) throws FormsPortalException
draftID
- AttachmentKey
- FormsPortalException
boolean deleteDraft(java.lang.String draftID) throws FormsPortalException
draftID
- FormsPortalException
boolean deletePendingSignInstance(java.lang.String psInstanceID) throws FormsPortalException
psInstanceID
- java.lang.Exception
FormsPortalException
Copyright © 2010 - 2020 Adobe. All Rights Reserved