Uses of Interface
com.atlassian.confluence.content.apisupport.ContentCreator
Packages that use ContentCreator
Package
Description
-
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 ContentCreatorModifierConstructorDescriptionAttachmentContentTypeApiSupport
(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
Classes in com.atlassian.confluence.content.apisupport that implement ContentCreatorMethods in com.atlassian.confluence.content.apisupport that return ContentCreatorModifier and TypeMethodDescriptionCustomContentApiSupportParams.getContentCreator()
CustomContentApiSupportParamsImpl.getContentCreator()
Constructors in com.atlassian.confluence.content.apisupport with parameters of type ContentCreatorModifierConstructorDescriptionCustomContentApiSupportParamsImpl
(ApiSupportProvider provider, CustomContentManager customContentManager, ContentCreator contentCreator, ContentEntityManager contentEntityManager, ModelFactory<ContentEntityObject, Content> contentFactory)