Class ThumbnailParentAssociationDetails


  • @Deprecated
    public class ThumbnailParentAssociationDetails
    extends java.lang.Object
    Deprecated.
    We are introducing the new async RenditionService2.
    Encapsulates the details of a thumbnails parent association
    Author:
    Roy Wetherall
    • Constructor Summary

      Constructors 
      Constructor Description
      ThumbnailParentAssociationDetails​(org.alfresco.service.cmr.repository.NodeRef parent, org.alfresco.service.namespace.QName assocType, org.alfresco.service.namespace.QName assocName)
      Deprecated.
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      org.alfresco.service.namespace.QName getAssociationName()
      Deprecated.
      Get the child association name
      org.alfresco.service.namespace.QName getAssociationType()
      Deprecated.
      Get the child association type
      org.alfresco.service.cmr.repository.NodeRef getParent()
      Deprecated.
      Get the parent node reference
      • Methods inherited from class java.lang.Object

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

      • ThumbnailParentAssociationDetails

        public ThumbnailParentAssociationDetails​(org.alfresco.service.cmr.repository.NodeRef parent,
                                                 org.alfresco.service.namespace.QName assocType,
                                                 org.alfresco.service.namespace.QName assocName)
        Deprecated.
        Constructor. All parameters must be specified.
        Parameters:
        parent - the parent node reference
        assocType - the child association type
        assocName - the child association name
    • Method Detail

      • getParent

        public org.alfresco.service.cmr.repository.NodeRef getParent()
        Deprecated.
        Get the parent node reference
        Returns:
        NodeRef the parent node reference
      • getAssociationType

        public org.alfresco.service.namespace.QName getAssociationType()
        Deprecated.
        Get the child association type
        Returns:
        QName the child association type
      • getAssociationName

        public org.alfresco.service.namespace.QName getAssociationName()
        Deprecated.
        Get the child association name
        Returns:
        QName the child association name