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 produceRendition
- Author:
- Tiry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<RenditionDefinition>
getAvailableRenditionDefinitions()
ReturnsRenditionDefinition
that are available on the underlying objectRendition
getRenditionByKind(String name)
Retrieve theRendition
by it's king (first match rendition is returned)Rendition
getRenditionByName(String name)
Retrieve theRendition
by it's name
-
-
-
Method Detail
-
getAvailableRenditionDefinitions
List<RenditionDefinition> getAvailableRenditionDefinitions()
ReturnsRenditionDefinition
that are available on the underlying object
-
-