Uses of Interface
com.atlassian.confluence.internal.pages.persistence.PageDaoInternal
-
-
Uses of PageDaoInternal in com.atlassian.confluence.impl.content
Constructors in com.atlassian.confluence.impl.content with parameters of type PageDaoInternal Constructor Description DefaultPageManager(PageDaoInternal pageDao, AttachmentManager attachmentManager, 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, LinksUpdater linksUpdater, SpacePermissionManager spacePermissionManager, org.springframework.transaction.PlatformTransactionManager transactionManager, AuditingContext auditingContext, RetentionFeatureChecker retentionFeatureChecker, ContentReconciliationManager reconciliationManager, UpdateAttachmentsOnFilesystemOnPageMoveHandler updateAttachmentsOnFilesystemOnPageMoveHandler, org.hibernate.SessionFactory sessionFactory) -
Uses of PageDaoInternal in com.atlassian.confluence.impl.pages.persistence.dao
Classes in com.atlassian.confluence.impl.pages.persistence.dao that implement PageDaoInternal Modifier and Type Class Description classReadThroughCachingPageDaoThis maintains a cache of (space key, page title) -> (page id) mappings.Methods in com.atlassian.confluence.impl.pages.persistence.dao with parameters of type PageDaoInternal Modifier and Type Method Description static ReadThroughCachingPageDaoReadThroughCachingPageDao. create(PageDaoInternal delegateDao, com.atlassian.cache.CacheFactory cacheFactory) -
Uses of PageDaoInternal in com.atlassian.confluence.internal.search.tasks
Constructors in com.atlassian.confluence.internal.search.tasks with parameters of type PageDaoInternal Constructor Description ContentIndexTask(List<ContentType> contentTypes, List<ContentStatus> contentStatuses, JournalEntryType journalEntryType, PageDaoInternal pageDao, BatchOperationManager batchOperationManager, IndexTaskFactoryInternal indexTaskFactory)DefaultIndexTaskFactory(BatchOperationManager batchOperationManager, AtlassianDocumentBuilder<Searchable> documentBuilder, AtlassianDocumentBuilder<Searchable> changeDocumentBuilder, ContentEntityObjectDao<?> contentEntityObjectDao, PersonalInformationManager personalInformationManager, UserAccessor userAccessor, PersonalInformationDao personalInformationDao, SpaceDao spaceDao, PageDaoInternal pageDao) -
Uses of PageDaoInternal in com.atlassian.confluence.pages.persistence.dao
Classes in com.atlassian.confluence.pages.persistence.dao that implement PageDaoInternal Modifier and Type Class Description classDelegatingPageDaoAPageDaoInternalimplementation that just delegates to another one.Constructors in com.atlassian.confluence.pages.persistence.dao with parameters of type PageDaoInternal Constructor Description DelegatingPageDao(PageDaoInternal delegateDao) -
Uses of PageDaoInternal in com.atlassian.confluence.pages.persistence.dao.hibernate
Classes in com.atlassian.confluence.pages.persistence.dao.hibernate that implement PageDaoInternal Modifier and Type Class Description classHibernatePageDao
-