Package org.nuxeo.ecm.core.api.thumbnail
Interface ThumbnailService
-
- All Known Implementing Classes:
ThumbnailServiceImpl
public interface ThumbnailService
- Since:
- 5.7
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Blob
computeThumbnail(DocumentModel doc, CoreSession session)
Compute the thumbnail (related to the document type/facet)Blob
getThumbnail(DocumentModel doc, CoreSession session)
Get the document thumbnail (related to the doc type/facet)
-
-
-
Method Detail
-
getThumbnail
Blob getThumbnail(DocumentModel doc, CoreSession session)
Get the document thumbnail (related to the doc type/facet)
-
computeThumbnail
Blob computeThumbnail(DocumentModel doc, CoreSession session)
Compute the thumbnail (related to the document type/facet)
-
-