Interface RenditionDefinition

    • Method Detail

      • getRenditionName

        QName getRenditionName()
        Deprecated.
        Returns:
        the name which uniquely identifies this rendition definition.
      • getRenditionParent

        NodeRef getRenditionParent()
        Deprecated.
        Returns the node to which the rendition is linked when it is first created. Typically this location is only temporary temporary as the rendition will be moved to a different location by the RenditionService shortly after its creation.
        Returns:
        the renditionParent
      • setRenditionParent

        void setRenditionParent​(NodeRef renditionParent)
        Deprecated.
        Sets the node to which the rendition is linked when it is first created. Typically this location is only temporary temporary as the rendition will be moved to a different location by the RenditionService shortly after its creation.
        Parameters:
        renditionParent - the renditionParent to set
      • getRenditionAssociationType

        QName getRenditionAssociationType()
        Deprecated.
        Returns the association type used to link the rendition to its parent node after it has been newly created. Typically this association is only temporary as the rendition will be moved to a different location by the RenditionService shortly after its creation.
        Returns:
        the renditionAssociationType
      • setRenditionAssociationType

        void setRenditionAssociationType​(QName renditionAssociationType)
        Deprecated.
        Sets the association type used to link the rendition to its parent node after it has been newly created. Typically this association is only temporary as the rendition will be moved to a different location by the RenditionService shortly after its creation.
        Parameters:
        renditionAssociationType - the renditionAssociationType to set
      • setCallback

        void setCallback​(RenderCallback callback)
        Deprecated.
        This method sets a callback object for use in asynchronous renditions. It is this object that will be notified of the successful or unsuccessful completion of these renditions.
        Parameters:
        callback - a callback object, which may be null.
      • getCallback

        RenderCallback getCallback()
        Deprecated.
        This method gets the registered callback object for use with asynchronous renditions.
        Returns:
        the callback object