public class DocumentBlobHolder extends AbstractBlobHolder
BlobHolder
implementation based on a DocumentModel
and a XPath.Constructor and Description |
---|
DocumentBlobHolder(DocumentModel doc,
String xPath) |
DocumentBlobHolder(DocumentModel doc,
String xPath,
String xPathFilename)
Constructor with filename property for compatibility (when filename was not stored on blob object)
|
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.
|
String |
getHash()
Returns a hash for the held blob.
|
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.
|
void |
setBlob(Blob blob)
Sets a blob in the object.
|
getFilePath
public DocumentBlobHolder(DocumentModel doc, String xPath, String xPathFilename)
public DocumentBlobHolder(DocumentModel doc, String xPath)
public Blob getBlob() throws ClientException
BlobHolder
getBlob
in interface BlobHolder
getBlob
in class AbstractBlobHolder
ClientException
public void setBlob(Blob blob) throws ClientException
BlobHolder
The underlying document must be saved by the caller.
setBlob
in interface BlobHolder
setBlob
in class AbstractBlobHolder
ClientException
public Calendar getModificationDate() throws ClientException
BlobHolder
getModificationDate
in interface BlobHolder
getModificationDate
in class AbstractBlobHolder
ClientException
public String getHash() throws ClientException
BlobHolder
getHash
in interface BlobHolder
getHash
in class AbstractBlobHolder
ClientException
public Serializable getProperty(String name) throws ClientException
BlobHolder
ClientException
public Map<String,Serializable> getProperties()
BlobHolder
public List<Blob> getBlobs() throws ClientException
BlobHolder
getBlobs
in interface BlobHolder
getBlobs
in class AbstractBlobHolder
ClientException
Copyright © 2015 Nuxeo SA. All rights reserved.