Package org.alfresco.repo.rendition
Class StandardRenditionLocationResolverImpl
java.lang.Object
org.alfresco.repo.rendition.StandardRenditionLocationResolverImpl
- All Implemented Interfaces:
RenditionLocationResolver
@Deprecated
public class StandardRenditionLocationResolverImpl
extends Object
implements RenditionLocationResolver
Deprecated.
The RenditionService is being replace by the simpler async RenditionService2.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringDeprecated.getRenditionLocation(NodeRef sourceNode, RenditionDefinition definition, NodeRef tempRenditionLocation) Deprecated.voidsetCompanyHomePath(String companyHomePath) Deprecated.voidsetRepositoryHelper(Repository repositoryHelper) Deprecated.voidsetServiceRegistry(ServiceRegistry serviceRegistry) Deprecated.protected booleansourceNodeIsXml(NodeRef sourceNode) Deprecated.
-
Constructor Details
-
StandardRenditionLocationResolverImpl
public StandardRenditionLocationResolverImpl()Deprecated.
-
-
Method Details
-
setServiceRegistry
Deprecated. -
setCompanyHomePath
Deprecated. -
setRepositoryHelper
Deprecated. -
getRenditionLocation
public RenditionLocation getRenditionLocation(NodeRef sourceNode, RenditionDefinition definition, NodeRef tempRenditionLocation) Deprecated.- Specified by:
getRenditionLocationin interfaceRenditionLocationResolver- Parameters:
sourceNode- NodeRefdefinition- RenditionDefinitiontempRenditionLocation- NodeRef- Returns:
- RenditionLocation
-
sourceNodeIsXml
Deprecated. -
buildNamespaceDeclaration
Deprecated.
-