Package org.alfresco.repo.rendition
Class RenditionLocationImpl
java.lang.Object
org.alfresco.repo.rendition.RenditionLocationImpl
- All Implemented Interfaces:
RenditionLocation
Deprecated.
The RenditionService is being replace by the simpler async RenditionService2.
This simple class is a struct containing a rendition node, its parent and its name.
-
Constructor Summary
ConstructorsConstructorDescriptionRenditionLocationImpl(NodeRef parentRef, NodeRef childRef, String childName) Deprecated. -
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.
-
Constructor Details
-
RenditionLocationImpl
Deprecated.
-
-
Method Details
-
getChildName
Deprecated.Description copied from interface:RenditionLocationGets the name of the rendition.- Specified by:
getChildNamein interfaceRenditionLocation- Returns:
- String
-
getParentRef
Deprecated.Description copied from interface:RenditionLocationGets the parent node of the rendition.- Specified by:
getParentRefin interfaceRenditionLocation- Returns:
- NodeRef
-
getChildRef
Deprecated.Description copied from interface:RenditionLocationGets the rendition node itself.- Specified by:
getChildRefin interfaceRenditionLocation- Returns:
- NodeRef
-