public class DownloadBlobHolder extends AbstractBlobHolder
| Modifier and Type | Field and Description |
|---|---|
protected DocumentModel |
doc |
| Constructor and Description |
|---|
DownloadBlobHolder(DocumentModel doc) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getBasePath() |
Blob |
getBlob()
Returns the Blob held inside the object.
|
Calendar |
getModificationDate()
Returns the held blob modification date.
|
Map<String,Serializable> |
getProperties()
Returns all properties as a Map.
|
Serializable |
getProperty(String name)
Returns a named property.
|
getBlobs, getFilePath, getHash, getMD5Digest, setBlobprotected final DocumentModel doc
public DownloadBlobHolder(DocumentModel doc)
public Serializable getProperty(String name)
BlobHolderpublic Map<String,Serializable> getProperties()
BlobHolderpublic Blob getBlob()
BlobHoldergetBlob in interface BlobHoldergetBlob in class AbstractBlobHolderprotected String getBasePath()
getBasePath in class AbstractBlobHolderpublic Calendar getModificationDate()
BlobHoldergetModificationDate in interface BlobHoldergetModificationDate in class AbstractBlobHolderCopyright © 2019 Nuxeo. All rights reserved.