Modifier and Type | Method and Description |
---|---|
void |
DefaultContentPermissionManager.setPageDao(PageDao pageDao) |
void |
CachingInheritedContentPermissionManager.setPageDao(PageDao pageDao)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ReadThroughCachingPageDao
This maintains a cache of (space key, page title) -> (page id) mappings.
|
Constructor and Description |
---|
CachingInheritedContentPermissionManager(InheritedContentPermissionManager delegate,
ContentPermissionSetDao contentPermissionSetDao,
PageDao pageDao,
TransactionAwareCacheFactory cacheFactory,
com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar) |
Modifier and Type | Interface and Description |
---|---|
interface |
PageDaoInternal
Dao for Pages.
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatingPageDao
A
PageDaoInternal implementation that just delegates to another one. |
Modifier and Type | Method and Description |
---|---|
PageDao |
DelegatingPageDao.getDelegateDao() |
Modifier and Type | Class and Description |
---|---|
class |
CachingPageDao
Deprecated.
since 7.5 Replaced with
ReadThroughCachingPageDao |
class |
HibernatePageDao |
Copyright © 2003–2021 Atlassian. All rights reserved.