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 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