Uses of Interface
com.atlassian.confluence.dmz.ContentEntityManagerInternal
Packages that use ContentEntityManagerInternal
Package
Description
-
Uses of ContentEntityManagerInternal in com.atlassian.confluence.api.impl.service.audit.uri
Constructors in com.atlassian.confluence.api.impl.service.audit.uri with parameters of type ContentEntityManagerInternalModifierConstructorDescriptionPageUriGenerator
(PageManagerInternal pageManager, ContentEntityManagerInternal contentEntityManager) -
Uses of ContentEntityManagerInternal in com.atlassian.confluence.api.impl.service.content
Constructors in com.atlassian.confluence.api.impl.service.content with parameters of type ContentEntityManagerInternalModifierConstructorDescriptionContentBodyConversionServiceImpl
(ContentEntityManagerInternal contentEntityManager, ContentBodyConversionManager contentBodyConversionManager) ContentLabelServiceImpl
(ContentService contentService, LabelsService labelsService, ContentEntityManagerInternal contentEntityManager) ContentMacroServiceImpl
(ContentEntityManagerInternal contentEntityManager, MacroDefinitionTransformer macroDefinitionTransformer, PermissionManager permissionManager) ContentServiceImpl
(PermissionManager permissionManager, ContentFactory contentFactory, ContentFinderFactory contentFinderFactory, ContentTrashService trashService, ApiSupportProvider apiSupportProvider, ContentEntityManagerInternal contentEntityManager, UserChecker userChecker, Supplier<TouchRelationSupport> touchRelationSupportSupplier, LicenseService licenseService) ContentVersionServiceImpl
(VersionFinderFactory versionFinderFactory, ContentEntityManagerInternal contentEntityManagerInternal, PermissionManager permissionManager, VersionFactory versionFactory, ContentFactory contentFactory) CustomContentServiceImpl
(CustomContentManager customContentManager, ContentEntityManagerInternal contentEntityManager, ContentFactory contentFactory) -
Uses of ContentEntityManagerInternal in com.atlassian.confluence.api.impl.service.content.draft
Constructors in com.atlassian.confluence.api.impl.service.content.draft with parameters of type ContentEntityManagerInternalModifierConstructorDescriptionSharedContentDraftServiceImpl
(ContentService contentService, ContentEntityManagerInternal contentEntityManager, ContentPermissionManager contentPermissionManager, RelatableResolver relatableResolver, PageManager pageManager, com.atlassian.event.api.EventPublisher eventPublisher, RelationService relationService, RelationManager relationManager, AccessModeService accessModeService) -
Uses of ContentEntityManagerInternal in com.atlassian.confluence.api.impl.service.content.finder
Constructors in com.atlassian.confluence.api.impl.service.content.finder with parameters of type ContentEntityManagerInternalModifierConstructorDescriptionContentFinderFactory
(ContentFactory contentFactory, PageManagerInternal pageManager, SpaceManager spaceManager, PaginationService paginationService, AttachmentContentTypeApiSupport attachmentContentTypeBinding, ContentEntityManagerInternal contentEntityManager, PermissionManager permissionManager, FinderProxyFactory finderProxyFactory, CommentManagerInternal commentManager, AttachmentManagerInternal attachmentManager, com.atlassian.event.api.EventPublisher eventPublisher, ConfluenceScopesRequestCache confluenceScopesRequestCache) VersionFinderFactory
(FinderProxyFactory finderProxyFactory, ContentEntityManagerInternal contentEntityManagerInternal, VersionFactory versionFactory, ContentFactory contentFactory) -
Uses of ContentEntityManagerInternal in com.atlassian.confluence.api.impl.service.permissions
Constructors in com.atlassian.confluence.api.impl.service.permissions with parameters of type ContentEntityManagerInternalModifierConstructorDescriptionContentRestrictionServiceImpl
(ContentEntityManagerInternal contentEntityManager, ContentPermissionManager contentPermissionManager, ContentRestrictionFactory contentRestrictionFactory, ConfluenceUserResolver confluenceUserResolver, NavigationService navigationService, ContentRestrictionService.Validator contentRestrictionServiceValidator) DefaultContentRestrictionServiceValidator
(ContentEntityManagerInternal contentEntityManager, PermissionManager permissionManager, ConfluenceUserResolver confluenceUserResolver, com.atlassian.user.GroupManager groupManager) -
Uses of ContentEntityManagerInternal in com.atlassian.confluence.api.impl.service.relation
Constructors in com.atlassian.confluence.api.impl.service.relation with parameters of type ContentEntityManagerInternalModifierConstructorDescriptionRelatableResolver
(SpaceManager spaceManager, ContentEntityManagerInternal contentEntityManager, ConfluenceUserResolver confluenceUserResolver) -
Uses of ContentEntityManagerInternal in com.atlassian.confluence.content.apisupport
Constructors in com.atlassian.confluence.content.apisupport with parameters of type ContentEntityManagerInternalModifierConstructorDescriptionDefaultContentCreator
(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 ContentEntityManagerInternal in com.atlassian.confluence.impl.content
Classes in com.atlassian.confluence.impl.content that implement ContentEntityManagerInternalModifier and TypeClassDescriptionclass
Manager for page comments.class
class
Generic manager for pluggable content.class
-
Uses of ContentEntityManagerInternal in com.atlassian.confluence.impl.retention
Constructors in com.atlassian.confluence.impl.retention with parameters of type ContentEntityManagerInternalModifierConstructorDescriptionDefaultHistoricalVersionService
(ContentRetentionDao contentRetentionDao, ContentEntityManagerInternal contentEntityManagerInternal, AttachmentManagerInternal attachmentManagerInternal) -
Uses of ContentEntityManagerInternal in com.atlassian.confluence.internal.content.collab
Constructors in com.atlassian.confluence.internal.content.collab with parameters of type ContentEntityManagerInternalModifierConstructorDescriptionAttachmentRelatedContentReconciliationListener
(LinkManager linkManager, ContentReconciliationManager reconciliationManager, SynchronizationManagerInternal synchronizationManager, org.springframework.transaction.PlatformTransactionManager transactionManager, ContentEntityManagerInternal contentEntityManager, ContentEntityObjectDaoInternal contentEntityObjectDao, BodyContentQuerier bodyContentQuerier, XhtmlContent xhtmlContent, ReconciliationExecutorService reconciliationExecutorService) ReconcileReferringContentTask
(org.springframework.transaction.PlatformTransactionManager transactionManager, ContentEntityManagerInternal contentEntityManager, ContentReconciliationManager reconciliationManager, ContentEntityObjectDaoInternal contentEntityObjectDao, LinkManager linkManager, BodyContentQuerier bodyContentQuerier, XhtmlContent xhtmlContent, ReconciliationExecutorService reconciliationExecutorService) Constructor parameters in com.atlassian.confluence.internal.content.collab with type arguments of type ContentEntityManagerInternalModifierConstructorDescriptionDefaultContentReconciliationManager
(CollaborativeEditingHelper collaborativeEditingHelper, com.atlassian.event.api.EventPublisher eventPublisher, SynchronizationManagerInternal synchronizationManager, Supplier<? extends ContentEntityManagerInternal> contentEntityManager)