public class PictureBlobHolder extends DocumentBlobHolder
Constructor and Description |
---|
PictureBlobHolder(DocumentModel doc,
String path) |
Modifier and Type | Method and Description |
---|---|
Blob |
getBlob(String title) |
List<Blob> |
getBlobs()
Returns a list of blobs, if holder implementation supports multiple blobs.
|
List<Blob> |
getBlobs(String... viewNames) |
String |
getHash()
Returns a hash for the held blob.
|
getBlob, getModificationDate, getProperties, getProperty, setBlob
getFilePath
public PictureBlobHolder(DocumentModel doc, String path)
public List<Blob> getBlobs() throws ClientException
BlobHolder
getBlobs
in interface BlobHolder
getBlobs
in class DocumentBlobHolder
ClientException
public List<Blob> getBlobs(String... viewNames) throws ClientException
ClientException
public Blob getBlob(String title) throws ClientException
ClientException
public String getHash() throws ClientException
BlobHolder
getHash
in interface BlobHolder
getHash
in class DocumentBlobHolder
ClientException
Copyright © 2015 Nuxeo SA. All rights reserved.