Class RenditionLocationImpl

  • All Implemented Interfaces:
    RenditionLocation

    @Deprecated
    public class RenditionLocationImpl
    extends Object
    implements 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 Detail

      • RenditionLocationImpl

        public RenditionLocationImpl​(org.alfresco.service.cmr.repository.NodeRef parentRef,
                                     org.alfresco.service.cmr.repository.NodeRef childRef,
                                     String childName)
        Deprecated.
    • Method Detail

      • getParentRef

        public org.alfresco.service.cmr.repository.NodeRef getParentRef()
        Deprecated.
        Description copied from interface: RenditionLocation
        Gets the parent node of the rendition.
        Specified by:
        getParentRef in interface RenditionLocation
        Returns:
        NodeRef
      • getChildRef

        public org.alfresco.service.cmr.repository.NodeRef getChildRef()
        Deprecated.
        Description copied from interface: RenditionLocation
        Gets the rendition node itself.
        Specified by:
        getChildRef in interface RenditionLocation
        Returns:
        NodeRef