Package org.alfresco.repo.rendition
Interface RenditionLocation
-
- All Known Implementing Classes:
RenditionLocationImpl
public interface RenditionLocationThis simple interface defines a data class which identifies a rendition node, its parent and its name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetChildName()Gets the name of the rendition.NodeRefgetChildRef()Gets the rendition node itself.NodeRefgetParentRef()Gets the parent node of the rendition.
-