Uses of Class
com.avoka.fc.core.bean.RequiredAttachmentMetadata
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
Provides the SmartForm Manager service classes.
-
Uses of RequiredAttachmentMetadata in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionRequiredAttachmentDao.createOrUpdateRequiredAttachment
(Submission submission, RequiredAttachmentMetadata metadata) Create or update a RequiredAttachment record for the submission with the specified required attachment metadata. -
Uses of RequiredAttachmentMetadata in com.avoka.fc.core.service
Modifier and TypeMethodDescriptionAttachmentService.addInFormAttachment
(Submission submission, byte[] fileData, String fileName, String contentType, RequiredAttachmentMetadata attachmentMetadata, String attachmentKey, boolean isTFieldAttachment) Add the specified fileData to the submission with the associated required attachment metadata.AttachmentService.addInFormAttachment
(Submission submission, org.apache.commons.fileupload.FileItem fileItem, RequiredAttachmentMetadata attachmentMetadata, String attachmentKey) Add the specified FileItem to the submission with the associated required attachment metadata.