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 TypeClassDescriptionclass
Provides methods for performing batch operations in a series of independent transactions. -
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 TypeMethodDescriptionvoid
HibernatePageAncestorManager.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
Constructors in com.atlassian.confluence.upgrade.upgradetask with parameters of type BatchOperationManagerModifierConstructorDescriptionAbstractUserMappingUpgradeTask
(ConfluenceUserDao confluenceUserDao, BatchOperationManager batchOperationManager) BandanaXStreamValueUpgradeTask
(BandanaManager bandanaManager, org.hibernate.SessionFactory sessionFactory, BatchOperationManager batchOperationManager) MigrateScheduledJobCacheUpgradeTask
(BandanaManager bandanaManager, BatchOperationManager batchOperationManager) -
Uses of BatchOperationManager in com.atlassian.confluence.user
Constructors in com.atlassian.confluence.user with parameters of type BatchOperationManagerModifierConstructorDescriptionUserMentionsContentReindexer
(ConfluenceIndexer indexer, BatchOperationManager batchOperationManager, SearchManager searchManager, SynchronizationManager synchronizationManager)