public class PictureBookBlobHolder extends DocumentBlobHolder
Constructor and Description |
---|
PictureBookBlobHolder(DocumentModel doc,
String xPath) |
Modifier and Type | Method and Description |
---|---|
Blob |
getBlob()
Returns the Blob held inside the object.
|
List<Blob> |
getBlobs()
Returns a list of blobs, if holder implementation supports multiple blobs.
|
List<Blob> |
getBlobs(String title) |
String |
getHash()
Returns a hash for the held blob.
|
getModificationDate, getProperties, getProperty, setBlob
getFilePath
public PictureBookBlobHolder(DocumentModel doc, String xPath)
public Blob getBlob() throws ClientException
BlobHolder
getBlob
in interface BlobHolder
getBlob
in class DocumentBlobHolder
ClientException
public List<Blob> getBlobs() throws ClientException
BlobHolder
getBlobs
in interface BlobHolder
getBlobs
in class DocumentBlobHolder
ClientException
public List<Blob> getBlobs(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.