Modifier and Type | Method and Description |
---|---|
Rendition |
Renderable.getRenditionByKind(String name)
Retrieve the
Rendition by it's king (first match rendition is returned) |
Rendition |
Renderable.getRenditionByName(String name)
Retrieve the
Rendition by it's name |
Modifier and Type | Method and Description |
---|---|
List<Rendition> |
RenditionActionBean.getCurrentDocumentRenditions() |
List<Rendition> |
RenditionActionBean.getVisibleRenditions(String excludedKinds) |
Modifier and Type | Method and Description |
---|---|
protected Rendition |
RenderableDocument.getRendition(RenditionDefinition def) |
Rendition |
RenderableDocument.getRenditionByKind(String kind) |
Rendition |
RenderableDocument.getRenditionByName(String name) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRendition
Base implementation of the
Rendition interface that mainly wrapps the RenditionDefinition |
class |
LazyRendition
Implementation of the
Rendition interface that allows lazy computation of the rendition Blobs |
class |
LiveRendition
Implementation of the
Rendition interface that is applicable for rendition created on the fly |
class |
StoredRendition
Implementation of the
Rendition interface for rendition that are stored in the Repository |
Modifier and Type | Method and Description |
---|---|
protected Rendition |
RenditionServiceImpl.getRendition(DocumentModel doc,
RenditionDefinition renditionDefinition,
boolean store) |
Rendition |
RenditionService.getRendition(DocumentModel doc,
String renditionName)
Return the
Rendition object for the given DocumentModel and a rendition definition name. |
Rendition |
RenditionServiceImpl.getRendition(DocumentModel doc,
String renditionName) |
Rendition |
RenditionService.getRendition(DocumentModel doc,
String renditionName,
boolean store)
Return the
Rendition object for the given DocumentModel and a rendition definition name. |
Rendition |
RenditionServiceImpl.getRendition(DocumentModel doc,
String renditionName,
boolean store) |
Modifier and Type | Method and Description |
---|---|
List<Rendition> |
RenditionService.getAvailableRenditions(DocumentModel doc)
Returns a
List of Rendition available on the given Document. |
List<Rendition> |
RenditionServiceImpl.getAvailableRenditions(DocumentModel doc) |
List<Rendition> |
RenditionService.getAvailableRenditions(DocumentModel doc,
boolean onlyVisible)
Returns a
List of Rendition available on the given Document. |
List<Rendition> |
RenditionServiceImpl.getAvailableRenditions(DocumentModel doc,
boolean onlyVisible) |
Modifier and Type | Method and Description |
---|---|
protected DocumentModel |
RenditionServiceImpl.storeRendition(DocumentModel sourceDocument,
Rendition rendition,
String name) |
Copyright © 2015 Nuxeo SA. All rights reserved.