org.kuali.rice.kew.actionlist.web
Class ActionListUtil

java.lang.Object
  extended by 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)

Method Summary
static List<WebFriendlyRecipient> getWebFriendlyRecipients(Collection<Recipient> recipients)
          Converts a collection of Recipients into a collection of WebFriendlyRecipients which can be displayed in the UI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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-2012 The Kuali Foundation. All Rights Reserved.