Uses of Class
com.atlassian.confluence.content.apisupport.ContentCreator
-
Packages that use ContentCreator Package Description com.atlassian.confluence.api.impl.service.content.typebinding com.atlassian.confluence.content.apisupport -
-
Uses of ContentCreator in com.atlassian.confluence.api.impl.service.content.typebinding
Constructors in com.atlassian.confluence.api.impl.service.content.typebinding with parameters of type ContentCreator Constructor Description AttachmentContentTypeApiSupport(ContentEntityManager contentEntityManager, ContentFactory contentFactory, AttachmentManagerInternal attachmentManager, PaginationService paginationService, PermissionManager permissionManager, ApiSupportProvider apiSupportProvider, ContentCreator contentCreator, ThumbnailManager thumbnailManager)BlogPostContentTypeApiSupport(ApiSupportProvider provider, ContentCreator contentCreator)PageContentTypeApiSupport(ContentFactory contentFactory, PageManagerInternal pageManager, SpaceManager spaceManager, PaginationService paginationService, ApiSupportProvider apiSupportProvider, ContentCreator contentCreator, com.atlassian.event.api.EventPublisher eventPublisher, PageTemplateManager pageTemplateManager) -
Uses of ContentCreator in com.atlassian.confluence.content.apisupport
Methods in com.atlassian.confluence.content.apisupport that return ContentCreator Modifier and Type Method Description ContentCreatorCustomContentApiSupportParams. getContentCreator()ContentCreatorCustomContentApiSupportParamsImpl. getContentCreator()Constructors in com.atlassian.confluence.content.apisupport with parameters of type ContentCreator Constructor Description CustomContentApiSupportParamsImpl(ApiSupportProvider provider, CustomContentManager customContentManager, ContentCreator contentCreator, ContentEntityManager contentEntityManager)
-