Uses of Interface
org.nuxeo.ecm.platform.rendition.Rendition
-
Packages that use Rendition Package Description org.nuxeo.ecm.platform.rendition org.nuxeo.ecm.platform.rendition.adapter org.nuxeo.ecm.platform.rendition.impl org.nuxeo.ecm.platform.rendition.service -
-
Uses of Rendition in org.nuxeo.ecm.platform.rendition
Methods in org.nuxeo.ecm.platform.rendition that return Rendition Modifier and Type Method Description RenditionRenderable. getRenditionByKind(String name)Retrieve theRenditionby it's king (first match rendition is returned)RenditionRenderable. 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 Rendition Modifier and Type Method Description protected RenditionRenderableDocument. getRendition(RenditionDefinition def)RenditionRenderableDocument. getRenditionByKind(String kind)RenditionRenderableDocument. getRenditionByName(String name) -
Uses of Rendition in org.nuxeo.ecm.platform.rendition.impl
Classes in org.nuxeo.ecm.platform.rendition.impl that implement Rendition Modifier and Type Class Description classAbstractRenditionBase implementation of theRenditioninterface that mainly wrapps theRenditionDefinitionclassLazyRenditionImplementation of theRenditioninterface that allows lazy computation of the rendition BlobsclassLiveRenditionImplementation of theRenditioninterface that is applicable for rendition created on the flyclassStoredRenditionImplementation 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 Rendition Modifier and Type Method Description RenditionRenditionService. getDefaultRendition(DocumentModel doc, String reason, boolean store, Map<String,Serializable> extendedInfos)Return the defaultRenditionobject for the givenDocumentModel.RenditionRenditionService. getDefaultRendition(DocumentModel doc, String reason, Map<String,Serializable> extendedInfos)Same asRenditionService.getDefaultRendition(DocumentModel, String, boolean, Map)with store parameter set to false.RenditionRenditionServiceImpl. getDefaultRendition(DocumentModel doc, String reason, boolean store, Map<String,Serializable> extendedInfos)RenditionRenditionServiceImpl. getDefaultRendition(DocumentModel doc, String reason, Map<String,Serializable> extendedInfos)RenditionRenditionService. getRendition(DocumentModel doc, String renditionName)Return theRenditionobject for the givenDocumentModeland a rendition definition name.RenditionRenditionService. getRendition(DocumentModel doc, String renditionName, boolean store)Return theRenditionobject for the givenDocumentModeland a rendition definition name.RenditionRenditionServiceImpl. getRendition(DocumentModel doc, String renditionName)RenditionRenditionServiceImpl. 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 Rendition Modifier and Type Method Description List<Rendition>RenditionService. getAvailableRenditions(DocumentModel doc)Returns aListofRenditionavailable on the given Document.List<Rendition>RenditionService. getAvailableRenditions(DocumentModel doc, boolean onlyVisible)Returns aListofRenditionavailable on the given Document.List<Rendition>RenditionServiceImpl. getAvailableRenditions(DocumentModel doc)List<Rendition>RenditionServiceImpl. getAvailableRenditions(DocumentModel doc, boolean onlyVisible)protected Optional<Rendition>RenditionServiceImpl. getRenditionSafe(DocumentModel doc, String defaultRenditionName, boolean store)Methods in org.nuxeo.ecm.platform.rendition.service with parameters of type Rendition Modifier and Type Method Description protected StoredRenditionRenditionServiceImpl. storeRendition(DocumentModel sourceDocument, Rendition rendition)Deprecated.since 10.10, useRenditionServiceImpl.storeRendition(DocumentModel, Rendition, RenditionDefinition)insteadprotected DocumentModelRenditionServiceImpl. storeRendition(DocumentModel sourceDocument, Rendition rendition, String name)Deprecated.since 8.1protected StoredRenditionRenditionServiceImpl. storeRendition(DocumentModel sourceDocument, Rendition rendition, RenditionDefinition renditionDefinition)
-