Uses of Interface
org.alfresco.repo.batch.BatchProcessWorkProvider
Packages that use BatchProcessWorkProvider
Package
Description
-
Uses of BatchProcessWorkProvider in org.alfresco.repo.batch
Constructors in org.alfresco.repo.batch with parameters of type BatchProcessWorkProviderModifierConstructorDescriptionBatchProcessor(String processName, RetryingTransactionHelper retryingTransactionHelper, BatchProcessWorkProvider<T> workProvider, int workerThreads, int batchSize, org.springframework.context.ApplicationEventPublisher applicationEventPublisher, org.apache.commons.logging.Log logger, int loggingInterval) Instantiates a new batch processor. -
Uses of BatchProcessWorkProvider in org.alfresco.repo.bulkimport
Methods in org.alfresco.repo.bulkimport that return BatchProcessWorkProvider -
Uses of BatchProcessWorkProvider in org.alfresco.repo.bulkimport.impl
Methods in org.alfresco.repo.bulkimport.impl that return BatchProcessWorkProviderMethods in org.alfresco.repo.bulkimport.impl with parameters of type BatchProcessWorkProviderModifier and TypeMethodDescriptionprotected BatchProcessor<ImportableItem>MultiThreadedBulkFilesystemImporter.getBatchProcessor(BulkImportParameters bulkImportParameters, BatchProcessWorkProvider<ImportableItem> workProvider, int loggingInterval)