Uses of Interface
com.atlassian.confluence.core.BatchOperationManager
Packages that use BatchOperationManager
Package
Description
-
Uses of BatchOperationManager in com.atlassian.confluence.impl.hibernate
Classes in com.atlassian.confluence.impl.hibernate that implement BatchOperationManagerModifier and TypeClassDescriptionclassProvides methods for performing batch operations in a series of independent transactions. -
Uses of BatchOperationManager in com.atlassian.confluence.impl.user
Constructors in com.atlassian.confluence.impl.user with parameters of type BatchOperationManagerModifierConstructorDescriptionUserMentionsContentReindexer(ConfluenceIndexer indexer, BatchOperationManager batchOperationManager, SearchManager searchManager, SynchronizationManager synchronizationManager) -
Uses of BatchOperationManager in com.atlassian.confluence.impl.user.crowd.hibernate
Constructors in com.atlassian.confluence.impl.user.crowd.hibernate with parameters of type BatchOperationManagerModifierConstructorDescriptionHibernateUserDao(org.hibernate.SessionFactory sessionFactory, Supplier<com.atlassian.crowd.embedded.spi.DirectoryDao> directoryDao, InternalMembershipDao membershipDao, ConfluenceUserDao confluenceUserDao, com.atlassian.crowd.util.persistence.hibernate.batch.BatchProcessor<org.hibernate.Session> batchProcessor, com.atlassian.crowd.util.persistence.hibernate.batch.BatchFinder batchFinder, BatchOperationManager batchOperationManager) -
Uses of BatchOperationManager in com.atlassian.confluence.internal.search.tasks
Constructors in com.atlassian.confluence.internal.search.tasks with parameters of type BatchOperationManagerModifierConstructorDescriptionContentIndexTask(List<ContentType> contentTypes, List<ContentStatus> contentStatuses, JournalEntryType journalEntryType, PageManagerInternal pageManagerInternal, BatchOperationManager batchOperationManager, IndexTaskFactoryInternal indexTaskFactory) DefaultIndexTaskFactory(BatchOperationManager batchOperationManager, AtlassianDocumentBuilder<Searchable> documentBuilder, AtlassianDocumentBuilder<Searchable> changeDocumentBuilder, AtlassianDocumentBuilder<Searchable> selectiveFieldsDocumentBuilder, ContentEntityObjectDaoInternal contentEntityObjectDao, PersonalInformationManager personalInformationManager, UserAccessor userAccessor, PersonalInformationDao personalInformationDao, SpaceDao spaceDao, PageManagerInternal pageManager, HibernateSessionManager5 hibernateSessionManager, com.atlassian.config.internal.ApplicationConfig applicationConfig, SearchableResolver searchableResolver) ReindexAllBlogsChangeIndexTask(IndexTaskFactoryInternal indexTaskFactory, SearchableResolver searchableResolver, BatchOperationManager batchOperationManager) ReindexAllBlogsContentIndexTask(IndexTaskFactoryInternal indexTaskFactory, SearchableResolver searchableResolver, BatchOperationManager batchOperationManager) ReindexAllUsersChangeIndexTask(BatchOperationManager batchOperationManager, PersonalInformationDao personalInformationDao, IndexTaskFactoryInternal indexTaskFactory) ReindexAllUsersContentIndexTask(BatchOperationManager batchOperationManager, PersonalInformationDao personalInformationDao, IndexTaskFactoryInternal indexTaskFactory) ReindexUsersInGroupChangeIndexTask(BatchOperationManager batchOperationManager, PersonalInformationManager personalInformationManager, GroupResolver groupResolver, GroupMembershipAccessor groupMembershipAccessor, IndexTaskFactoryInternal indexTaskFactory, String groupName) ReindexUsersInGroupContentIndexTask(BatchOperationManager batchOperationManager, PersonalInformationManager personalInformationManager, GroupResolver groupResolver, GroupMembershipAccessor groupMembershipAccessor, IndexTaskFactoryInternal indexTaskFactory, String groupName) -
Uses of BatchOperationManager in com.atlassian.confluence.pages.ancestors
Methods in com.atlassian.confluence.pages.ancestors with parameters of type BatchOperationManagerModifier and TypeMethodDescriptionvoidHibernatePageAncestorManager.setBatchOperationManager(BatchOperationManager batchOperationManager) -
Uses of BatchOperationManager in com.atlassian.confluence.plugins.contentproperty.index.extractor
Constructors in com.atlassian.confluence.plugins.contentproperty.index.extractor with parameters of type BatchOperationManagerModifierConstructorDescriptionContentPropertiesExtractor(ContentPropertyIndexSchemaManager contentPropertyIndexSchemaManager, ContentPropertyExtractionManager contentPropertyExtractionManager, ContentPropertyFinderFactory contentPropertyFinderFactory, com.atlassian.plugin.PluginAccessor pluginAccessor, BatchOperationManager batchOperationManager) -
Uses of BatchOperationManager in com.atlassian.confluence.upgrade.upgradetask
Fields in com.atlassian.confluence.upgrade.upgradetask declared as BatchOperationManagerModifier and TypeFieldDescriptionprotected final BatchOperationManagerAbstractBandanaRemovalTask.batchOperationManagerprotected final BatchOperationManagerAbstractBandanaRemovalTask.batchOperationManagerprotected final BatchOperationManagerAbstractBandanaRemovalTask.batchOperationManagerConstructors in com.atlassian.confluence.upgrade.upgradetask with parameters of type BatchOperationManagerModifierConstructorDescriptionprotectedAbstractBandanaComplexTypesUpgradeTask(org.springframework.transaction.PlatformTransactionManager transactionManager, org.hibernate.SessionFactory sessionFactory, BandanaManager bandanaManager, PluginSettingRepository repository, BatchOperationManager batchOperationManager, Map<String, Set<String>> contextPrefixToKeyPrefixMap) BandanaComplexTypesUpgradeTask(org.springframework.transaction.PlatformTransactionManager transactionManager, org.hibernate.SessionFactory sessionFactory, BandanaManager bandanaManager, PluginSettingRepository repository, BatchOperationManager batchOperationManager) BandanaToPluginSettingsUpgradeTask(org.springframework.transaction.PlatformTransactionManager transactionManager, org.hibernate.SessionFactory sessionFactory, BandanaManager bandanaManager, PluginSettingRepository repository, BatchOperationManager batchOperationManager) MigrateScheduledJobCacheUpgradeTask(BandanaManagerInternal bandanaManager, BatchOperationManager batchOperationManager)