public class OutlookAttachmentActivity.Attachment extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Attachment(String fileUUID,
String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCssClassIcon() |
String |
getDownloadLink() |
String |
getFileUUID() |
String |
getFullPath() |
String |
getLink() |
String |
getMimeType() |
String |
getName() |
javax.jcr.Node |
getNode() |
String |
getPdfThumbnailImageLink() |
String |
getSize() |
String |
getSummary()
Gets the summary.
|
String |
getThumbnailImageLink() |
String |
getTitle()
Gets file title.
|
String |
getViewLink() |
boolean |
isExists() |
boolean |
isImage() |
boolean |
isSupportPreview() |
boolean |
isSupportThumbnailView() |
protected javax.jcr.Node |
node() |
public String getName()
public String getFileUUID()
public String getTitle()
public String getMimeType()
public String getSize()
public String getDownloadLink()
public String getPdfThumbnailImageLink() throws javax.jcr.RepositoryException, UnsupportedEncodingException
javax.jcr.RepositoryExceptionUnsupportedEncodingExceptionpublic String getThumbnailImageLink() throws javax.jcr.RepositoryException, UnsupportedEncodingException
javax.jcr.RepositoryExceptionUnsupportedEncodingExceptionpublic String getViewLink()
public String getCssClassIcon()
public boolean isExists()
throws javax.jcr.RepositoryException
true when node exists, false otherwisejavax.jcr.RepositoryException - when errorpublic String getSummary()
public javax.jcr.Node getNode()
throws javax.jcr.RepositoryException
nulljavax.jcr.RepositoryException - when strorage errorjavax.jcr.NoSuchWorkspaceException - when default workspace not foundjavax.jcr.LoginException - when login errorprotected javax.jcr.Node node()
throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionpublic String getFullPath() throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionCopyright © 2003–2016 eXo Platform SAS. All rights reserved.