org.kuali.rice.kew.user
Class WorkflowUserId

java.lang.Object
  extended by org.kuali.rice.kew.user.WorkflowUserId
All Implemented Interfaces:
Serializable, Id, UserId
Direct Known Subclasses:
PrincipalId

Deprecated. use PrincipalId instead

public class WorkflowUserId
extends Object
implements UserId

A unique user Id which is generated by the application.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Constructor Summary
WorkflowUserId()
          Deprecated.  
WorkflowUserId(String workflowId)
          Deprecated.  
 
Method Summary
 boolean equals(Object obj)
          Deprecated. If you make this class non-final, you must rewrite equals to work for subclasses.
 String getId()
          Deprecated. Returns the value of the id as a String
 String getWorkflowId()
          Deprecated.  
 int hashCode()
          Deprecated.  
 boolean isEmpty()
          Deprecated. Returns true if this userId has an empty value.
 void setWorkflowId(String workflowId)
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WorkflowUserId

public WorkflowUserId(String workflowId)
Deprecated. 

WorkflowUserId

public WorkflowUserId()
Deprecated. 
Method Detail

getId

public String getId()
Deprecated. 
Description copied from interface: UserId
Returns the value of the id as a String

Specified by:
getId in interface UserId

getWorkflowId

public String getWorkflowId()
Deprecated. 

setWorkflowId

public void setWorkflowId(String workflowId)
Deprecated. 

isEmpty

public boolean isEmpty()
Deprecated. 
Returns true if this userId has an empty value. Empty userIds can't be used as keys in a Hash, among other things.

Specified by:
isEmpty in interface Id
Returns:
true if this instance doesn't have a value

equals

public boolean equals(Object obj)
Deprecated. 
If you make this class non-final, you must rewrite equals to work for subclasses.

Overrides:
equals in class Object

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class Object

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object


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