Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.pictures.tiles.api.imageresource
Interface ImageResource

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BlobResource, DocumentImageResource

public interface ImageResource
extends java.io.Serializable

An ImageResource represents way to get a Blob Image. Underlying implementation may be Blob based or DocumentModel based.

Author:
tiry

Method Summary
 Blob getBlob()
           
 java.lang.String getHash()
           
 java.util.Calendar getModificationDate()
           
 

Method Detail

getBlob

Blob getBlob()
             throws ClientException
Throws:
ClientException

getHash

java.lang.String getHash()
                         throws ClientException
Throws:
ClientException

getModificationDate

java.util.Calendar getModificationDate()
                                       throws ClientException
Throws:
ClientException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.