Uses of Interface
org.alfresco.repo.batch.BatchProcessor.BatchProcessWorker
Packages that use BatchProcessor.BatchProcessWorker
Package
Description
-
Uses of BatchProcessor.BatchProcessWorker in org.alfresco.repo.batch
Classes in org.alfresco.repo.batch that implement BatchProcessor.BatchProcessWorkerModifier and TypeClassDescriptionstatic classAdaptor that allows implementations to only implementprocess(Object)Methods in org.alfresco.repo.batch with parameters of type BatchProcessor.BatchProcessWorkerModifier and TypeMethodDescriptionintBatchProcessor.process(BatchProcessor.BatchProcessWorker<T> worker, boolean splitTxns) Deprecated.longBatchProcessor.processLong(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.BatchProcessWorkerModifier and TypeMethodDescriptionprotected BatchProcessor.BatchProcessWorker<ImportableItem>MultiThreadedBulkFilesystemImporter.getWorker(BulkImportParameters bulkImportParameters, String lockToken, NodeImporter nodeImporter, FilesystemTracker filesystemTracker) -
Uses of BatchProcessor.BatchProcessWorker in org.alfresco.repo.domain.permissions
Classes in org.alfresco.repo.domain.permissions that implement BatchProcessor.BatchProcessWorker -
Uses of BatchProcessor.BatchProcessWorker in org.alfresco.repo.security.sync
Classes in org.alfresco.repo.security.sync that implement BatchProcessor.BatchProcessWorkerModifier and TypeClassDescriptionprotected class
BatchProcessor.processLong(BatchProcessWorker, boolean)instead