Uses of Class
org.alfresco.repo.thumbnail.ThumbnailDefinition
Packages that use ThumbnailDefinition
-
Uses of ThumbnailDefinition in org.alfresco.repo.thumbnail
Methods in org.alfresco.repo.thumbnail that return ThumbnailDefinitionModifier and TypeMethodDescriptionThumbnailRenditionConvertor.convert(RenditionDefinition renditionDefinition) Deprecated.ThumbnailRegistry.getThumbnailDefinition(String thumbnailName) Deprecated.Get the definition of a named thumbnailMethods in org.alfresco.repo.thumbnail that return types with arguments of type ThumbnailDefinitionModifier and TypeMethodDescriptionThumbnailRegistry.getThumbnailDefinitions()Deprecated.Get a list of all the thumbnail definitionsThumbnailRegistry.getThumbnailDefinitions(String mimetype) Deprecated.use overloaded version with sourceSize parameter.ThumbnailRegistry.getThumbnailDefinitions(String mimetype, long sourceSize) Deprecated.ThumbnailRegistry.getThumnailDefintions(String mimetype) Deprecated.UseThumbnailRegistry.getThumbnailDefinitions(String)instead.Methods in org.alfresco.repo.thumbnail with parameters of type ThumbnailDefinitionModifier and TypeMethodDescriptionvoidThumbnailRegistry.addThumbnailDefinition(ThumbnailDefinition thumbnailDetails) Deprecated.Add a thumbnail detailsThumbnailRenditionConvertor.convert(ThumbnailDefinition thumbnailDefinition, ThumbnailParentAssociationDetails assocDetails) Deprecated.Given the specifiedthumbnailDefinitionandassocDetails, create and return an equivalentRenditionDefinitionobject.static ActionThumbnailHelper.createCreateThumbnailAction(ThumbnailDefinition thumbnailDef, ServiceRegistry services) Deprecated.longThumbnailRegistry.getMaxSourceSizeBytes(String sourceMimetype, ThumbnailDefinition thumbnailDefinition) Deprecated.Returns the maximum source size of any content that may transformed between the supplied sourceMimetype and thumbnailDefinition's targetMimetype using its transformation options.booleanThumbnailRegistry.isThumbnailDefinitionAvailable(String sourceUrl, String sourceMimeType, long sourceSize, ThumbnailDefinition thumbnailDefinition) Deprecated.Checks to see if at this moment in time, the specifiedThumbnailDefinitionis able to thumbnail the source mimetype.booleanThumbnailRegistry.isThumbnailDefinitionAvailable(String sourceUrl, String sourceMimetype, long sourceSize, NodeRef sourceNodeRef, ThumbnailDefinition thumbnailDefinition) Deprecated.Checks to see if at this moment in time, the specifiedThumbnailDefinitionis able to thumbnail the source mimetype.voidThumbnailDefinitionSpringRegisterer.setThumbnailDefinition(ThumbnailDefinition thumbnailDefinition) Deprecated.Method parameters in org.alfresco.repo.thumbnail with type arguments of type ThumbnailDefinitionModifier and TypeMethodDescriptionvoidThumbnailRegistry.setThumbnailDefinitions(List<ThumbnailDefinition> thumbnailDefinitions) Deprecated.This method is used to inject the thumbnail definitions.