Uses of Interface
com.atlassian.confluence.internal.persistence.ContentEntityObjectDaoInternal
Packages that use ContentEntityObjectDaoInternal
Package
Description
-
Uses of ContentEntityObjectDaoInternal in com.atlassian.confluence.api.impl.service.content.factory
Constructors in com.atlassian.confluence.api.impl.service.content.factory with parameters of type ContentEntityObjectDaoInternalModifierConstructorDescriptionHistoryFactory
(PersonFactory personFactory, VersionFactory versionFactory, ContentEntityManager contentEntityManager, ContributorsFactory contributorsFactory, ContentEntityObjectDaoInternal contentEntityObjectDao) -
Uses of ContentEntityObjectDaoInternal in com.atlassian.confluence.impl.content
Constructors in com.atlassian.confluence.impl.content with parameters of type ContentEntityObjectDaoInternalModifierConstructorDescriptionDefaultCommentManager
(ContentEntityObjectDaoInternal contentEntityObjectDao, org.hibernate.SessionFactory sessionFactory, WikiToStorageConverter wikiToStorageConverter, com.atlassian.event.api.EventPublisher eventPublisher, CommentDaoInternal commentDao, RelationManager relationManager, CollaborativeEditingHelper collaborativeEditingHelper, AuditingContext auditingContext, RetentionFeatureChecker retentionFeatureChecker, NotificationManager notificationManager, PermissionManager permissionManager) DefaultContentEntityManager
(ContentEntityObjectDaoInternal contentEntityObjectDao, org.hibernate.SessionFactory sessionFactory, WikiToStorageConverter wikiToStorageConverter, com.atlassian.event.api.EventPublisher eventPublisher, RelationManager relationManager, CollaborativeEditingHelper collaborativeEditingHelper, AuditingContext auditingContext, RetentionFeatureChecker retentionFeatureChecker, NotificationManager notificationManager) DefaultCustomContentManager
(CustomContentDao customContentDao, ContentEntityObjectDaoInternal contentEntityObjectDao, org.hibernate.SessionFactory sessionFactory, WikiToStorageConverter wikiToStorageConverter, com.atlassian.event.api.EventPublisher eventPublisher, ContentTypeManager contentTypeManager, RelationManager relationManager, CollaborativeEditingHelper collaborativeEditingHelper, AuditingContext auditingContext, RetentionFeatureChecker retentionFeatureChecker, NotificationManager notificationManager) DefaultPageManager
(PageDaoInternal pageDao, ContentEntityObjectDaoInternal contentEntityObjectDao, HibernateSessionManager5 hibernateSessionManager5, WikiToStorageConverter wikiToStorageConverter, com.atlassian.event.api.EventPublisher eventPublisher, BlogPostDao blogPostDao, AbstractPageDaoInternal abstractPageDao, SpaceDao spaceDao, ContentPropertyManager contentPropertyManager, PermissionManager permissionManager, LoginManager loginManager, ExceptionTolerantMigrator revertedContentMigrator, CollaborativeEditingHelper collaborativeEditingHelper, RelationManager relationManager, SpacePermissionQueryManager spacePermissionQueryManager, ContentPermissionManager contentPermissionManager, com.atlassian.beehive.ClusterLockService clusterLockService, org.springframework.transaction.PlatformTransactionManager transactionManager, AuditingContext auditingContext, RetentionFeatureChecker retentionFeatureChecker, ContentReconciliationManager reconciliationManager, UpdateAttachmentsOnFilesystemOnPageMoveHandler updateAttachmentsOnFilesystemOnPageMoveHandler, org.hibernate.SessionFactory sessionFactory, NotificationManager notificationManager, Function<PageManagerInternal, BulkPageCopy> bulkPageCopyFactory, Function<PageManagerInternal, BulkPageDelete> bulkPageDeleteFactory, User2ContentHibernateRelationDao user2ContentHibernateRelationDao) DefaultPersonalInformationManager
(ContentEntityObjectDaoInternal contentEntityObjectDao, org.hibernate.SessionFactory sessionFactory, WikiToStorageConverter wikiToStorageConverter, com.atlassian.event.api.EventPublisher eventPublisher, PersonalInformationDao personalInformationDao, RelationManager relationManager, CollaborativeEditingHelper collaborativeEditingHelper, AuditingContext auditingContext, RetentionFeatureChecker retentionFeatureChecker, NotificationManager notificationManager) DefaultSpaceDescriptionManager
(ContentEntityObjectDaoInternal contentEntityObjectDao, org.hibernate.SessionFactory sessionFactory, WikiToStorageConverter wikiToStorageConverter, com.atlassian.event.api.EventPublisher eventPublisher, RelationManager relationManager, CollaborativeEditingHelper collaborativeEditingHelper, AuditingContext auditingContext, RetentionFeatureChecker retentionFeatureChecker, NotificationManager notificationManager) -
Uses of ContentEntityObjectDaoInternal in com.atlassian.confluence.impl.search.v2.extractor
Constructors in com.atlassian.confluence.impl.search.v2.extractor with parameters of type ContentEntityObjectDaoInternalModifierConstructorDescriptionContentModifiersBulkExtractor
(ContentEntityObjectDaoInternal contentEntityObjectDao) -
Uses of ContentEntityObjectDaoInternal in com.atlassian.confluence.internal.content.collab
Methods in com.atlassian.confluence.internal.content.collab with parameters of type ContentEntityObjectDaoInternalModifier and TypeMethodDescriptionstatic void
AttachmentRelatedContentReconciliationListener.updateCEOWithAttachmentChange
(ContentEntityObject ceo, ContentEntityObjectDaoInternal contentEntityObjectDao) This will help to mark CEO with attachment change.Constructors in com.atlassian.confluence.internal.content.collab with parameters of type ContentEntityObjectDaoInternalModifierConstructorDescriptionAttachmentRelatedContentReconciliationListener
(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) -
Uses of ContentEntityObjectDaoInternal in com.atlassian.confluence.internal.index
Constructors in com.atlassian.confluence.internal.index with parameters of type ContentEntityObjectDaoInternalModifierConstructorDescriptionDefaultChangeBatchIndexer
(HibernateSessionManager5 hibernateSessionManager, IndexTaskFactoryInternal indexTaskFactory, ContentEntityObjectDaoInternal contentEntityObjectDao, AtlassianDocumentBuilder<Searchable> changeDocumentBuilder, com.atlassian.config.internal.ApplicationConfig applicationConfig, com.atlassian.confluence.internal.index.BulkFieldPrefetcher bulkFieldPrefetcher) -
Uses of ContentEntityObjectDaoInternal in com.atlassian.confluence.internal.persistence.hibernate
Classes in com.atlassian.confluence.internal.persistence.hibernate that implement ContentEntityObjectDaoInternal -
Uses of ContentEntityObjectDaoInternal in com.atlassian.confluence.internal.search.tasks
Constructors in com.atlassian.confluence.internal.search.tasks with parameters of type ContentEntityObjectDaoInternalModifierConstructorDescriptionDefaultIndexTaskFactory
(BatchOperationManager batchOperationManager, AtlassianDocumentBuilder<Searchable> documentBuilder, AtlassianDocumentBuilder<Searchable> changeDocumentBuilder, AtlassianDocumentBuilder<Searchable> selectiveFieldsDocumentBuilder, ContentEntityObjectDaoInternal contentEntityObjectDao, PersonalInformationManager personalInformationManager, UserAccessor userAccessor, PersonalInformationDao personalInformationDao, SpaceDao spaceDao, PageManagerInternal pageManager, HibernateSessionManager5 hibernateSessionManager, com.atlassian.config.internal.ApplicationConfig applicationConfig, SearchableResolver searchableResolver) RebuildChangeDocumentsIndexTask
(Searchable searchable, ContentEntityObjectDaoInternal contentEntityObjectDao, IndexTaskFactoryInternal indexTaskFactory, HibernateSessionManager5 hibernateSessionManager, boolean skipDeletes) Constructs a rebuild change document index task. -
Uses of ContentEntityObjectDaoInternal in com.atlassian.confluence.pages
Constructors in com.atlassian.confluence.pages with parameters of type ContentEntityObjectDaoInternalModifierConstructorDescriptionDefaultAttachmentManager
(AttachmentDaoInternal attachmentDao, ContentEntityObjectDaoInternal contentEntityObjectDao, com.atlassian.event.api.EventPublisher eventPublisher, UserPreferencesAccessor userPreferencesAccessor, NotificationManager notificationManager, RelationManager relationManager, RetentionFeatureChecker retentionFeatureChecker, ContentReconciliationManager reconciliationManager, ContentPermissionManager contentPermissionManager, PermissionManager permissionManager) DefaultTrashManager
(ContentEntityObjectDaoInternal contentEntityObjectDao, ContentEntityManager contentEntityManager, CustomContentManager customContentManager, org.springframework.transaction.PlatformTransactionManager transactionManager, PageManager pageManager, com.atlassian.event.api.EventPublisher eventPublisher, AttachmentManager attachmentManager, BandanaManagerInternal bandanaManager, PaginationService paginationService)