Package org.alfresco.repo.thumbnail
Class ThumbnailHelper
- java.lang.Object
-
- org.alfresco.repo.thumbnail.ThumbnailHelper
-
@Deprecated public class ThumbnailHelper extends java.lang.ObjectDeprecated.The thumbnails code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.A simple helper class for constructing create-thumbnail actions decorated with the correct condition and compensating actions.- Since:
- 3.5.0
- Author:
- Neil Mc Erlean
-
-
Constructor Summary
Constructors Constructor Description ThumbnailHelper()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ActioncreateCreateThumbnailAction(ThumbnailDefinition thumbnailDef, ServiceRegistry services)Deprecated.
-
-
-
Method Detail
-
createCreateThumbnailAction
public static Action createCreateThumbnailAction(ThumbnailDefinition thumbnailDef, ServiceRegistry services)
Deprecated.
-
-