Package com.enonic.xp.attachment
Class AttachmentSerializer
- java.lang.Object
-
- com.enonic.xp.attachment.AttachmentSerializer
-
public class AttachmentSerializer extends Object
-
-
Constructor Summary
Constructors Constructor Description AttachmentSerializer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
create(PropertySet propertySet, CreateAttachments createAttachments, String name)
static void
create(PropertyTree propertyTree, CreateAttachments createAttachments)
-
-
-
Method Detail
-
create
public static void create(PropertyTree propertyTree, CreateAttachments createAttachments)
-
create
public static void create(PropertySet propertySet, CreateAttachments createAttachments, String name)
-
-