Class WebFriendlyRecipient

java.lang.Object
org.kuali.rice.kew.util.WebFriendlyRecipient
All Implemented Interfaces:
Serializable, Recipient

public class WebFriendlyRecipient extends Object implements Recipient
Class was declared multiple times in different classes. Removed from classes and placed here. Also changed some of the logic so that we can stop using workflowUser
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • WebFriendlyRecipient

      public WebFriendlyRecipient(String recipientId, String displayName)
    • WebFriendlyRecipient

      public WebFriendlyRecipient(Object recipient)
  • Method Details

    • getRecipientId

      public String getRecipientId()
    • getDisplayName

      public String getDisplayName()
      See Also:
      • org.kuali.rice.kew.actionrequest.Recipient#getDisplayName()