Package org.alfresco.repo.rendition
Interface RenditionLocationResolver
-
- All Known Implementing Classes:
StandardRenditionLocationResolverImpl
@Deprecated public interface RenditionLocationResolverDeprecated.The RenditionService is being replace by the simpler async RenditionService2.This interface defines a type which can be used to resolve the location of rendition nodes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description RenditionLocationgetRenditionLocation(org.alfresco.service.cmr.repository.NodeRef sourceNode, RenditionDefinition definition, org.alfresco.service.cmr.repository.NodeRef tempRenditionLocation)Deprecated.
-
-
-
Method Detail
-
getRenditionLocation
RenditionLocation getRenditionLocation(org.alfresco.service.cmr.repository.NodeRef sourceNode, RenditionDefinition definition, org.alfresco.service.cmr.repository.NodeRef tempRenditionLocation)
Deprecated.- Parameters:
sourceNode- NodeRefdefinition- RenditionDefinitiontempRenditionLocation- NodeRef- Returns:
- RenditionLocation
-
-