Package org.nuxeo.ecm.platform.rendition
Interface Renderable
-
- All Known Implementing Classes:
RenderableDocument
public interface RenderableInterface on an Object that can be used to produceRendition- Author:
- Tiry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<RenditionDefinition>getAvailableRenditionDefinitions()ReturnsRenditionDefinitionthat are available on the underlying objectRenditiongetRenditionByKind(String name)Retrieve theRenditionby it's king (first match rendition is returned)RenditiongetRenditionByName(String name)Retrieve theRenditionby it's name
-
-
-
Method Detail
-
getAvailableRenditionDefinitions
List<RenditionDefinition> getAvailableRenditionDefinitions()
ReturnsRenditionDefinitionthat are available on the underlying object
-
-