Uses of Class
org.gcube.portal.databook.shared.ClientAttachment
-
Packages that use ClientAttachment Package Description org.gcube.portal.databook.shared -
-
Uses of ClientAttachment in org.gcube.portal.databook.shared
Fields in org.gcube.portal.databook.shared declared as ClientAttachment Modifier and Type Field Description ClientAttachment[]ClientPost. attachmentsMethods in org.gcube.portal.databook.shared that return ClientAttachment Modifier and Type Method Description static ClientAttachmentClientAttachment. create(String id, String uri, String name, String description, String thumbnailURL, String mimeType)Methods in org.gcube.portal.databook.shared with parameters of type ClientAttachment Modifier and Type Method Description static ClientPostClientPost. create(String key, String type, String userid, Date time, String uri, String description, String fullName, String email, String thumbnailURL, String linkTitle, String linkDescription, String linkUrlThumbnail, String linkHost, ClientAttachment[] attachments)
-