Uses of Interface
org.alfresco.repo.batch.BatchProcessor.BatchProcessWorker
-
Packages that use BatchProcessor.BatchProcessWorker Package Description org.alfresco.repo.batch org.alfresco.repo.bulkimport.impl org.alfresco.repo.security.sync -
-
Uses of BatchProcessor.BatchProcessWorker in org.alfresco.repo.batch
Classes in org.alfresco.repo.batch that implement BatchProcessor.BatchProcessWorker Modifier and Type Class Description static classBatchProcessor.BatchProcessWorkerAdaptor<TT>Adaptor that allows implementations to only implementprocess(Object)Methods in org.alfresco.repo.batch with parameters of type BatchProcessor.BatchProcessWorker Modifier and Type Method Description intBatchProcessor. process(BatchProcessor.BatchProcessWorker<T> worker, boolean splitTxns)Invokes the worker for each entry in the collection, managing transactions and collating success / failure information. -
Uses of BatchProcessor.BatchProcessWorker in org.alfresco.repo.bulkimport.impl
Methods in org.alfresco.repo.bulkimport.impl that return BatchProcessor.BatchProcessWorker Modifier and Type Method Description protected BatchProcessor.BatchProcessWorker<ImportableItem>MultiThreadedBulkFilesystemImporter. getWorker(BulkImportParameters bulkImportParameters, java.lang.String lockToken, NodeImporter nodeImporter, FilesystemTracker filesystemTracker) -
Uses of BatchProcessor.BatchProcessWorker in org.alfresco.repo.security.sync
Classes in org.alfresco.repo.security.sync that implement BatchProcessor.BatchProcessWorker Modifier and Type Class Description protected classChainingUserRegistrySynchronizer.BaseBatchProcessWorker<T>
-