Uses of Interface
org.alfresco.repo.batch.BatchMonitor
-
Packages that use BatchMonitor Package Description org.alfresco.repo.batch -
-
Uses of BatchMonitor in org.alfresco.repo.batch
Classes in org.alfresco.repo.batch that implement BatchMonitor Modifier and Type Class Description classBatchProcessor<T>ABatchProcessormanages the running and monitoring of a potentially long-running transactional batch process.Methods in org.alfresco.repo.batch that return BatchMonitor Modifier and Type Method Description BatchMonitorBatchMonitorEvent. getBatchMonitor()Gets the source batch monitor.Constructors in org.alfresco.repo.batch with parameters of type BatchMonitor Constructor Description BatchMonitorEvent(BatchMonitor source)The Constructor.
-