Uses of Interface
com.atlassian.confluence.content.apisupport.ApiSupportProvider
-
-
Uses of ApiSupportProvider in com.atlassian.confluence.api.impl.service.content
Constructors in com.atlassian.confluence.api.impl.service.content with parameters of type ApiSupportProvider Constructor Description ContentServiceImpl(PermissionManager permissionManager, ContentFactory contentFactory, ContentFinderFactory contentFinderFactory, ContentTrashService trashService, ApiSupportProvider apiSupportProvider, ContentEntityManagerInternal contentEntityManager, UserChecker userChecker, com.google.common.base.Supplier<TouchRelationSupport> touchRelationSupportSupplier, com.atlassian.event.api.EventPublisher eventPublisher, 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 Constructor Description ContentExtensionsFactory(ApiSupportProvider supportProvider) -
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 ApiSupportProvider Constructor Description AttachmentContentTypeApiSupport(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 ApiSupportProvider Constructor Description ContentTypeModuleDescriptor(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 ApiSupportProvider Modifier and Type Class Description classContentTypeApiSupportProviderProvidesContentTypeApiSupports that are either bundled, or registered with OSGiMethods in com.atlassian.confluence.content.apisupport that return ApiSupportProvider Modifier and Type Method Description ApiSupportProviderCustomContentApiSupportParams. getProvider()ApiSupportProviderCustomContentApiSupportParamsImpl. getProvider()Constructors in com.atlassian.confluence.content.apisupport with parameters of type ApiSupportProvider Constructor Description BaseContentTypeApiSupport(ApiSupportProvider provider)CustomContentApiSupportParamsImpl(ApiSupportProvider provider, CustomContentManager customContentManager, ContentCreator contentCreator, ContentEntityManager contentEntityManager) -
Uses of ApiSupportProvider in com.atlassian.confluence.content.custom
Constructors in com.atlassian.confluence.content.custom with parameters of type ApiSupportProvider Constructor Description BaseCustomContentType(ContentType contentType, ApiSupportProvider apiSupportProvider)CustomContentTypeWrapper(ContentType delegateContentType, ContentType apiContentType, ApiSupportProvider supportProvider) -
Uses of ApiSupportProvider in com.atlassian.confluence.it.api.test.plugin.apiavailable
Constructors in com.atlassian.confluence.it.api.test.plugin.apiavailable with parameters of type ApiSupportProvider Constructor Description DummyAvailableContentType(ContentEntityAdapter contentEntityAdapter, PermissionDelegate permissionDelegate, ApiSupportProvider apiSupportProvider, CustomContentApiSupportParams customContentApiSupportParams)
-