Uses of Class
org.nuxeo.ecm.platform.rendition.service.RenditionDefinition
Packages that use RenditionDefinition
Package
Description
-
Uses of RenditionDefinition in org.nuxeo.ecm.platform.picture.rendition
Methods in org.nuxeo.ecm.platform.picture.rendition that return types with arguments of type RenditionDefinitionModifier and TypeMethodDescriptionPictureRenditionDefinitionProvider.getRenditionDefinitions
(DocumentModel doc) Methods in org.nuxeo.ecm.platform.picture.rendition with parameters of type RenditionDefinitionModifier and TypeMethodDescriptionboolean
PictureRenditionProvider.isAvailable
(DocumentModel doc, RenditionDefinition definition) PictureRenditionProvider.render
(DocumentModel doc, RenditionDefinition definition) -
Uses of RenditionDefinition in org.nuxeo.ecm.platform.rendition
Methods in org.nuxeo.ecm.platform.rendition that return types with arguments of type RenditionDefinitionModifier and TypeMethodDescriptionRenderable.getAvailableRenditionDefinitions()
ReturnsRenditionDefinition
that are available on the underlying object -
Uses of RenditionDefinition in org.nuxeo.ecm.platform.rendition.adapter
Fields in org.nuxeo.ecm.platform.rendition.adapter with type parameters of type RenditionDefinitionMethods in org.nuxeo.ecm.platform.rendition.adapter that return types with arguments of type RenditionDefinitionMethods in org.nuxeo.ecm.platform.rendition.adapter with parameters of type RenditionDefinitionModifier and TypeMethodDescriptionprotected Rendition
RenderableDocument.getRendition
(RenditionDefinition def) -
Uses of RenditionDefinition in org.nuxeo.ecm.platform.rendition.extension
Methods in org.nuxeo.ecm.platform.rendition.extension with parameters of type RenditionDefinitionModifier and TypeMethodDescriptionDefaultAutomationRenditionProvider.getVariant
(DocumentModel doc, RenditionDefinition definition) Gets the optionalRENDITION_VARIANT_PROPERTY
value for a givenRenditionDefinition
.default String
RenditionProvider.getVariant
(DocumentModel doc, RenditionDefinition definition) Gets the optionalRENDITION_VARIANT_PROPERTY
value for a givenRenditionDefinition
.boolean
DefaultAutomationRenditionProvider.isAvailable
(DocumentModel doc, RenditionDefinition def) boolean
PdfAutomationRenditionProvider.isAvailable
(DocumentModel doc, RenditionDefinition def) boolean
RenditionProvider.isAvailable
(DocumentModel doc, RenditionDefinition definition) Test if the Rendition is available on the given DocumentModelAutomationRenderer.render
(DocumentModel doc, RenditionDefinition definition, CoreSession session) Generate the rendition Blobs for a givenRenditionDefinition
.DefaultAutomationRenditionProvider.render
(DocumentModel doc, RenditionDefinition definition) RenditionProvider.render
(DocumentModel doc, RenditionDefinition definition) Generate the rendition Blobs for a givenRenditionDefinition
. -
Uses of RenditionDefinition in org.nuxeo.ecm.platform.rendition.impl
Fields in org.nuxeo.ecm.platform.rendition.impl declared as RenditionDefinitionModifier and TypeFieldDescriptionprotected final RenditionDefinition
AbstractRendition.definition
Methods in org.nuxeo.ecm.platform.rendition.impl that return RenditionDefinitionModifier and TypeMethodDescriptionprotected RenditionDefinition
AbstractRendition.getDefinition()
Constructors in org.nuxeo.ecm.platform.rendition.impl with parameters of type RenditionDefinitionModifierConstructorDescriptionAbstractRendition
(RenditionDefinition definition) LazyRendition
(RenditionDefinition definition) LiveRendition
(DocumentModel doc, RenditionDefinition definition) StoredRendition
(DocumentModel stored, RenditionDefinition definition) -
Uses of RenditionDefinition in org.nuxeo.ecm.platform.rendition.lazy
Methods in org.nuxeo.ecm.platform.rendition.lazy with parameters of type RenditionDefinitionModifier and TypeMethodDescriptionprotected String
AbstractRenditionBuilderWork.buildId
(DocumentModel doc, RenditionDefinition def) AbstractLazyCachableRenditionProvider.buildRenditionKey
(DocumentModel doc, RenditionDefinition def) AbstractRenditionBuilderWork.doComputeRendition
(CoreSession session, DocumentModel doc, RenditionDefinition def) Does the actual Rendition Computation: this code will be called from inside an Asynchronous WorkAutomationRenditionBuilder.doComputeRendition
(CoreSession session, DocumentModel doc, RenditionDefinition def) protected abstract Work
AbstractLazyCachableRenditionProvider.getRenditionWork
(String key, DocumentModel doc, RenditionDefinition def) protected Work
AutomationLazyRenditionProvider.getRenditionWork
(String key, DocumentModel doc, RenditionDefinition def) AbstractLazyCachableRenditionProvider.getSourceDocumentModificationDate
(DocumentModel doc, RenditionDefinition definition) protected void
AbstractLazyCachableRenditionProvider.handleCompletedRendition
(String key, DocumentModel doc, RenditionDefinition definition, String sourceDocumentModificationDate, String tsSourceDocumentModificationDate, List<Blob> blobs) protected void
AbstractLazyCachableRenditionProvider.handleIncompleteRendition
(String key, DocumentModel doc, RenditionDefinition definition, String sourceDocumentModificationDate, String tsSourceDocumentModificationDate) AbstractLazyCachableRenditionProvider.handleNewRendition
(String key, DocumentModel doc, RenditionDefinition definition, String sourceDocumentModificationDate) AbstractLazyCachableRenditionProvider.render
(DocumentModel doc, RenditionDefinition definition) Constructors in org.nuxeo.ecm.platform.rendition.lazy with parameters of type RenditionDefinitionModifierConstructorDescriptionAbstractRenditionBuilderWork
(String key, DocumentModel doc, RenditionDefinition def) AutomationRenditionBuilder
(String key, DocumentModel doc, RenditionDefinition def) -
Uses of RenditionDefinition in org.nuxeo.ecm.platform.rendition.service
Fields in org.nuxeo.ecm.platform.rendition.service declared as RenditionDefinitionModifier and TypeFieldDescriptionprotected RenditionDefinition
RenditionCreator.renditionDefinition
protected RenditionDefinition
RenditionFinder.renditionDefinition
Fields in org.nuxeo.ecm.platform.rendition.service with type parameters of type RenditionDefinitionModifier and TypeFieldDescriptionprotected Map<String,
RenditionDefinition> RenditionDefinitionRegistry.descriptors
Methods in org.nuxeo.ecm.platform.rendition.service that return RenditionDefinitionModifier and TypeMethodDescriptionRenditionDefinitionRegistry.clone
(RenditionDefinition contrib) RenditionService.getAvailableRenditionDefinition
(DocumentModel doc, String renditionName) Returns theRenditionDefinition
available on the given document for the given rendition definition name.RenditionServiceImpl.getAvailableRenditionDefinition
(DocumentModel doc, String renditionName) RenditionDefinitionProviderRegistry.getRenditionDefinition
(String name, DocumentModel doc) RenditionDefinitionRegistry.getRenditionDefinition
(String name) RenditionServiceImpl.getRenditionDefinition
(String name) Deprecated.protected RenditionDefinition
RenditionServiceImpl.mergeRenditions
(RenditionDefinition oldRenditionDefinition, RenditionDefinition newRenditionDefinition) Methods in org.nuxeo.ecm.platform.rendition.service that return types with arguments of type RenditionDefinitionModifier and TypeMethodDescriptionRenditionService.getAvailableRenditionDefinitions
(DocumentModel doc) Returns aList
ofRenditionDefinition
available on the given Document.RenditionServiceImpl.getAvailableRenditionDefinitions
(DocumentModel doc) RenditionService.getDeclaredRenditionDefinitions()
Returns aList
of registeredRenditionDefinition
.RenditionServiceImpl.getDeclaredRenditionDefinitions()
RenditionDefinitionProvider.getRenditionDefinitions
(DocumentModel doc) RenditionDefinitionProviderRegistry.getRenditionDefinitions
(DocumentModel doc) RenditionDefinitionRegistry.getRenditionDefinitions
(DocumentModel doc) Methods in org.nuxeo.ecm.platform.rendition.service with parameters of type RenditionDefinitionModifier and TypeMethodDescriptionprotected boolean
RenditionDefinitionRegistry.canUseRenditionDefinition
(RenditionDefinition renditionDefinition, DocumentModel doc) RenditionDefinitionRegistry.clone
(RenditionDefinition contrib) void
RenditionDefinitionRegistry.contributionRemoved
(String id, RenditionDefinition contrib) void
RenditionDefinitionRegistry.contributionUpdated
(String id, RenditionDefinition contrib, RenditionDefinition newOrigContrib) DefaultStoredRenditionManager.createStoredRendition
(DocumentModel liveDocument, DocumentModel versionDocument, Blob renditionBlob, RenditionDefinition renditionDefinition) StoredRenditionManager.createStoredRendition
(DocumentModel liveDocument, DocumentModel versionDocument, Blob renditionBlob, RenditionDefinition renditionDefinition) Creates aStoredRendition
for the live document or the version document if provided.DefaultStoredRenditionManager.findStoredRendition
(DocumentModel sourceDocument, RenditionDefinition renditionDefinition) StoredRenditionManager.findStoredRendition
(DocumentModel sourceDocument, RenditionDefinition renditionDefinition) Finds theStoredRendition
associated with aDocumentModel
.RenditionDefinitionRegistry.getContributionId
(RenditionDefinition renditionDefinition) protected Rendition
RenditionServiceImpl.getRendition
(DocumentModel doc, RenditionDefinition renditionDefinition, boolean store) void
RenditionDefinition.merge
(RenditionDefinition other) void
RenditionDefinitionRegistry.merge
(RenditionDefinition source, RenditionDefinition dest) protected RenditionDefinition
RenditionServiceImpl.mergeRenditions
(RenditionDefinition oldRenditionDefinition, RenditionDefinition newRenditionDefinition) protected void
RenditionDefinitionRegistry.setupProvider
(RenditionDefinition definition) protected StoredRendition
RenditionServiceImpl.storeRendition
(DocumentModel sourceDocument, Rendition rendition, RenditionDefinition renditionDefinition) protected StoredRendition
DefaultStoredRenditionManager.toStoredRendition
(DocumentModel storedDoc, RenditionDefinition def, CoreSession coreSession) Wraps the re-attached stored document in aStoredRendition
.Constructors in org.nuxeo.ecm.platform.rendition.service with parameters of type RenditionDefinitionModifierConstructorDescriptionRenditionCreator
(DocumentModel liveDocument, DocumentModel versionDocument, Blob renditionBlob, RenditionDefinition renditionDefinition) Copy constructor.protected
RenditionFinder
(DocumentModel source, RenditionDefinition renditionDefinition) -
Uses of RenditionDefinition in org.nuxeo.ecm.platform.threed.rendition
Methods in org.nuxeo.ecm.platform.threed.rendition that return RenditionDefinitionModifier and TypeMethodDescriptionprotected RenditionDefinition
ThreeDRenditionDefinitionProvider.buildRenditionDefinition
(String title, String name, Blob blob, String kind, RenditionProvider provider, boolean visible, String iconPath) Methods in org.nuxeo.ecm.platform.threed.rendition that return types with arguments of type RenditionDefinitionModifier and TypeMethodDescriptionThreeDRenditionDefinitionProvider.getRenditionDefinitions
(DocumentModel doc) Methods in org.nuxeo.ecm.platform.threed.rendition with parameters of type RenditionDefinitionModifier and TypeMethodDescriptionboolean
RenderViewRenditionProvider.isAvailable
(DocumentModel documentModel, RenditionDefinition renditionDefinition) boolean
TransmissionThreeDRenditionProvider.isAvailable
(DocumentModel documentModel, RenditionDefinition renditionDefinition) RenderViewRenditionProvider.render
(DocumentModel documentModel, RenditionDefinition renditionDefinition) TransmissionThreeDRenditionProvider.render
(DocumentModel documentModel, RenditionDefinition renditionDefinition) -
Uses of RenditionDefinition in org.nuxeo.ecm.platform.thumbnail.rendition
Methods in org.nuxeo.ecm.platform.thumbnail.rendition with parameters of type RenditionDefinitionModifier and TypeMethodDescriptionboolean
ThumbnailRenditionProvider.isAvailable
(DocumentModel doc, RenditionDefinition definition) ThumbnailRenditionProvider.render
(DocumentModel doc, RenditionDefinition definition) -
Uses of RenditionDefinition in org.nuxeo.ecm.platform.video.rendition
Methods in org.nuxeo.ecm.platform.video.rendition that return types with arguments of type RenditionDefinitionModifier and TypeMethodDescriptionVideoRenditionDefinitionProvider.getRenditionDefinitions
(DocumentModel doc) Methods in org.nuxeo.ecm.platform.video.rendition with parameters of type RenditionDefinitionModifier and TypeMethodDescriptionboolean
VideoRenditionProvider.isAvailable
(DocumentModel doc, RenditionDefinition definition) VideoRenditionProvider.render
(DocumentModel doc, RenditionDefinition definition) -
Uses of RenditionDefinition in org.nuxeo.template.rendition
Methods in org.nuxeo.template.rendition with parameters of type RenditionDefinitionModifier and TypeMethodDescriptionboolean
HtmlRenditionProvider.isAvailable
(DocumentModel doc, RenditionDefinition def) boolean
TemplateBasedRenditionProvider.isAvailable
(DocumentModel doc, RenditionDefinition def) HtmlRenditionProvider.render
(DocumentModel doc, RenditionDefinition definition) TemplateBasedRenditionProvider.render
(DocumentModel doc, RenditionDefinition definition)
RenditionServiceImpl.getAvailableRenditionDefinition(DocumentModel, String)
instead