Class DownloadBlobHolder
java.lang.Object
org.nuxeo.ecm.core.api.blobholder.AbstractBlobHolder
org.nuxeo.ecm.platform.rendition.adapter.DownloadBlobHolder
- All Implemented Interfaces:
BlobHolder
Blob holder able to return the blob of a document default rendition.
- Since:
- 9.3
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
getBlob()
Returns the Blob held inside the object.Returns the held blob modification date.Returns all properties as a Map.getProperty
(String name) Returns a named property.Methods inherited from class org.nuxeo.ecm.core.api.blobholder.AbstractBlobHolder
getBlobs, getFilePath, getHash, getMD5Digest, setBlob
-
Field Details
-
doc
-
-
Constructor Details
-
DownloadBlobHolder
-
-
Method Details
-
getProperty
Description copied from interface:BlobHolder
Returns a named property. -
getProperties
Description copied from interface:BlobHolder
Returns all properties as a Map. -
getBlob
Description copied from interface:BlobHolder
Returns the Blob held inside the object. -
getBasePath
- Specified by:
getBasePath
in classAbstractBlobHolder
-
getModificationDate
Description copied from interface:BlobHolder
Returns the held blob modification date.
-