Uses of Interface
org.nuxeo.ecm.platform.rendition.Rendition
Package
Description
-
Uses of Rendition in org.nuxeo.ecm.platform.rendition
Modifier and TypeMethodDescriptionRenderable.getRenditionByKind
(String name) Retrieve theRendition
by it's king (first match rendition is returned)Renderable.getRenditionByName
(String name) Retrieve theRendition
by it's name -
Uses of Rendition in org.nuxeo.ecm.platform.rendition.adapter
Modifier and TypeMethodDescriptionprotected Rendition
RenderableDocument.getRendition
(RenditionDefinition def) RenderableDocument.getRenditionByKind
(String kind) RenderableDocument.getRenditionByName
(String name) -
Uses of Rendition in org.nuxeo.ecm.platform.rendition.impl
Modifier and TypeClassDescriptionclass
Base implementation of theRendition
interface that mainly wrapps theRenditionDefinition
class
Implementation of theRendition
interface that allows lazy computation of the rendition Blobsclass
Implementation of theRendition
interface that is applicable for rendition created on the flyclass
Implementation of theRendition
interface for rendition that are stored in the Repository -
Uses of Rendition in org.nuxeo.ecm.platform.rendition.service
Modifier and TypeMethodDescriptionRenditionService.getDefaultRendition
(DocumentModel doc, String reason, boolean store, Map<String, Serializable> extendedInfos) Return the defaultRendition
object for the givenDocumentModel
.RenditionService.getDefaultRendition
(DocumentModel doc, String reason, Map<String, Serializable> extendedInfos) Same asRenditionService.getDefaultRendition(DocumentModel, String, boolean, Map)
with store parameter set to false.RenditionServiceImpl.getDefaultRendition
(DocumentModel doc, String reason, boolean store, Map<String, Serializable> extendedInfos) RenditionServiceImpl.getDefaultRendition
(DocumentModel doc, String reason, Map<String, Serializable> extendedInfos) RenditionService.getRendition
(DocumentModel doc, String renditionName) Return theRendition
object for the givenDocumentModel
and a rendition definition name.RenditionService.getRendition
(DocumentModel doc, String renditionName, boolean store) Return theRendition
object for the givenDocumentModel
and a rendition definition name.RenditionServiceImpl.getRendition
(DocumentModel doc, String renditionName) RenditionServiceImpl.getRendition
(DocumentModel doc, String renditionName, boolean store) protected Rendition
RenditionServiceImpl.getRendition
(DocumentModel doc, RenditionDefinition renditionDefinition, boolean store) Modifier and TypeMethodDescriptionRenditionService.getAvailableRenditions
(DocumentModel doc) Returns aList
ofRendition
available on the given Document.RenditionService.getAvailableRenditions
(DocumentModel doc, boolean onlyVisible) Returns aList
ofRendition
available on the given Document.RenditionServiceImpl.getAvailableRenditions
(DocumentModel doc) RenditionServiceImpl.getAvailableRenditions
(DocumentModel doc, boolean onlyVisible) RenditionServiceImpl.getRenditionSafe
(DocumentModel doc, String defaultRenditionName, boolean store) Modifier and TypeMethodDescriptionprotected StoredRendition
RenditionServiceImpl.storeRendition
(DocumentModel sourceDocument, Rendition rendition) Deprecated.protected StoredRendition
RenditionServiceImpl.storeRendition
(DocumentModel sourceDocument, Rendition rendition, RenditionDefinition renditionDefinition)
RenditionServiceImpl.storeRendition(DocumentModel, Rendition, RenditionDefinition)
instead