Uses of Class
com.avoka.fc.core.service.EmbeddedAttachment
Packages that use EmbeddedAttachment
-
Uses of EmbeddedAttachment in com.avoka.fc.core.service
Methods in com.avoka.fc.core.service that return types with arguments of type EmbeddedAttachmentModifier and TypeMethodDescriptionSubmissionDataBean.getEmbeddedAttachments()
Return a list of embedded attachment.Methods in com.avoka.fc.core.service with parameters of type EmbeddedAttachmentModifier and TypeMethodDescriptionvoid
AttachmentService.saveEmbeddedAttachmentForSubmission
(EmbeddedAttachment embeddedAttachment, Submission submission) Save the embedded attachment for the given submission.Method parameters in com.avoka.fc.core.service with type arguments of type EmbeddedAttachmentModifier and TypeMethodDescriptionvoid
SubmissionDataBean.setEmbeddedAttachments
(List<EmbeddedAttachment> embeddedAttachments) Set embedded attachments.Constructor parameters in com.avoka.fc.core.service with type arguments of type EmbeddedAttachmentModifierConstructorDescriptionSubmissionDataBean
(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.