Class RenditionDefinitionImpl

    • Field Detail

      • RENDITION_DEFINITION_NAME

        public static final java.lang.String RENDITION_DEFINITION_NAME
        Deprecated.
        See Also:
        Constant Field Values
      • renditionParent

        public org.alfresco.service.cmr.repository.NodeRef renditionParent
        Deprecated.
      • renditionAssociationType

        public org.alfresco.service.namespace.QName renditionAssociationType
        Deprecated.
    • Constructor Detail

      • RenditionDefinitionImpl

        public RenditionDefinitionImpl​(java.lang.String id,
                                       org.alfresco.service.namespace.QName renditionName,
                                       java.lang.String renderingEngineName)
        Deprecated.
        Parameters:
        id - the action id
        renditionName - a unique name for the rendering action.
        renderingEngineName - the name of the rendering action definition
      • RenditionDefinitionImpl

        public RenditionDefinitionImpl​(Action action)
        Deprecated.
      • RenditionDefinitionImpl

        public RenditionDefinitionImpl​(Action action,
                                       java.lang.String renderingEngineName)
        Deprecated.
    • Method Detail

      • getRenditionName

        public org.alfresco.service.namespace.QName getRenditionName()
        Deprecated.
        Specified by:
        getRenditionName in interface RenditionDefinition
        Returns:
        the name which uniquely identifies this rendition definition.
      • getRenditionParent

        public org.alfresco.service.cmr.repository.NodeRef getRenditionParent()
        Deprecated.
        Description copied from interface: RenditionDefinition
        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.
        Specified by:
        getRenditionParent in interface RenditionDefinition
        Returns:
        the renditionParent
      • setRenditionParent

        public void setRenditionParent​(org.alfresco.service.cmr.repository.NodeRef renditionParent)
        Deprecated.
        Description copied from interface: RenditionDefinition
        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.
        Specified by:
        setRenditionParent in interface RenditionDefinition
        Parameters:
        renditionParent - the renditionParent to set
      • getRenditionAssociationType

        public org.alfresco.service.namespace.QName getRenditionAssociationType()
        Deprecated.
        Description copied from interface: RenditionDefinition
        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.
        Specified by:
        getRenditionAssociationType in interface RenditionDefinition
        Returns:
        the renditionAssociationType
      • setRenditionAssociationType

        public void setRenditionAssociationType​(org.alfresco.service.namespace.QName renditionAssociationType)
        Deprecated.
        Description copied from interface: RenditionDefinition
        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.
        Specified by:
        setRenditionAssociationType in interface RenditionDefinition
        Parameters:
        renditionAssociationType - the renditionAssociationType to set
      • setCallback

        public void setCallback​(RenderCallback callback)
        Deprecated.
        Description copied from interface: RenditionDefinition
        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.
        Specified by:
        setCallback in interface RenditionDefinition
        Parameters:
        callback - a callback object, which may be null.