public interface Attachment
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getCreatedDate()
Date of the creation
|
String |
getCreator()
Creator of the last version of the attachment
|
String |
getDownloadURL()
URL to download the attachment
|
HashMap<String,String[]> |
getPermission() |
String |
getText()
Get the text representation of the content item
|
String |
getTitle() |
Calendar |
getUpdatedDate()
Date of last update of this attachment
|
long |
getWeightInBytes()
Get the weight of the attachment in bytes
|
boolean |
hasPermission(PermissionType permissionType) |
void |
setPermission(HashMap<String,String[]> permissions) |
void |
setText(String text) |
void |
setTitle(String title) |
long getWeightInBytes()
String getCreator()
Calendar getCreatedDate()
Calendar getUpdatedDate()
String getDownloadURL()
String getTitle()
void setTitle(String title)
String getText()
void setText(String text)
void setPermission(HashMap<String,String[]> permissions) throws Exception
Exceptionboolean hasPermission(PermissionType permissionType) throws Exception
ExceptionCopyright © 2003–2015 eXo Platform SAS. All rights reserved.