public class SimpleBlobHolderWithProperties extends SimpleBlobHolder
Constructor and Description |
---|
SimpleBlobHolderWithProperties(Blob blob,
Map<String,Serializable> properties) |
SimpleBlobHolderWithProperties(List<Blob> blobs,
Map<String,Serializable> properties) |
Modifier and Type | Method and Description |
---|---|
Map<String,Serializable> |
getProperties()
Returns all properties as a Map.
|
Serializable |
getProperty(String name)
Returns a named property.
|
getBlob, getBlobs, getModificationDate
getFilePath, getHash, setBlob
public SimpleBlobHolderWithProperties(Blob blob, Map<String,Serializable> properties)
public SimpleBlobHolderWithProperties(List<Blob> blobs, Map<String,Serializable> properties)
public Serializable getProperty(String name) throws ClientException
BlobHolder
getProperty
in interface BlobHolder
getProperty
in class SimpleBlobHolder
ClientException
public Map<String,Serializable> getProperties()
BlobHolder
getProperties
in interface BlobHolder
getProperties
in class SimpleBlobHolder
Copyright © 2015 Nuxeo SA. All rights reserved.