Uses of Interface
com.atlassian.confluence.content.CustomContentManager
-
-
Uses of CustomContentManager in com.atlassian.confluence.api.impl.service.content.draft
Constructors in com.atlassian.confluence.api.impl.service.content.draft with parameters of type CustomContentManager Constructor Description LegacyContentDraftServiceImpl(PermissionManager permissionManager, ContentService contentService, DraftManager draftManager, PermissionCheckExemptions permissionCheckExemptions, AccessModeService accessModeService, CustomContentManager customContentManager, ContentDraftManagerInternal contentDraftManager, ScopesRequestCacheDelegate scopesRequestCacheDelegate)
-
Uses of CustomContentManager in com.atlassian.confluence.content
Constructors in com.atlassian.confluence.content with parameters of type CustomContentManager Constructor Description CustomContentSpaceRemovalListener(CustomContentManager customContentManager, I18NBeanFactory i18NBeanFactory)
-
Uses of CustomContentManager in com.atlassian.confluence.content.apisupport
Methods in com.atlassian.confluence.content.apisupport that return CustomContentManager Modifier and Type Method Description CustomContentManager
CustomContentApiSupportParams. getCustomContentManager()
CustomContentManager
CustomContentApiSupportParamsImpl. getCustomContentManager()
Constructors in com.atlassian.confluence.content.apisupport with parameters of type CustomContentManager Constructor Description ContentCreator(SpaceManager spaceManager, ContentBodyConversionService contentBodyConversionService, PermissionManager permissionManager, PageManagerInternal pageManager, CustomContentManager customContentEntityManager, com.atlassian.event.api.EventPublisher eventPublisher, DraftAttributesCopier draftAttributesCopier, LabelManagerInternal labelManager, RelationManager relationManager, ContentEntityManagerInternal contentEntityManager)
CustomContentApiSupportParamsImpl(ApiSupportProvider provider, CustomContentManager customContentManager, ContentCreator contentCreator, ContentEntityManager contentEntityManager)
-
Uses of CustomContentManager in com.atlassian.confluence.impl.content
Classes in com.atlassian.confluence.impl.content that implement CustomContentManager Modifier and Type Class Description class
DefaultCustomContentManager
Generic manager for pluggable content. -
Uses of CustomContentManager in com.atlassian.confluence.impl.importexport
Methods in com.atlassian.confluence.impl.importexport with parameters of type CustomContentManager Modifier and Type Method Description void
SpaceBackupExporter. setCustomContentManager(CustomContentManager customContentManager)
-
Uses of CustomContentManager in com.atlassian.confluence.importexport.impl
Methods in com.atlassian.confluence.importexport.impl with parameters of type CustomContentManager Modifier and Type Method Description void
XmlExporter. setCustomContentManager(CustomContentManager customContentManager)
Deprecated. -
Uses of CustomContentManager in com.atlassian.confluence.it.api.test.plugin.apiavailable
Constructors in com.atlassian.confluence.it.api.test.plugin.apiavailable with parameters of type CustomContentManager Constructor Description DummyApiAvailableTestResource(CustomContentManager customContentManager, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate)
-
Uses of CustomContentManager in com.atlassian.confluence.pages
Constructors in com.atlassian.confluence.pages with parameters of type CustomContentManager Constructor Description DefaultTrashManager(ContentEntityObjectDaoInternal<ContentEntityObject> contentEntityObjectDao, ContentEntityManager contentEntityManager, CustomContentManager customContentManager, org.springframework.transaction.PlatformTransactionManager transactionManager, PageManager pageManager, com.atlassian.event.api.EventPublisher eventPublisher, AttachmentManager attachmentManager, com.atlassian.bandana.BandanaManager bandanaManager)
Deprecated.since 8.0DefaultTrashManager(ContentEntityObjectDaoInternal<ContentEntityObject> contentEntityObjectDao, ContentEntityManager contentEntityManager, CustomContentManager customContentManager, org.springframework.transaction.PlatformTransactionManager transactionManager, PageManager pageManager, com.atlassian.event.api.EventPublisher eventPublisher, AttachmentManager attachmentManager, com.atlassian.bandana.BandanaManager bandanaManager, PaginationService paginationService, ContentFactory contentFactory)
-
Uses of CustomContentManager in com.atlassian.confluence.plugins.contentproperty
Constructors in com.atlassian.confluence.plugins.contentproperty with parameters of type CustomContentManager Constructor Description ContentPropertyFinderFactory(ContentService contentService, PaginationService paginationService, CustomContentManager customContentManager, PermissionManager permissionManager, JsonPropertyFactory jsonPropertyFactory, TransactionalHostContextAccessor hostContextAccessor, DraftManager draftManager)
ContentPropertyServiceImpl(CustomContentManager customContentManager, JsonPropertyFactory jsonPropertyFactory, StorageJsonPropertyManager storageContentPropertyManager, ContentPropertyFinderFactory contentPropertyFinderFactory, ContentPropertyService.Validator validator, ConfluenceIndexer confluenceIndexer)
-
Uses of CustomContentManager in com.atlassian.confluence.plugins.contentproperty.spaceproperty
Constructors in com.atlassian.confluence.plugins.contentproperty.spaceproperty with parameters of type CustomContentManager Constructor Description SpacePropertyFinderFactory(CustomContentManager customContentManager, PermissionManager permissionManager, JsonPropertyFactory jsonPropertyFactory, SpaceService spaceService, PaginationService paginationService, TransactionalHostContextAccessor hostContextAccessor)
SpacePropertyFinderImpl(CustomContentManager customContentManager, PermissionManager permissionManager, JsonPropertyFactory jsonPropertyFactory, SpaceService spaceService, PaginationService paginationService, Expansions expansions)
SpacePropertyServiceImpl(CustomContentManager customContentManager, StorageJsonPropertyManager storageContentPropertyManager, JsonPropertyFactory jsonPropertyFactory, SpacePropertyService.Validator validator, SpacePropertyFinderFactory finderFactory)
-
Uses of CustomContentManager in com.atlassian.confluence.test.rpc
Methods in com.atlassian.confluence.test.rpc with parameters of type CustomContentManager Modifier and Type Method Description void
FuncTestRpcHandlerImpl. setCustomContentManager(CustomContentManager customContentManager)
-