Uses of Interface
org.craftercms.studio.api.v2.repository.ContentRepository
Packages that use ContentRepository
Package
Description
-
Uses of ContentRepository in org.craftercms.studio.api.v2.annotation
Constructors in org.craftercms.studio.api.v2.annotation with parameters of type ContentRepositoryModifierConstructorDescriptionRequireContentExistsAnnotationHandler(ContentRepository contentRepository) -
Uses of ContentRepository in org.craftercms.studio.api.v2.repository.blob
Subinterfaces of ContentRepository in org.craftercms.studio.api.v2.repository.blobModifier and TypeInterfaceDescriptioninterfaceContentRepositoryextension that provides blob aware operations.interfaceExtension ofBlobStorethat adds support for Studio content repository operationsinterfaceBase class for all implementations ofStudioBlobStore -
Uses of ContentRepository in org.craftercms.studio.impl.v1.content.pipeline
Fields in org.craftercms.studio.impl.v1.content.pipeline declared as ContentRepositoryModifier and TypeFieldDescriptionprotected ContentRepositoryFormDmContentProcessor.contentRepositoryprotected ContentRepositoryPostActivityProcessor.contentRepositoryMethods in org.craftercms.studio.impl.v1.content.pipeline with parameters of type ContentRepositoryModifier and TypeMethodDescriptionvoidFormDmContentProcessor.setContentRepository(ContentRepository contentRepository) voidPostActivityProcessor.setContentRepository(ContentRepository contentRepository) -
Uses of ContentRepository in org.craftercms.studio.impl.v1.service.content
Methods in org.craftercms.studio.impl.v1.service.content with parameters of type ContentRepositoryModifier and TypeMethodDescriptionvoidContentServiceImpl.setContentRepositoryV2(ContentRepository contentRepository) -
Uses of ContentRepository in org.craftercms.studio.impl.v1.service.deployment
Fields in org.craftercms.studio.impl.v1.service.deployment declared as ContentRepositoryModifier and TypeFieldDescriptionprotected ContentRepositoryDeploymentServiceImpl.contentRepositoryV2Methods in org.craftercms.studio.impl.v1.service.deployment with parameters of type ContentRepositoryModifier and TypeMethodDescriptionvoidDeploymentServiceImpl.setContentRepositoryV2(ContentRepository contentRepositoryV2) -
Uses of ContentRepository in org.craftercms.studio.impl.v1.service.site
Fields in org.craftercms.studio.impl.v1.service.site declared as ContentRepositoryMethods in org.craftercms.studio.impl.v1.service.site with parameters of type ContentRepositoryModifier and TypeMethodDescriptionvoidSiteServiceImpl.setContentRepositoryV2(ContentRepository contentRepositoryV2) -
Uses of ContentRepository in org.craftercms.studio.impl.v2.job
Fields in org.craftercms.studio.impl.v2.job declared as ContentRepositoryMethods in org.craftercms.studio.impl.v2.job with parameters of type ContentRepositoryModifier and TypeMethodDescriptionvoidStudioClockTask.setContentRepository(ContentRepository contentRepository) -
Uses of ContentRepository in org.craftercms.studio.impl.v2.repository
Classes in org.craftercms.studio.impl.v2.repository that implement ContentRepository -
Uses of ContentRepository in org.craftercms.studio.impl.v2.repository.blob
Classes in org.craftercms.studio.impl.v2.repository.blob that implement ContentRepositoryModifier and TypeClassDescriptionclassImplementation ofContentRepository,ContentRepositorythat delegates calls to aStudioBlobStorewhen appropriateFields in org.craftercms.studio.impl.v2.repository.blob declared as ContentRepositoryModifier and TypeFieldDescriptionprotected ContentRepositoryBlobAwareContentRepository.localRepositoryV2Methods in org.craftercms.studio.impl.v2.repository.blob with parameters of type ContentRepositoryModifier and TypeMethodDescriptionvoidBlobAwareContentRepository.setLocalRepositoryV2(ContentRepository localRepositoryV2) -
Uses of ContentRepository in org.craftercms.studio.impl.v2.repository.blob.s3
Classes in org.craftercms.studio.impl.v2.repository.blob.s3 that implement ContentRepository -
Uses of ContentRepository in org.craftercms.studio.impl.v2.service.configuration.internal
Methods in org.craftercms.studio.impl.v2.service.configuration.internal with parameters of type ContentRepositoryModifier and TypeMethodDescriptionvoidConfigurationServiceInternalImpl.setContentRepository(ContentRepository contentRepository) -
Uses of ContentRepository in org.craftercms.studio.impl.v2.service.content.internal
Methods in org.craftercms.studio.impl.v2.service.content.internal with parameters of type ContentRepositoryModifier and TypeMethodDescriptionvoidContentServiceInternalImpl.setContentRepository(ContentRepository contentRepository) -
Uses of ContentRepository in org.craftercms.studio.impl.v2.service.policy.internal
Fields in org.craftercms.studio.impl.v2.service.policy.internal declared as ContentRepositoryModifier and TypeFieldDescriptionprotected ContentRepositoryPolicyServiceInternalImpl.contentRepositoryV2Constructors in org.craftercms.studio.impl.v2.service.policy.internal with parameters of type ContentRepositoryModifierConstructorDescriptionPolicyServiceInternalImpl(ContentRepository contentRepository, ContentRepository contentRepositoryV2, ConfigurationService configurationService, PolicyValidator systemValidator, List<PolicyValidator> policyValidators, String configPath) -
Uses of ContentRepository in org.craftercms.studio.impl.v2.service.publish.internal
Methods in org.craftercms.studio.impl.v2.service.publish.internal with parameters of type ContentRepositoryModifier and TypeMethodDescriptionvoidPublishServiceInternalImpl.setContentRepository(ContentRepository contentRepository) -
Uses of ContentRepository in org.craftercms.studio.impl.v2.service.repository.internal
Methods in org.craftercms.studio.impl.v2.service.repository.internal with parameters of type ContentRepositoryModifier and TypeMethodDescriptionvoidRepositoryManagementServiceInternalImpl.setContentRepositoryV2(ContentRepository contentRepositoryV2) -
Uses of ContentRepository in org.craftercms.studio.impl.v2.service.site
Constructors in org.craftercms.studio.impl.v2.service.site with parameters of type ContentRepositoryModifierConstructorDescriptionSitesServiceImpl(SitesService sitesServiceInternal, PublishingProgressServiceInternal publishingProgressServiceInternal, ContentRepository contentRepository, SiteService siteService)