| Package | Description |
|---|---|
| com.atlassian.confluence.core.persistence.hibernate | |
| 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.pages.ancestors | |
| com.atlassian.confluence.search.lucene.tasks | |
| com.atlassian.confluence.test.rpc | |
| com.atlassian.confluence.upgrade.upgradetask | |
| com.atlassian.crowd.embedded.hibernate2 |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleHibernateBatchOperationManager
Performs a batch operation in a series of independent transactions containing an arbitrary
number of operations (which happens to be 50).
|
| Constructor and Description |
|---|
PersonalInformationScannerImpl(PersonalInformationManager personalInformationManager,
BatchOperationManager batchOperationManager,
UserAccessor userAccessor,
PersonalInformationDao personalInformationDao) |
| Constructor and Description |
|---|
HibernatePageAncestorManager(net.sf.hibernate.SessionFactory sessionFactory,
BatchOperationManager batchOperationManager) |
| 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) |
IndexTaskFactory(BatchOperationManager batchOperationManager,
net.sf.hibernate.SessionFactory sessionFactory,
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)
Deprecated.
since 5.9. Use the non-deprecated constructor.
|
ReindexAllUsersIndexTask(BatchOperationManager batchOperationManager,
PersonalInformationDao personalInformationDao,
IndexTaskFactory indexTaskFactory) |
ReindexUsersInGroupIndexTask(BatchOperationManager batchOperationManager,
PersonalInformationManager personalInformationManager,
UserAccessor userAccessor,
IndexTaskFactory indexTaskFactory,
String groupName) |
| Modifier and Type | Method and Description |
|---|---|
void |
FuncTestRpcHandlerImpl.setBatchOperationManager(BatchOperationManager batchOperationManager) |
| Constructor and Description |
|---|
AbstractUserMappingUpgradeTask(ConfluenceUserDao confluenceUserDao,
BatchOperationManager batchOperationManager) |
CrowdUsersUserMappingUpgradeTask(ConfluenceUserDao confluenceUserDao,
net.sf.hibernate.SessionFactory sessionFactory,
BatchOperationManager batchOperationManager) |
EmbeddedCrowdPropertySetFactoryMigrationUpgradeTask(net.sf.hibernate.SessionFactory sessionFactory,
UserVerificationTokenDao userVerificationTokenDao,
BatchOperationManager batchOperationManager,
com.atlassian.config.db.HibernateConfig hibernateConfig) |
LoginInfoDuplicateEntryRemovalUpgradeTask(org.hibernate.SessionFactory sessionFactory,
BatchOperationManager batchOperationManager) |
ReferencedUsersUserMappingUpgradeTask(ConfluenceUserDao confluenceUserDao,
net.sf.hibernate.SessionFactory sessionFactory,
org.springframework.transaction.PlatformTransactionManager transactionManager,
BatchOperationManager batchOperationManager,
Map<String,Set<String>> userNameReferences,
com.atlassian.config.db.HibernateConfig hibernateConfig) |
RemovePeopleDirectoryDuplicatesUpgradeTask(SearchManager searchManager,
BatchOperationManager batchOperationManager,
IndexQueueEntryDao indexQueueEntryDao) |
UserIndexingUpgradeTask(PersonalInformationManager personalInformationManager,
net.sf.hibernate.SessionFactory sessionFactory,
BatchOperationManager batchOperationManager,
JournalIndexTaskQueue journalIndexTaskQueue,
IndexTaskFactory indexTaskFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
HibernateUserDao.setBatchOperationManager(BatchOperationManager batchOperationManager) |
Copyright © 2003–2016 Atlassian. All rights reserved.