public interface DocumentAdHocService
| Modifier and Type | Method and Description |
|---|---|
void |
addAdHocs(Document doc)
This method populates the given
Document with the AdHocRoutePersons and AdHocRouteWorkgroups
that are associated with it. |
void |
replaceAdHocsForDocument(String documentNumber,
List<AdHocRouteRecipient> adHocRoutingRecipients)
This method replaces the current ad-hoc recipients for a given document with the provided list.
|
void addAdHocs(Document doc)
Document with the AdHocRoutePersons and AdHocRouteWorkgroups
that are associated with it.doc - void replaceAdHocsForDocument(String documentNumber, List<AdHocRouteRecipient> adHocRoutingRecipients)
documentNumber - Document Number to which to attach the route log recipients. All existing stored ad-hoc recipients will be deleted.adHocRoutingRecipients - New list of ad-hoc recipients (Persons and Workgroups) which will be attached to the document.Copyright © 2005–2016 The Kuali Foundation. All rights reserved.