Uses of Interface
com.atlassian.confluence.impl.pages.thumbnail.ThumbnailManagerInternal
-
-
Uses of ThumbnailManagerInternal in com.atlassian.confluence.importexport.resource
Constructors in com.atlassian.confluence.importexport.resource with parameters of type ThumbnailManagerInternal Constructor Description ThumbnailDownloadResourceManager(PermissionManager permissionManager, AttachmentManager attachmentManager, ConfluenceUserDao confluenceUserDao, AttachmentUrlParser attachmentUrlParser, ThumbnailManagerInternal thumbnailManager, ContextPathHolder contextPathHolder) -
Uses of ThumbnailManagerInternal in com.atlassian.confluence.pages.thumbnail
Classes in com.atlassian.confluence.pages.thumbnail that implement ThumbnailManagerInternal Modifier and Type Class Description classDefaultThumbnailManager -
Uses of ThumbnailManagerInternal in com.atlassian.confluence.upgrade.upgradetask.attachmentceo
Constructors in com.atlassian.confluence.upgrade.upgradetask.attachmentceo with parameters of type ThumbnailManagerInternal Constructor Description AttachmentIdClashResolver(org.hibernate.Session session, org.hibernate.id.IdentifierGenerator attachmentIdGenerator, AttachmentDataStorageType attachmentStorageType, com.atlassian.bonnie.ILuceneConnection luceneConnection, ThumbnailManagerInternal thumbnailManager, SynchronizationManager synchronizationManager, boolean minorEditExists, boolean contentLabelAttIdExists, AttachmentDataFileSystemInternals attachmentFileSystem)
-