Class SubmissionBeanUtils


  • public class SubmissionBeanUtils
    extends Object
    Provides utility methods to create submission bean objects to be used for delivery.
    • Constructor Detail

      • SubmissionBeanUtils

        public SubmissionBeanUtils()
    • Method Detail

      • createSubmissionBeanWithAttachmentKeys

        public static Submission createSubmissionBeanWithAttachmentKeys​(Submission submission)
                                                                 throws IOException
        Creates a submission bean representing a Submission entity
        Parameters:
        submission - a SmartForm Manager submission entity
        Returns:
        a submission bean to be used for delivery, containing only the surrogate keys for the attachments but not the attachments themselves
        Throws:
        IOException - if an I/O error occurs