Package org.alfresco.repo.rendition
Interface RenditionLocation
-
- All Known Implementing Classes:
RenditionLocationImpl
@Deprecated public interface RenditionLocation
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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetChildName()Deprecated.Gets the name of the rendition.NodeRefgetChildRef()Deprecated.Gets the rendition node itself.NodeRefgetParentRef()Deprecated.Gets the parent node of the rendition.
-
-
-
Method Detail
-
getParentRef
NodeRef getParentRef()
Deprecated.Gets the parent node of the rendition.- Returns:
- NodeRef
-
getChildRef
NodeRef getChildRef()
Deprecated.Gets the rendition node itself.- Returns:
- NodeRef
-
getChildName
String getChildName()
Deprecated.Gets the name of the rendition.- Returns:
- String
-
-