Uses of Class
org.nuxeo.ecm.platform.rendition.service.RenditionDefinition
-
-
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 RenditionDefinition Modifier and Type Method Description List<RenditionDefinition>
PictureRenditionDefinitionProvider. getRenditionDefinitions(DocumentModel doc)
Methods in org.nuxeo.ecm.platform.picture.rendition with parameters of type RenditionDefinition Modifier and Type Method Description boolean
PictureRenditionProvider. isAvailable(DocumentModel doc, RenditionDefinition definition)
List<Blob>
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 RenditionDefinition Modifier and Type Method Description List<RenditionDefinition>
Renderable. 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 RenditionDefinition Modifier and Type Field Description protected List<RenditionDefinition>
RenderableDocument. defs
Methods in org.nuxeo.ecm.platform.rendition.adapter that return types with arguments of type RenditionDefinition Modifier and Type Method Description List<RenditionDefinition>
RenderableDocument. getAvailableRenditionDefinitions()
Methods in org.nuxeo.ecm.platform.rendition.adapter with parameters of type RenditionDefinition Modifier and Type Method Description protected 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 RenditionDefinition Modifier and Type Method Description String
DefaultAutomationRenditionProvider. 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 DocumentModelstatic List<Blob>
AutomationRenderer. render(DocumentModel doc, RenditionDefinition definition, CoreSession session)
Generate the rendition Blobs for a givenRenditionDefinition
.List<Blob>
DefaultAutomationRenditionProvider. render(DocumentModel doc, RenditionDefinition definition)
List<Blob>
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 RenditionDefinition Modifier and Type Field Description protected RenditionDefinition
AbstractRendition. definition
Methods in org.nuxeo.ecm.platform.rendition.impl that return RenditionDefinition Modifier and Type Method Description protected RenditionDefinition
AbstractRendition. getDefinition()
Constructors in org.nuxeo.ecm.platform.rendition.impl with parameters of type RenditionDefinition Constructor Description AbstractRendition(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 RenditionDefinition Modifier and Type Method Description protected String
AbstractRenditionBuilderWork. buildId(DocumentModel doc, RenditionDefinition def)
String
AbstractLazyCachableRenditionProvider. buildRenditionKey(DocumentModel doc, RenditionDefinition def)
protected abstract List<Blob>
AbstractRenditionBuilderWork. doComputeRendition(CoreSession session, DocumentModel doc, RenditionDefinition def)
Does the actual Rendition Computation: this code will be called from inside an Asynchronous Workprotected List<Blob>
AutomationRenditionBuilder. 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)
String
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)
protected List<Blob>
AbstractLazyCachableRenditionProvider. handleNewRendition(String key, DocumentModel doc, RenditionDefinition definition, String sourceDocumentModificationDate)
List<Blob>
AbstractLazyCachableRenditionProvider. render(DocumentModel doc, RenditionDefinition definition)
Constructors in org.nuxeo.ecm.platform.rendition.lazy with parameters of type RenditionDefinition Constructor Description AbstractRenditionBuilderWork(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 RenditionDefinition Modifier and Type Field Description protected RenditionDefinition
RenditionCreator. renditionDefinition
protected RenditionDefinition
RenditionFinder. renditionDefinition
Fields in org.nuxeo.ecm.platform.rendition.service with type parameters of type RenditionDefinition Modifier and Type Field Description protected Map<String,RenditionDefinition>
RenditionDefinitionRegistry. descriptors
Methods in org.nuxeo.ecm.platform.rendition.service with parameters of type RenditionDefinition Modifier and Type Method Description protected boolean
RenditionDefinitionRegistry. canUseRenditionDefinition(RenditionDefinition renditionDefinition, DocumentModel doc)
RenditionDefinition
RenditionDefinitionRegistry. clone(RenditionDefinition contrib)
void
RenditionDefinitionRegistry. contributionRemoved(String id, RenditionDefinition contrib)
void
RenditionDefinitionRegistry. contributionUpdated(String id, RenditionDefinition contrib, RenditionDefinition newOrigContrib)
StoredRendition
DefaultStoredRenditionManager. createStoredRendition(DocumentModel liveDocument, DocumentModel versionDocument, Blob renditionBlob, RenditionDefinition renditionDefinition)
StoredRendition
StoredRenditionManager. createStoredRendition(DocumentModel liveDocument, DocumentModel versionDocument, Blob renditionBlob, RenditionDefinition renditionDefinition)
Creates aStoredRendition
for the live document or the version document if provided.StoredRendition
DefaultStoredRenditionManager. findStoredRendition(DocumentModel sourceDocument, RenditionDefinition renditionDefinition)
StoredRendition
StoredRenditionManager. findStoredRendition(DocumentModel sourceDocument, RenditionDefinition renditionDefinition)
Finds theStoredRendition
associated with aDocumentModel
.String
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 RenditionDefinition Constructor Description RenditionCreator(DocumentModel liveDocument, DocumentModel versionDocument, Blob renditionBlob, RenditionDefinition renditionDefinition)
RenditionDefinition(RenditionDefinition other)
Copy constructor.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 RenditionDefinition Modifier and Type Method Description protected 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 RenditionDefinition Modifier and Type Method Description List<RenditionDefinition>
ThreeDRenditionDefinitionProvider. getRenditionDefinitions(DocumentModel doc)
Methods in org.nuxeo.ecm.platform.threed.rendition with parameters of type RenditionDefinition Modifier and Type Method Description boolean
RenderViewRenditionProvider. isAvailable(DocumentModel documentModel, RenditionDefinition renditionDefinition)
boolean
TransmissionThreeDRenditionProvider. isAvailable(DocumentModel documentModel, RenditionDefinition renditionDefinition)
List<Blob>
RenderViewRenditionProvider. render(DocumentModel documentModel, RenditionDefinition renditionDefinition)
List<Blob>
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 RenditionDefinition Modifier and Type Method Description boolean
ThumbnailRenditionProvider. isAvailable(DocumentModel doc, RenditionDefinition definition)
List<Blob>
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 RenditionDefinition Modifier and Type Method Description List<RenditionDefinition>
VideoRenditionDefinitionProvider. getRenditionDefinitions(DocumentModel doc)
Methods in org.nuxeo.ecm.platform.video.rendition with parameters of type RenditionDefinition Modifier and Type Method Description boolean
VideoRenditionProvider. isAvailable(DocumentModel doc, RenditionDefinition definition)
List<Blob>
VideoRenditionProvider. render(DocumentModel doc, RenditionDefinition definition)
-
Uses of RenditionDefinition in org.nuxeo.template.rendition
Methods in org.nuxeo.template.rendition with parameters of type RenditionDefinition Modifier and Type Method Description boolean
HtmlRenditionProvider. isAvailable(DocumentModel doc, RenditionDefinition def)
boolean
TemplateBasedRenditionProvider. isAvailable(DocumentModel doc, RenditionDefinition def)
List<Blob>
HtmlRenditionProvider. render(DocumentModel doc, RenditionDefinition definition)
List<Blob>
TemplateBasedRenditionProvider. render(DocumentModel doc, RenditionDefinition definition)
-