Uses of Class
org.kuali.rice.kcb.quartz.ProcessingResult
Packages that use ProcessingResult
-
Uses of ProcessingResult in org.kuali.rice.kcb.quartz
Methods in org.kuali.rice.kcb.quartz that return ProcessingResultModifier and TypeMethodDescriptionConcurrentJob.run()Main processing method which invokes subclass implementations of template methods to obtain available work items, and process them concurrentlyMessageProcessingJob.run()Methods in org.kuali.rice.kcb.quartz with parameters of type ProcessingResultModifier and TypeMethodDescriptionvoidProcessingResult.add(ProcessingResult<T> result) Adds the contents of the specified ProcessingResult to this ProcessingResultprotected voidConcurrentJob.finishProcessing(ProcessingResult<T> result) Template method called after processing of work items has completedprotected voidMessageProcessingJob.finishProcessing(ProcessingResult<MessageDelivery> result) protected Collection<Collection<T>>ConcurrentJob.groupWorkItems(Collection<T> workItems, ProcessingResult<T> result) Template method that subclasses should override to group work items into units of workprotected Collection<Collection<MessageDelivery>>MessageProcessingJob.groupWorkItems(Collection<MessageDelivery> workItems, ProcessingResult<MessageDelivery> result) Group work items by deliverer and notification, so that deliveries to bulk deliverers are grouped by notification