Uses of Class
com.avoka.fc.core.service.EmbeddedAttachment
-
Uses of EmbeddedAttachment in com.avoka.fc.core.service
Modifier and TypeMethodDescriptionSubmissionDataBean.getEmbeddedAttachments()
Return a list of embedded attachment.Modifier and TypeMethodDescriptionvoid
AttachmentService.saveEmbeddedAttachmentForSubmission
(EmbeddedAttachment embeddedAttachment, Submission submission) Save the embedded attachment for the given submission.Modifier and TypeMethodDescriptionvoid
SubmissionDataBean.setEmbeddedAttachments
(List<EmbeddedAttachment> embeddedAttachments) Set embedded attachments.ModifierConstructorDescriptionSubmissionDataBean
(Document document, byte[] submittedData, String contentType, String processState, List<EmbeddedAttachment> embeddedAttachments, String validationErrors) Create the submission data bean by providing the document, process state, embedded attachment and validation errors.