Class ActionListUtil
java.lang.Object
org.kuali.rice.kew.actionlist.web.ActionListUtil
Internal Utility class for Action Lists.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<WebFriendlyRecipient> getWebFriendlyRecipients(Collection<Recipient> recipients) Converts a collection of Recipients into a collection of WebFriendlyRecipients which can be displayed in the UI
-
Method Details
-
getWebFriendlyRecipients
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
-