Class RenditionLocationImpl

  • All Implemented Interfaces:
    RenditionLocation

    public class RenditionLocationImpl
    extends Object
    implements RenditionLocation
    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)