Package com.avoka.fc.core.util
Class DeliveryUtils
java.lang.Object
com.avoka.fc.core.util.DeliveryUtils
Provides utility methods around submission and attachment delivery.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Attachment
createAttachmentBean
(Attachment attachment) Creates an attachment bean representing anAttachment
object.
-
Constructor Details
-
DeliveryUtils
public DeliveryUtils()
-
-
Method Details
-
createAttachmentBean
Creates an attachment bean representing anAttachment
object.- Parameters:
attachment
- a SmartForm Manager attachment entity- Returns:
- an attachment bean to be used for delivery
-