Package org.gcube.portal.databook.shared
Class ClientAttachment
- java.lang.Object
-
- org.gcube.portal.databook.shared.ClientAttachment
-
@JsType(isNative=true, namespace="<global>", name="Object") public class ClientAttachment extends Object
-
-
Constructor Summary
Constructors Constructor Description ClientAttachment()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ClientAttachmentcreate(String id, String uri, String name, String description, String thumbnailURL, String mimeType)
-
-
-
Method Detail
-
create
@JsOverlay public static ClientAttachment create(String id, String uri, String name, String description, String thumbnailURL, String mimeType)
- Parameters:
id- the id in the cassandra CFuri- where you can download the file fromname- the name of the attached filedescription- the description of the attached filethumbnailURL- the URL of the image representing the attached filemimeType- the type of file
-
-