Class RenditionLocationImpl

  • All Implemented Interfaces:
    RenditionLocation

    @Deprecated
    public class RenditionLocationImpl
    extends java.lang.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 Summary

      Constructors 
      Constructor Description
      RenditionLocationImpl​(org.alfresco.service.cmr.repository.NodeRef parentRef, org.alfresco.service.cmr.repository.NodeRef childRef, java.lang.String childName)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getChildName()
      Deprecated.
      Gets the name of the rendition.
      org.alfresco.service.cmr.repository.NodeRef getChildRef()
      Deprecated.
      Gets the rendition node itself.
      org.alfresco.service.cmr.repository.NodeRef getParentRef()
      Deprecated.
      Gets the parent node of the rendition.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RenditionLocationImpl

        public RenditionLocationImpl​(org.alfresco.service.cmr.repository.NodeRef parentRef,
                                     org.alfresco.service.cmr.repository.NodeRef childRef,
                                     java.lang.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