Class ActionListUtil

java.lang.Object
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 Details

    • 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