Uses of Class
org.alfresco.repo.thumbnail.ThumbnailDefinition
-
Packages that use ThumbnailDefinition Package Description org.alfresco.repo.thumbnail -
-
Uses of ThumbnailDefinition in org.alfresco.repo.thumbnail
Methods in org.alfresco.repo.thumbnail that return ThumbnailDefinition Modifier and Type Method Description ThumbnailDefinitionThumbnailRenditionConvertor. convert(RenditionDefinition renditionDefinition)Deprecated.ThumbnailDefinitionThumbnailRegistry. getThumbnailDefinition(java.lang.String thumbnailName)Deprecated.Get the definition of a named thumbnailMethods in org.alfresco.repo.thumbnail that return types with arguments of type ThumbnailDefinition Modifier and Type Method Description java.util.List<ThumbnailDefinition>ThumbnailRegistry. getThumbnailDefinitions()Deprecated.Get a list of all the thumbnail definitionsjava.util.List<ThumbnailDefinition>ThumbnailRegistry. getThumbnailDefinitions(java.lang.String mimetype)Deprecated.use overloaded version with sourceSize parameter.java.util.List<ThumbnailDefinition>ThumbnailRegistry. getThumbnailDefinitions(java.lang.String mimetype, long sourceSize)Deprecated.java.util.List<ThumbnailDefinition>ThumbnailRegistry. getThumbnailDefinitions(java.lang.String sourceUrl, java.lang.String mimetype, long sourceSize)Deprecated.java.util.List<ThumbnailDefinition>ThumbnailRegistry. getThumnailDefintions(java.lang.String mimetype)Deprecated.UseThumbnailRegistry.getThumbnailDefinitions(String)instead.Methods in org.alfresco.repo.thumbnail with parameters of type ThumbnailDefinition Modifier and Type Method Description voidThumbnailRegistry. addThumbnailDefinition(ThumbnailDefinition thumbnailDetails)Deprecated.Add a thumbnail detailsRenditionDefinitionThumbnailRenditionConvertor. convert(ThumbnailDefinition thumbnailDefinition, ThumbnailParentAssociationDetails assocDetails)Deprecated.Given the specifiedthumbnailDefinitionandassocDetails, create and return an equivalentRenditionDefinitionobject.static ActionThumbnailHelper. createCreateThumbnailAction(ThumbnailDefinition thumbnailDef, ServiceRegistry services)Deprecated.longThumbnailRegistry. getMaxSourceSizeBytes(java.lang.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(java.lang.String sourceUrl, java.lang.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(java.lang.String sourceUrl, java.lang.String sourceMimetype, long sourceSize, org.alfresco.service.cmr.repository.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 ThumbnailDefinition Modifier and Type Method Description voidThumbnailRegistry. setThumbnailDefinitions(java.util.List<ThumbnailDefinition> thumbnailDefinitions)Deprecated.This method is used to inject the thumbnail definitions.
-