Modifier and Type | Method and Description |
---|---|
protected PageDao |
DefaultContentEntityManager.getPageDao() |
Modifier and Type | Method and Description |
---|---|
void |
CachingInheritedContentPermissionManager.setPageDao(PageDao pageDao) |
void |
DefaultContentPermissionManager.setPageDao(PageDao pageDao) |
Constructor and Description |
---|
ConfluenceStartAnalyticsEventFactory(SpaceDao spaceDao,
SpaceManagerInternal spaceManagerInternal,
PageDao pageDao,
BlogPostDao blogPostDao,
UserChecker userChecker,
org.hibernate.SessionFactory sessionFactory,
org.springframework.transaction.PlatformTransactionManager txManager,
ClusterManager clusterManager,
LicenseService licenseService,
com.atlassian.plugin.parsers.SafeModeCommandLineArgumentsFactory safeModeCommandLineArgumentsFactory) |
Constructor and Description |
---|
DefaultPageManager(PageDao pageDao,
LinkManager linkManager,
ConfluenceIndexer indexer,
LabelManager labelManager,
AttachmentManager attachmentManager,
HibernateSessionManager hibernateSessionManager,
com.google.common.base.Supplier<XhtmlContent> xhtmlContent,
com.atlassian.event.api.EventPublisher eventPublisher,
NotificationManager notificationManager,
BlogPostDao blogPostDao,
AbstractPageDao abstractPageDao,
SpaceDao spaceDao,
ContentPropertyManager contentPropertyManager,
com.google.common.base.Supplier<PermissionManager> permissionManager,
ChangeIndexer changeIndexer,
LoginManager loginManager,
com.google.common.base.Supplier<ExceptionTolerantMigrator> revertedContentMigrator,
CollaborativeEditingHelper collaborativeEditingHelper,
RelationManager relationManager,
SpacePermissionQueryManager spacePermissionQueryManager,
ContentPermissionManager contentPermissionManager,
com.atlassian.beehive.ClusterLockService clusterLockService,
LinksUpdater linksUpdater,
com.google.common.base.Supplier<UserAccessor> userAccessor,
SpacePermissionManager spacePermissionManager,
SynchronizationManager synchronizationManager,
org.springframework.transaction.PlatformTransactionManager transactionManager,
com.google.common.base.Supplier<DarkFeaturesManager> darkFeaturesManager) |
Modifier and Type | Class and Description |
---|---|
class |
CachingPageDao
This maintains a cache of (space key, page title) -> (page id) mappings.
|
class |
HibernatePageDao |
Modifier and Type | Method and Description |
---|---|
PageDao |
CachingPageDao.getDelegateDao() |
Constructor and Description |
---|
CachingPageDao(PageDao delegateDao,
PageIdCache pageIdCache)
Deprecated.
since 5.10 Use
CachingPageDao.CachingPageDao(PageDao, VCacheFactory) |
CachingPageDao(PageDao delegateDao,
com.atlassian.vcache.VCacheFactory cacheFactory) |
Constructor and Description |
---|
ContentIndexTask(List<ContentType> contentTypes,
List<ContentStatus> contentStatuses,
JournalEntryType journalEntryType,
PageDao pageDao,
BatchOperationManager batchOperationManager,
IndexTaskFactory indexTaskFactory) |
IndexTaskFactory(BatchOperationManager batchOperationManager,
com.atlassian.bonnie.search.DocumentBuilder documentBuilder,
com.atlassian.bonnie.search.DocumentBuilder changeDocumentBuilder,
ContentEntityObjectDao contentEntityObjectDao,
com.google.common.base.Supplier<AttachmentManager> attachmentManager,
com.google.common.base.Supplier<PersonalInformationManager> personalInformationManager,
com.google.common.base.Supplier<UserAccessor> userAccessor,
PersonalInformationDao personalInformationDao,
SpaceDao spaceDao,
PageDao pageDao) |
Copyright © 2003–2017 Atlassian. All rights reserved.