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
Modifier and Type | Method and Description |
---|---|
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
|
String getUserLongName() throws Exception
Exception
String getUserName() throws Exception
Exception
String getUserEmailAdress() throws Exception
Exception
String getUserID()
Collection getRoleNames() throws Exception
Exception
Collection getGroups() throws Exception
Exception
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.