Uses of Interface
com.atlassian.confluence.plugin.CustomContentProviderRegistry
Packages that use CustomContentProviderRegistry
Package
Description
-
Uses of CustomContentProviderRegistry in com.atlassian.confluence.api.impl.service.content
Constructors in com.atlassian.confluence.api.impl.service.content with parameters of type CustomContentProviderRegistryModifierConstructorDescriptionCustomContentServiceImpl(CustomContentManager customContentManager, ContentEntityManagerInternal contentEntityManager, ContentFactory contentFactory, CustomContentProviderRegistry customContentProviderRegistry) -
Uses of CustomContentProviderRegistry in com.atlassian.confluence.api.impl.service.content.factory
Constructors in com.atlassian.confluence.api.impl.service.content.factory with parameters of type CustomContentProviderRegistryModifierConstructorDescriptionContentFactory(ContentBodyFactory contentBodyFactory, SpaceFactory spaceFactory, ContentMetadataFactory metadataFactory, VersionFactory versionFactory, HistoryFactory historyFactory, ChildContentFactory childContentFactory, ContentExtensionsFactory extensionsFactory, OperationService operationService, ContentRestrictionService contentRestrictionService, NavigationService navigationService, AttachmentExtractedTextService attachmentServiceExtractedTextService, CustomContentProviderRegistry customContentProviderRegistry, SpaceFilteringService spaceFilteringService) -
Uses of CustomContentProviderRegistry in com.atlassian.confluence.api.impl.service.content.finder
Constructors in com.atlassian.confluence.api.impl.service.content.finder with parameters of type CustomContentProviderRegistryModifierConstructorDescriptionContentFinderFactory(ContentFactory contentFactory, PageManagerInternal pageManager, SpaceManager spaceManager, PaginationService paginationService, AttachmentContentTypeApiSupport attachmentContentTypeBinding, ContentEntityManagerInternal contentEntityManager, PermissionManager permissionManager, FinderProxyFactory finderProxyFactory, CommentManagerInternal commentManager, AttachmentManagerInternal attachmentManager, com.atlassian.event.api.EventPublisher eventPublisher, ConfluenceScopesRequestCache confluenceScopesRequestCache, CustomContentManager customContentManager, CustomContentProviderRegistry customContentProviderRegistry) CustomContentFetcher(ContentFinderImpl contentFinder, PaginationService paginationService, ContentFactory contentFactory, SpaceManager spaceManager, CustomContentManager customContentManager, CustomContentProviderRegistry customContentProviderRegistry) -
Uses of CustomContentProviderRegistry in com.atlassian.confluence.dmz.plugin
Constructors in com.atlassian.confluence.dmz.plugin with parameters of type CustomContentProviderRegistryModifierConstructorDescriptionCustomContentProviderModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory, CustomContentProviderRegistry registry) -
Uses of CustomContentProviderRegistry in com.atlassian.confluence.internal.api.impl.service.incrementalsync
Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync with parameters of type CustomContentProviderRegistryModifier and TypeMethodDescriptionIncrementalSyncServiceConfiguration.contentSubscriptionEventTypeFactory(CustomContentProviderRegistry customContentProviderRegistry) IncrementalSyncServiceConfiguration.customContentEventService(CustomContentProviderRegistry providerRegistry, ContentCommandSupport commandSupport, SubscriptionJournalStateStore subscriptionJournalStateStore, SpaceFilteringService spaceFilteringService, ContentService contentService) -
Uses of CustomContentProviderRegistry in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement
Constructors in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement with parameters of type CustomContentProviderRegistryModifierConstructorDescriptionContentSubscriptionEventTypeFactory(@NonNull CustomContentProviderRegistry customContentProviderRegistry) -
Uses of CustomContentProviderRegistry in com.atlassian.confluence.internal.api.impl.service.incrementalsync.customcontentmanagement
Constructors in com.atlassian.confluence.internal.api.impl.service.incrementalsync.customcontentmanagement with parameters of type CustomContentProviderRegistryModifierConstructorDescriptionDefaultCustomContentEventService(CustomContentProviderRegistry providerRegistry, ContentCommandSupport commandSupport, SubscriptionJournalStateStore subscriptionJournalStateStore, SpaceFilteringService spaceFilteringService, ContentService contentService) -
Uses of CustomContentProviderRegistry in com.atlassian.confluence.plugin
Classes in com.atlassian.confluence.plugin that implement CustomContentProviderRegistryModifier and TypeClassDescriptionclassDefault implementation of the custom content provider registry.