| Package | Description |
|---|---|
| com.atlassian.confluence.impl.index |
This package contains interfaces and classes to facilitate the implementation of a document extractor independent
from underlying search library and that can be incorporated into confluence.
|
| com.atlassian.confluence.search.lucene.tasks | |
| com.atlassian.confluence.user | |
| com.atlassian.confluence.user.persistence.dao | |
| com.atlassian.confluence.user.persistence.dao.hibernate |
| Constructor and Description |
|---|
PersonalInformationScannerImpl(PersonalInformationManager personalInformationManager,
BatchOperationManager batchOperationManager,
UserAccessor userAccessor,
PersonalInformationDao personalInformationDao) |
| Modifier and Type | Method and Description |
|---|---|
PersonalInformationDao |
IndexTaskFactory.getPersonalInformationDao() |
| Constructor and Description |
|---|
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) |
ReindexAllUsersIndexTask(BatchOperationManager batchOperationManager,
PersonalInformationDao personalInformationDao,
IndexTaskFactory indexTaskFactory) |
| Constructor and Description |
|---|
DefaultPersonalInformationManager(ContentEntityObjectDao contentEntityObjectDao,
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,
PersonalInformationDao personalInformationDao,
RelationManager relationManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
CachingPersonalInformationDao
Caches personal information IDs by username to improve performance by using the
Hibernate second-level cache more effectively.
|
| Constructor and Description |
|---|
CachingPersonalInformationDao(PersonalInformationDao delegateDao,
com.atlassian.vcache.VCacheFactory cacheFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
HibernatePersonalInformationDao |
Copyright © 2003–2016 Atlassian. All rights reserved.