Package org.alfresco.repo.rendition
Interface RenditionLocation
-
- All Known Implementing Classes:
RenditionLocationImpl
@Deprecated public interface RenditionLocationDeprecated.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 java.lang.StringgetChildName()Deprecated.Gets the name of the rendition.org.alfresco.service.cmr.repository.NodeRefgetChildRef()Deprecated.Gets the rendition node itself.org.alfresco.service.cmr.repository.NodeRefgetParentRef()Deprecated.Gets the parent node of the rendition.
-
-
-
Method Detail
-
getParentRef
org.alfresco.service.cmr.repository.NodeRef getParentRef()
Deprecated.Gets the parent node of the rendition.- Returns:
- NodeRef
-
getChildRef
org.alfresco.service.cmr.repository.NodeRef getChildRef()
Deprecated.Gets the rendition node itself.- Returns:
- NodeRef
-
getChildName
java.lang.String getChildName()
Deprecated.Gets the name of the rendition.- Returns:
- String
-
-