Uses of Class
com.avoka.fc.core.service.EmbeddedAttachment
-
Packages that use EmbeddedAttachment Package Description com.avoka.fc.core.service Provides the SmartForm Manager service classes. -
-
Uses of EmbeddedAttachment in com.avoka.fc.core.service
Methods in com.avoka.fc.core.service that return types with arguments of type EmbeddedAttachment Modifier and Type Method Description List<EmbeddedAttachment>
SubmissionDataBean. getEmbeddedAttachments()
Return a list of embedded attachment.Methods in com.avoka.fc.core.service with parameters of type EmbeddedAttachment Modifier and Type Method Description void
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 EmbeddedAttachment Modifier and Type Method Description void
SubmissionDataBean. setEmbeddedAttachments(List<EmbeddedAttachment> embeddedAttachments)
Set embedded attachments.Constructor parameters in com.avoka.fc.core.service with type arguments of type EmbeddedAttachment Constructor Description SubmissionDataBean(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.
-