public class BlobResource extends Object implements ImageResource
This implementation is mainly used for unit testing.
Modifier and Type | Field and Description |
---|---|
protected Blob |
blob |
protected String |
hash |
protected Calendar |
modified |
Constructor and Description |
---|
BlobResource(Blob blob) |
Modifier and Type | Method and Description |
---|---|
Blob |
getBlob() |
String |
getHash() |
Calendar |
getModificationDate() |
public BlobResource(Blob blob)
public Blob getBlob()
getBlob
in interface ImageResource
public String getHash()
getHash
in interface ImageResource
public Calendar getModificationDate()
getModificationDate
in interface ImageResource
Copyright © 2018 Nuxeo. All rights reserved.