Uses of Class
com.avoka.fc.core.bean.RequiredAttachmentMetadata
-
Packages that use RequiredAttachmentMetadata Package Description com.avoka.fc.core.dao Provides the Data Access Objects used by SmartForm Manager.com.avoka.fc.core.service Provides the SmartForm Manager service classes. -
-
Uses of RequiredAttachmentMetadata in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao with parameters of type RequiredAttachmentMetadata Modifier and Type Method Description RequiredAttachment
RequiredAttachmentDao. 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
Methods in com.avoka.fc.core.service with parameters of type RequiredAttachmentMetadata Modifier and Type Method Description Attachment
AttachmentService. 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.Attachment
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.
-