Package com.avoka.fc.core.util
Class DeliveryUtils
- java.lang.Object
-
- com.avoka.fc.core.util.DeliveryUtils
-
public class DeliveryUtils extends Object
Provides utility methods around submission and attachment delivery.
-
-
Constructor Summary
Constructors Constructor Description DeliveryUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Attachment
createAttachmentBean(Attachment attachment)
Creates an attachment bean representing anAttachment
object.
-
-
-
Method Detail
-
createAttachmentBean
public static Attachment createAttachmentBean(Attachment attachment)
Creates an attachment bean representing anAttachment
object.- Parameters:
attachment
- a SmartForm Manager attachment entity- Returns:
- an attachment bean to be used for delivery
-
-