Class ThumbnailRenditionConvertor

java.lang.Object
org.alfresco.repo.thumbnail.ThumbnailRenditionConvertor

@Deprecated public class ThumbnailRenditionConvertor extends Object
Deprecated.
The thumbnails code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
A helper class to convert thumbnail definition and transformationOptions (thumbnail-specific classes) to rendition-specific parameters and vice versa. The Thumbnail Service exposes parameters as simple data types on its various method signatures. See for example ThumbnailDefinition.createThumbnail(...) or updateThumbnail(...). The RenditionService replaces this approach with one based on the ActionService where parameters are added as a Map on the Action/RenditionDefinition object.
Author:
Neil McErlean
See Also: