Class StandardRenditionLocationResolverImpl

  • All Implemented Interfaces:
    RenditionLocationResolver

    @Deprecated
    public class StandardRenditionLocationResolverImpl
    extends java.lang.Object
    implements RenditionLocationResolver
    Deprecated.
    The RenditionService is being replace by the simpler async RenditionService2.
    • Constructor Detail

      • StandardRenditionLocationResolverImpl

        public StandardRenditionLocationResolverImpl()
        Deprecated.
    • Method Detail

      • setServiceRegistry

        public void setServiceRegistry​(ServiceRegistry serviceRegistry)
        Deprecated.
      • setCompanyHomePath

        public void setCompanyHomePath​(java.lang.String companyHomePath)
        Deprecated.
      • setRepositoryHelper

        public void setRepositoryHelper​(Repository repositoryHelper)
        Deprecated.
      • getRenditionLocation

        public RenditionLocation getRenditionLocation​(org.alfresco.service.cmr.repository.NodeRef sourceNode,
                                                      RenditionDefinition definition,
                                                      org.alfresco.service.cmr.repository.NodeRef tempRenditionLocation)
        Deprecated.
        Specified by:
        getRenditionLocation in interface RenditionLocationResolver
        Parameters:
        sourceNode - NodeRef
        definition - RenditionDefinition
        tempRenditionLocation - NodeRef
        Returns:
        RenditionLocation
      • sourceNodeIsXml

        protected boolean sourceNodeIsXml​(org.alfresco.service.cmr.repository.NodeRef sourceNode)
        Deprecated.
      • buildNamespaceDeclaration

        public static java.lang.String buildNamespaceDeclaration​(org.w3c.dom.Document xml)
        Deprecated.