Package | Description |
---|---|
org.kuali.rice.ken.service | |
org.kuali.rice.ken.service.impl |
Modifier and Type | Method and Description |
---|---|
ProcessingResult |
NotificationMessageDeliveryAutoRemovalService.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.
|
ProcessingResult |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessingResult.add(ProcessingResult result)
Adds the contents of the specified ProcessingResult to this ProcessingResult
|
Modifier and Type | Method and Description |
---|---|
ProcessingResult |
NotificationMessageDeliveryAutoRemovalServiceImpl.processAutoRemovalOfDeliveredNotificationMessageDeliveries()
This implementation looks up all UNDELIVERED/DELIVERED message deliveries with an autoRemoveDateTime <= 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.
|
ProcessingResult |
NotificationMessageDeliveryResolverServiceImpl.resolveNotificationMessageDeliveries()
This method is responsible for resolving the list of NotificationMessageDelivery records for a given notification.
|
ProcessingResult |
ConcurrentJob.run()
Main processing method which invokes subclass implementations of template methods
to obtain available work items, and process them concurrently
|
Modifier and Type | Method and Description |
---|---|
protected Collection<Collection<T>> |
ConcurrentJob.groupWorkItems(Collection<T> workItems,
ProcessingResult result)
Template method that subclasses should override to group work items into units of work
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.