org.kuali.rice.kew.util
Class WebFriendlyRecipient

java.lang.Object
  extended by 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:
Serialized Form

Constructor Summary
WebFriendlyRecipient(Object recipient)
           
WebFriendlyRecipient(String recipientId, String displayName)
           
 
Method Summary
 String getDisplayName()
           
 String getRecipientId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebFriendlyRecipient

public WebFriendlyRecipient(String recipientId,
                            String displayName)

WebFriendlyRecipient

public WebFriendlyRecipient(Object recipient)
Method Detail

getRecipientId

public String getRecipientId()

getDisplayName

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


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.