Uses of Interface
com.atlassian.confluence.core.BatchOperationManager

Packages that use BatchOperationManager
com.atlassian.confluence.core.persistence.hibernate   
com.atlassian.confluence.mail.archive   
com.atlassian.confluence.test.rpc   
com.atlassian.confluence.upgrade.upgradetask   
 

Uses of BatchOperationManager in com.atlassian.confluence.core.persistence.hibernate
 

Classes in com.atlassian.confluence.core.persistence.hibernate that implement BatchOperationManager
 class SimpleHibernateBatchOperationManager
          Performs a batch operation in a series of independent transactions containing an arbitrary number of operations (which happens to be 50).
 

Uses of BatchOperationManager in com.atlassian.confluence.mail.archive
 

Constructors in com.atlassian.confluence.mail.archive with parameters of type BatchOperationManager
MboxImporter(BatchOperationManager batchOperationManager, SpaceManager spaceManager, MailContentManager mailContentManager)
           
 

Uses of BatchOperationManager in com.atlassian.confluence.test.rpc
 

Methods in com.atlassian.confluence.test.rpc with parameters of type BatchOperationManager
 void FuncTestRpcHandlerImpl.setBatchOperationManager(BatchOperationManager batchOperationManager)
           
 

Uses of BatchOperationManager in com.atlassian.confluence.upgrade.upgradetask
 

Constructors in com.atlassian.confluence.upgrade.upgradetask with parameters of type BatchOperationManager
UserIndexingUpgradeTask(PersonalInformationManager personalInformationManager, net.sf.hibernate.SessionFactory sessionFactory, BatchOperationManager batchOperationManager, ConfluenceIndexer indexer)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.