Package org.alfresco.repo.rendition
Interface RenditionLocationResolver
- All Known Implementing Classes:
StandardRenditionLocationResolverImpl
Deprecated.
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
Modifier and TypeMethodDescriptiongetRenditionLocation(NodeRef sourceNode, RenditionDefinition definition, NodeRef tempRenditionLocation) Deprecated.
-
Method Details
-
getRenditionLocation
RenditionLocation getRenditionLocation(NodeRef sourceNode, RenditionDefinition definition, NodeRef tempRenditionLocation) Deprecated.- Parameters:
sourceNode- NodeRefdefinition- RenditionDefinitiontempRenditionLocation- NodeRef- Returns:
- RenditionLocation
-