Uses of Class
org.kuali.rice.ken.service.ProcessingResult
Packages that use ProcessingResult
-
Uses of ProcessingResult in org.kuali.rice.ken.service
Methods in org.kuali.rice.ken.service that return ProcessingResultModifier and TypeMethodDescriptionNotificationMessageDeliveryAutoRemovalService.processAutoRemovalOfDeliveredNotificationMessageDeliveries()This service method is responsible for retrieving all delivered notifications that have autoRemoveDateTimes that are not null and are less than or equal to the current time, and "completing" them so that they do not show up in the users list anymore.NotificationMessageDeliveryResolverService.resolveNotificationMessageDeliveries()This service method is responsible for retrieving all unprocessed notifications that have sendDateTimes either equal to or before the current time, and resolving their recipient lists so that proper NotificationMessageDelivery records can be created for them.Methods in org.kuali.rice.ken.service with parameters of type ProcessingResultModifier and TypeMethodDescriptionvoidProcessingResult.add(ProcessingResult result) Adds the contents of the specified ProcessingResult to this ProcessingResult -
Uses of ProcessingResult in org.kuali.rice.ken.service.impl
Methods in org.kuali.rice.ken.service.impl that return ProcessingResultModifier and TypeMethodDescriptionNotificationMessageDeliveryAutoRemovalServiceImpl.processAutoRemovalOfDeliveredNotificationMessageDeliveries()This implementation looks up all UNDELIVERED/DELIVERED message deliveries with an autoRemoveDateTime invalid input: '<'= current date time and then iterates over each to call the appropriate functions to do the "auto-removal" by "canceling" each associated notification workflow document.NotificationMessageDeliveryResolverServiceImpl.resolveNotificationMessageDeliveries()This method is responsible for resolving the list of NotificationMessageDelivery records for a given notification.ConcurrentJob.run()Main processing method which invokes subclass implementations of template methods to obtain available work items, and process them concurrentlyMethods in org.kuali.rice.ken.service.impl with parameters of type ProcessingResultModifier and TypeMethodDescriptionprotected Collection<Collection<T>> ConcurrentJob.groupWorkItems(Collection<T> workItems, ProcessingResult result) Template method that subclasses should override to group work items into units of work