org.kuali.rice.kew.actionlist.web
Class ActionListUtil
java.lang.Object
   org.kuali.rice.kew.actionlist.web.ActionListUtil
org.kuali.rice.kew.actionlist.web.ActionListUtil
- public final class ActionListUtil 
- extends Object
Internal Utility class for Action Lists.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
getWebFriendlyRecipients
public static List<WebFriendlyRecipient> getWebFriendlyRecipients(Collection<Recipient> recipients)
- Converts a collection of Recipients into a collection of WebFriendlyRecipients which can be displayed in the UI
 
- 
- Parameters:
- recipients- recipients to convert
- Returns:
- a collection of WebFriendlyRecipients which can be displayed in the UI
 
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.