|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OwBaseUserInfo
Base interface for user and group information.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Method Summary | |
---|---|
Collection |
getGroups()
get a list with group information the user is assigned to |
Collection |
getRoleNames()
get a string list of role names for this user |
String |
getUserDisplayName()
get the user display name. |
String |
getUserEmailAdress()
get the user eMail Address |
String |
getUserID()
get the user unique persistent ID, which does not change even when name changes |
String |
getUserLongName()
get name of logged in user in the long descriptive form |
String |
getUserName()
get the user login |
String |
getUserShortName()
get the user short name. |
boolean |
isGroup()
flag indication, that user info actually designates a group rather than a single user |
Method Detail |
---|
String getUserLongName() throws Exception
Exception
String getUserName() throws Exception
Exception
String getUserDisplayName() throws Exception
String
the user display name or null
if the display name can not be obtained.
Exception
String getUserShortName() throws Exception
String
the user short name or null
if the short name can not be obtained.
Exception
String getUserEmailAdress() throws Exception
Exception
String getUserID()
Collection getRoleNames() throws Exception
Exception
Collection getGroups() throws Exception
Exception
boolean isGroup() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |