com.silverpeas.workflow.api.user
Interface User

All Known Implementing Classes:
UserImpl

public interface User

Version:
$Revision: 1.1.1.1 $ $Date: 2002/08/06 14:47:54 $

Method Summary
 String getFullName()
          Get the user full name (firstname lastname)
 List<String> getGroupIds()
           
 String getInfo(String infoName)
          Returns the named info
 String getUserId()
          Get the user id
 

Method Detail

getUserId

String getUserId()
Get the user id

Returns:
user id

getFullName

String getFullName()
Get the user full name (firstname lastname)

Returns:
user full name

getInfo

String getInfo(String infoName)
Returns the named info


getGroupIds

List<String> getGroupIds()


Copyright © 2016 Silverpeas. All Rights Reserved.