Uses of Interface
org.craftercms.studio.api.v2.repository.blob.StudioBlobAwareContentRepository
Packages that use StudioBlobAwareContentRepository
Package
Description
-
Uses of StudioBlobAwareContentRepository in org.craftercms.studio.impl.v2.repository.blob
Classes in org.craftercms.studio.impl.v2.repository.blob that implement StudioBlobAwareContentRepositoryModifier and TypeClassDescriptionclassImplementation ofContentRepository,ContentRepositorythat delegates calls to aStudioBlobStorewhen appropriate -
Uses of StudioBlobAwareContentRepository in org.craftercms.studio.impl.v2.service.site.internal
Constructors in org.craftercms.studio.impl.v2.service.site.internal with parameters of type StudioBlobAwareContentRepositoryModifierConstructorDescriptionSitesServiceInternalImpl(org.craftercms.commons.plugin.PluginDescriptorReader descriptorReader, ContentRepository contentRepository, StudioBlobAwareContentRepository blobAwareRepository, StudioConfiguration studioConfiguration, SiteFeedMapper siteFeedMapper, SiteDAO siteDao, RetryingDatabaseOperationFacade retryingDatabaseOperationFacade, SiteService siteServiceV1, Deployer deployer, ConfigurationService configurationService, SecurityService securityService, AuditServiceInternal auditServiceInternal)