Package org.alfresco.repo.rendition
Interface RenditionLocation
- All Known Implementing Classes:
RenditionLocationImpl
Deprecated.
The RenditionService is being replace by the simpler async RenditionService2.
This simple interface defines a data class which identifies a rendition node, its parent and its name.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the name of the rendition.Deprecated.Gets the rendition node itself.Deprecated.Gets the parent node of the rendition.
-
Method Details