Class ThumbnailParentAssociationDetails


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

      • ThumbnailParentAssociationDetails

        public ThumbnailParentAssociationDetails​(NodeRef parent,
                                                 QName assocType,
                                                 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 NodeRef getParent()
        Deprecated.
        Get the parent node reference
        Returns:
        NodeRef the parent node reference
      • getAssociationType

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

        public QName getAssociationName()
        Deprecated.
        Get the child association name
        Returns:
        QName the child association name