Class DownloadBlobHolder

java.lang.Object
org.nuxeo.ecm.core.api.blobholder.AbstractBlobHolder
org.nuxeo.ecm.platform.rendition.adapter.DownloadBlobHolder
All Implemented Interfaces:
BlobHolder

public class DownloadBlobHolder extends AbstractBlobHolder
Blob holder able to return the blob of a document default rendition.
Since:
9.3
See Also:
  • Field Details

  • Constructor Details

    • DownloadBlobHolder

      public DownloadBlobHolder(DocumentModel doc)
  • Method Details

    • getProperty

      public Serializable getProperty(String name)
      Description copied from interface: BlobHolder
      Returns a named property.
    • getProperties

      public Map<String,Serializable> getProperties()
      Description copied from interface: BlobHolder
      Returns all properties as a Map.
    • getBlob

      public Blob getBlob()
      Description copied from interface: BlobHolder
      Returns the Blob held inside the object.
    • getBasePath

      protected String getBasePath()
      Specified by:
      getBasePath in class AbstractBlobHolder
    • getModificationDate

      public Calendar getModificationDate()
      Description copied from interface: BlobHolder
      Returns the held blob modification date.