Interface UserId

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

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

    Modifier and Type
    Method
    Description
    Returns the value of the id as a String

    Methods inherited from interface org.kuali.rice.kew.api.identity.Id

    isEmpty
  • Method Details

    • getId

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