Uses of Interface
org.alfresco.service.cmr.thumbnail.ThumbnailService
-
Packages that use ThumbnailService Package Description org.alfresco.heartbeat org.alfresco.opencmis org.alfresco.repo.quickshare org.alfresco.repo.service org.alfresco.repo.thumbnail org.alfresco.repo.thumbnail.conditions org.alfresco.service Provides the public facing interfaces of the Services of the Alfresco Repository. -
-
Uses of ThumbnailService in org.alfresco.heartbeat
Methods in org.alfresco.heartbeat with parameters of type ThumbnailService Modifier and Type Method Description voidConfigurationDataCollector. setThumbnailService(ThumbnailService thumbnailService) -
Uses of ThumbnailService in org.alfresco.opencmis
Methods in org.alfresco.opencmis with parameters of type ThumbnailService Modifier and Type Method Description voidCMISConnector. setThumbnailService(ThumbnailService thumbnailService)Deprecated.The thumbnails code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries. -
Uses of ThumbnailService in org.alfresco.repo.quickshare
Methods in org.alfresco.repo.quickshare with parameters of type ThumbnailService Modifier and Type Method Description voidQuickShareServiceImpl. setThumbnailService(ThumbnailService thumbnailService)Set the thumbnail service -
Uses of ThumbnailService in org.alfresco.repo.service
Methods in org.alfresco.repo.service that return ThumbnailService Modifier and Type Method Description ThumbnailServiceServiceDescriptorRegistry. getThumbnailService()Deprecated.The thumbnails code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries. -
Uses of ThumbnailService in org.alfresco.repo.thumbnail
Classes in org.alfresco.repo.thumbnail that implement ThumbnailService Modifier and Type Class Description classThumbnailServiceImplDeprecated.The thumbnails code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.Methods in org.alfresco.repo.thumbnail with parameters of type ThumbnailService Modifier and Type Method Description voidAddFailedThumbnailActionExecuter. setThumbnailService(ThumbnailService thumbnailService)Deprecated.Set the thumbnail servicevoidCreateThumbnailActionExecuter. setThumbnailService(ThumbnailService thumbnailService)Deprecated.Set the thumbnail servicevoidFailedThumbnailSourceAspect. setThumbnailService(ThumbnailService thumbnailService)Deprecated.voidSimpleThumbnailer. setThumbnailService(ThumbnailService thumbnailService)Deprecated.Sets the thumbnail service.voidUpdateThumbnailActionExecuter. setThumbnailService(ThumbnailService thumbnailService)Deprecated.Set the thumbnail service -
Uses of ThumbnailService in org.alfresco.repo.thumbnail.conditions
Fields in org.alfresco.repo.thumbnail.conditions declared as ThumbnailService Modifier and Type Field Description protected ThumbnailServiceNodeEligibleForRethumbnailingEvaluator. thumbnailServiceDeprecated.Methods in org.alfresco.repo.thumbnail.conditions with parameters of type ThumbnailService Modifier and Type Method Description voidNodeEligibleForRethumbnailingEvaluator. setThumbnailService(ThumbnailService thumbnailService)Deprecated. -
Uses of ThumbnailService in org.alfresco.service
Methods in org.alfresco.service that return ThumbnailService Modifier and Type Method Description ThumbnailServiceServiceRegistry. getThumbnailService()Deprecated.The thumbnails code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
-