Uses of Interface
org.nuxeo.ecm.platform.rendition.Rendition
Packages that use Rendition
Package
Description
-
Uses of Rendition in org.nuxeo.ecm.platform.rendition
Methods in org.nuxeo.ecm.platform.rendition that return RenditionModifier 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
Methods in org.nuxeo.ecm.platform.rendition.adapter that return RenditionModifier 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
Classes in org.nuxeo.ecm.platform.rendition.impl that implement RenditionModifier 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
Methods in org.nuxeo.ecm.platform.rendition.service that return RenditionModifier 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) Methods in org.nuxeo.ecm.platform.rendition.service that return types with arguments of type RenditionModifier 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) Methods in org.nuxeo.ecm.platform.rendition.service with parameters of type RenditionModifier 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