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