Package org.alfresco.repo.rendition
Interface RenditionLocationResolver
-
- All Known Implementing Classes:
StandardRenditionLocationResolverImpl
public interface RenditionLocationResolverThis interface defines a type which can be used to resolve the location of rendition nodes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RenditionLocationgetRenditionLocation(NodeRef sourceNode, RenditionDefinition definition, NodeRef tempRenditionLocation)
-
-
-
Method Detail
-
getRenditionLocation
RenditionLocation getRenditionLocation(NodeRef sourceNode, RenditionDefinition definition, NodeRef tempRenditionLocation)
- Parameters:
sourceNode- NodeRefdefinition- RenditionDefinitiontempRenditionLocation- NodeRef- Returns:
- RenditionLocation
-
-