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 TypeMethodDescriptionReturnsRenditionDefinitionthat are available on the underlying objectgetRenditionByKind(String name) Retrieve theRenditionby it's king (first match rendition is returned)getRenditionByName(String name) Retrieve theRenditionby it's name 
- 
Method Details
- 
getAvailableRenditionDefinitions
List<RenditionDefinition> getAvailableRenditionDefinitions()ReturnsRenditionDefinitionthat are available on the underlying object - 
getRenditionByName
Retrieve theRenditionby it's name - 
getRenditionByKind
Retrieve theRenditionby it's king (first match rendition is returned) 
 -