Uses of Interface
com.atlassian.confluence.content.CustomContentManager
Packages that use CustomContentManager
Package
Description
-
Uses of CustomContentManager in com.atlassian.confluence.api.impl.service.content
Constructors in com.atlassian.confluence.api.impl.service.content with parameters of type CustomContentManagerModifierConstructorDescriptionCustomContentServiceImpl
(CustomContentManager customContentManager, ContentEntityManagerInternal contentEntityManager, ContentFactory contentFactory) -
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 CustomContentManagerModifierConstructorDescriptionLegacyContentDraftServiceImpl
(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 CustomContentManagerModifierConstructorDescriptionCustomContentSpaceRemovalListener
(CustomContentManager customContentManager, I18NBeanFactory i18NBeanFactory) -
Uses of CustomContentManager in com.atlassian.confluence.content.apisupport
Methods in com.atlassian.confluence.content.apisupport that return CustomContentManagerModifier and TypeMethodDescriptionCustomContentApiSupportParams.getCustomContentManager()
CustomContentApiSupportParamsImpl.getCustomContentManager()
Constructors in com.atlassian.confluence.content.apisupport with parameters of type CustomContentManagerModifierConstructorDescriptionCustomContentApiSupportParamsImpl
(ApiSupportProvider provider, CustomContentManager customContentManager, ContentCreator contentCreator, ContentEntityManager contentEntityManager, ModelFactory<ContentEntityObject, Content> contentFactory) DefaultContentCreator
(SpaceManager spaceManager, ContentBodyConversionService contentBodyConversionService, PermissionManager permissionManager, PageManagerInternal pageManager, CustomContentManager customContentEntityManager, com.atlassian.event.api.EventPublisher eventPublisher, DraftAttributesCopier draftAttributesCopier, LabelManagerInternal labelManager, RelationManager relationManager, ContentEntityManagerInternal contentEntityManager) -
Uses of CustomContentManager in com.atlassian.confluence.impl.content
Classes in com.atlassian.confluence.impl.content that implement CustomContentManagerModifier and TypeClassDescriptionclass
Generic manager for pluggable content. -
Uses of CustomContentManager in com.atlassian.confluence.pages
Constructors in com.atlassian.confluence.pages with parameters of type CustomContentManagerModifierConstructorDescriptionDefaultTrashManager
(ContentEntityObjectDaoInternal contentEntityObjectDao, ContentEntityManager contentEntityManager, CustomContentManager customContentManager, org.springframework.transaction.PlatformTransactionManager transactionManager, PageManager pageManager, com.atlassian.event.api.EventPublisher eventPublisher, AttachmentManager attachmentManager, BandanaManager bandanaManager, PaginationService paginationService) -
Uses of CustomContentManager in com.atlassian.confluence.plugins.contentproperty
Constructors in com.atlassian.confluence.plugins.contentproperty with parameters of type CustomContentManagerModifierConstructorDescriptionContentPropertyFinderFactory
(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 CustomContentManagerModifierConstructorDescriptionSpacePropertyFinderFactory
(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 CustomContentManagerModifier and TypeMethodDescriptionvoid
FuncTestRpcHandlerImpl.setCustomContentManager
(CustomContentManager customContentManager)