Package com.adobe.fd.fp.service
Interface DraftAndSubmissionUtilService
-
public interface DraftAndSubmissionUtilService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleandeleteAttachment(java.lang.String draftID, java.lang.String attachmentKey)deletes the Attachment and updates the listbooleandeleteDraft(java.lang.String draftID)deletes the draft and attachmentsbooleandeletePendingSignInstance(java.lang.String psInstanceID)Deletes the pending sign instance and its attachments as well as data.
-
-
-
Method Detail
-
deleteAttachment
boolean deleteAttachment(java.lang.String draftID, java.lang.String attachmentKey) throws FormsPortalExceptiondeletes the Attachment and updates the list- Parameters:
draftID-AttachmentKey-- Returns:
- success or failure
- Throws:
FormsPortalException
-
deleteDraft
boolean deleteDraft(java.lang.String draftID) throws FormsPortalExceptiondeletes the draft and attachments- Parameters:
draftID-- Returns:
- success or failure
- Throws:
FormsPortalException
-
deletePendingSignInstance
boolean deletePendingSignInstance(java.lang.String psInstanceID) throws FormsPortalExceptionDeletes the pending sign instance and its attachments as well as data.- Parameters:
psInstanceID-- Returns:
- Throws:
java.lang.ExceptionFormsPortalException
-
-