Package com.adobe.fd.fp.service
Interface DraftAndSubmissionUtilService
-
public interface DraftAndSubmissionUtilService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
deleteAttachment(java.lang.String draftID, java.lang.String attachmentKey)
deletes the Attachment and updates the listboolean
deleteDraft(java.lang.String draftID)
deletes the draft and attachmentsboolean
deletePendingSignInstance(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 FormsPortalException
deletes the Attachment and updates the list- Parameters:
draftID
-AttachmentKey
-- Returns:
- success or failure
- Throws:
FormsPortalException
-
deleteDraft
boolean deleteDraft(java.lang.String draftID) throws FormsPortalException
deletes the draft and attachments- Parameters:
draftID
-- Returns:
- success or failure
- Throws:
FormsPortalException
-
deletePendingSignInstance
boolean deletePendingSignInstance(java.lang.String psInstanceID) throws FormsPortalException
Deletes the pending sign instance and its attachments as well as data.- Parameters:
psInstanceID
-- Returns:
- Throws:
java.lang.Exception
FormsPortalException
-
-