Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

All Superinterfaces:
Serializable
All Known Implementing Classes:
BlobResource, DocumentImageResource

public interface ImageResource
extends 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()
           
 String getHash()
           
 Calendar getModificationDate()
           
 

Method Detail

getBlob

Blob getBlob()
             throws ClientException
Throws:
ClientException

getHash

String getHash()
               throws ClientException
Throws:
ClientException

getModificationDate

Calendar getModificationDate()
                             throws ClientException
Throws:
ClientException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.