org.kuali.rice.kew.user
Interface UserId

All Superinterfaces:
Id, Serializable
All Known Implementing Classes:
AuthenticationUserId, EmplId, EmployeeId, PrincipalId, PrincipalName, WorkflowUserId

public interface UserId
extends Id

A user's Id which has a String representable value.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 String getId()
          Returns the value of the id as a String
 
Methods inherited from interface org.kuali.rice.kew.identity.Id
isEmpty
 

Method Detail

getId

String getId()
Returns the value of the id as a String



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