Uses of Interface
com.atlassian.confluence.content.apisupport.ApiSupportProvider
Packages that use ApiSupportProvider
Package
Description
-
Uses of ApiSupportProvider in com.atlassian.confluence.api.impl.service.content
Constructors in com.atlassian.confluence.api.impl.service.content with parameters of type ApiSupportProviderModifierConstructorDescriptionContentServiceImpl
(PermissionManager permissionManager, ContentFactory contentFactory, ContentFinderFactory contentFinderFactory, ContentTrashService trashService, ApiSupportProvider apiSupportProvider, ContentEntityManagerInternal contentEntityManager, UserChecker userChecker, Supplier<TouchRelationSupport> touchRelationSupportSupplier, LicenseService licenseService) -
Uses of ApiSupportProvider in com.atlassian.confluence.api.impl.service.content.factory
Constructors in com.atlassian.confluence.api.impl.service.content.factory with parameters of type ApiSupportProvider -
Uses of ApiSupportProvider in com.atlassian.confluence.api.impl.service.content.typebinding
Constructors in com.atlassian.confluence.api.impl.service.content.typebinding with parameters of type ApiSupportProviderModifierConstructorDescriptionAttachmentContentTypeApiSupport
(ContentEntityManager contentEntityManager, ContentFactory contentFactory, AttachmentManagerInternal attachmentManager, PaginationService paginationService, PermissionManager permissionManager, ApiSupportProvider apiSupportProvider, ContentCreator contentCreator, ThumbnailManager thumbnailManager) BlogPostContentTypeApiSupport
(ApiSupportProvider provider, ContentCreator contentCreator) CommentContentTypeApiSupport
(CommentManagerInternal commentManager, PaginationService paginationService, ContentFactory contentFactory, PermissionManager permissionManager, ContentEntityManager contentEntityManager, ApiSupportProvider apiSupportProvider, CommentService commentService, ContentBodyConversionService contentBodyConversionService, com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.event.api.EventPublisher eventPublisher) PageContentTypeApiSupport
(ContentFactory contentFactory, PageManagerInternal pageManager, SpaceManager spaceManager, PaginationService paginationService, ApiSupportProvider apiSupportProvider, ContentCreator contentCreator, com.atlassian.event.api.EventPublisher eventPublisher, PageTemplateManager pageTemplateManager) -
Uses of ApiSupportProvider in com.atlassian.confluence.content
Constructors in com.atlassian.confluence.content with parameters of type ApiSupportProviderModifierConstructorDescriptionContentTypeModuleDescriptor
(com.atlassian.plugin.module.ModuleFactory moduleFactory, ApiSupportProvider apiSupportProvider) -
Uses of ApiSupportProvider in com.atlassian.confluence.content.apisupport
Classes in com.atlassian.confluence.content.apisupport that implement ApiSupportProviderModifier and TypeClassDescriptionclass
ProvidesContentTypeApiSupport
s that are either bundled, or registered with OSGiMethods in com.atlassian.confluence.content.apisupport that return ApiSupportProviderModifier and TypeMethodDescriptionCustomContentApiSupportParams.getProvider()
CustomContentApiSupportParamsImpl.getProvider()
Constructors in com.atlassian.confluence.content.apisupport with parameters of type ApiSupportProviderModifierConstructorDescriptionprotected
BaseContentTypeApiSupport
(ApiSupportProvider provider) CustomContentApiSupportParamsImpl
(ApiSupportProvider provider, CustomContentManager customContentManager, ContentCreator contentCreator, ContentEntityManager contentEntityManager, ModelFactory<ContentEntityObject, Content> contentFactory) -
Uses of ApiSupportProvider in com.atlassian.confluence.content.custom
Constructors in com.atlassian.confluence.content.custom with parameters of type ApiSupportProviderModifierConstructorDescriptionBaseCustomContentType
(ContentType contentType, ApiSupportProvider apiSupportProvider) CustomContentTypeWrapper
(ContentType delegateContentType, ContentType apiContentType, ApiSupportProvider supportProvider)