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 theRenditionby it's king (first match rendition is returned)Renderable.getRenditionByName(String name) Retrieve theRenditionby 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 RenditionRenderableDocument.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 TypeClassDescriptionclassBase implementation of theRenditioninterface that mainly wrapps theRenditionDefinitionclassImplementation of theRenditioninterface that allows lazy computation of the rendition BlobsclassImplementation of theRenditioninterface that is applicable for rendition created on the flyclassImplementation of theRenditioninterface 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 defaultRenditionobject 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 theRenditionobject for the givenDocumentModeland a rendition definition name.RenditionService.getRendition(DocumentModel doc, String renditionName, boolean store) Return theRenditionobject for the givenDocumentModeland a rendition definition name.RenditionServiceImpl.getRendition(DocumentModel doc, String renditionName) RenditionServiceImpl.getRendition(DocumentModel doc, String renditionName, boolean store) protected RenditionRenditionServiceImpl.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 aListofRenditionavailable on the given Document.RenditionService.getAvailableRenditions(DocumentModel doc, boolean onlyVisible) Returns aListofRenditionavailable 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 StoredRenditionRenditionServiceImpl.storeRendition(DocumentModel sourceDocument, Rendition rendition, RenditionDefinition renditionDefinition)