Uses of Class
org.nuxeo.ecm.platform.rendition.impl.StoredRendition
Packages that use StoredRendition
-
Uses of StoredRendition in org.nuxeo.ecm.platform.rendition.service
Methods in org.nuxeo.ecm.platform.rendition.service that return StoredRenditionModifier and TypeMethodDescriptionDefaultStoredRenditionManager.createStoredRendition(DocumentModel liveDocument, DocumentModel versionDocument, Blob renditionBlob, RenditionDefinition renditionDefinition) StoredRenditionManager.createStoredRendition(DocumentModel liveDocument, DocumentModel versionDocument, Blob renditionBlob, RenditionDefinition renditionDefinition) Creates aStoredRenditionfor the live document or the version document if provided.DefaultStoredRenditionManager.findStoredRendition(DocumentModel sourceDocument, RenditionDefinition renditionDefinition) StoredRenditionManager.findStoredRendition(DocumentModel sourceDocument, RenditionDefinition renditionDefinition) Finds theStoredRenditionassociated with aDocumentModel.protected StoredRenditionRenditionServiceImpl.storeRendition(DocumentModel sourceDocument, Rendition rendition, RenditionDefinition renditionDefinition) protected StoredRenditionDefaultStoredRenditionManager.toStoredRendition(DocumentModel storedDoc, RenditionDefinition def, CoreSession coreSession) Wraps the re-attached stored document in aStoredRendition.