Package org.nuxeo.ecm.platform.rendition
Interface Renderable
- All Known Implementing Classes:
RenderableDocument
public interface Renderable
Interface on an Object that can be used to produce
Rendition
- Author:
- Tiry
-
Method Summary
Modifier and TypeMethodDescriptionReturnsRenditionDefinition
that are available on the underlying objectgetRenditionByKind
(String name) Retrieve theRendition
by it's king (first match rendition is returned)getRenditionByName
(String name) Retrieve theRendition
by it's name
-
Method Details
-
getAvailableRenditionDefinitions
List<RenditionDefinition> getAvailableRenditionDefinitions()ReturnsRenditionDefinition
that are available on the underlying object -
getRenditionByName
Retrieve theRendition
by it's name -
getRenditionByKind
Retrieve theRendition
by it's king (first match rendition is returned)
-