public interface SaUserInfo extends MutableUserInformation
Modifier and Type | Interface and Description |
---|---|
static class |
SaUserInfo.GroupKind
This enumeration holds the different kinds of entities in a saperion user management entity.
|
Modifier and Type | Field and Description |
---|---|
static long |
UIDFAVORITE
UID to mark favourite folder.
|
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
Deprecated.
use getUserName() instead
|
SaUserInfo.GroupKind |
getGroupKind()
This method returns the kind of user management entity.
|
int |
getMandantUid() |
String |
getName()
Deprecated.
use
getUserName() instead |
int |
getOrgUnitUid() |
int |
getType()
Deprecated.
use
getGroupKind() instead |
int |
getUid()
This method returns the id of the user.
|
UserName |
getUserName()
This method returns the name of the entity.
|
getUserFlags, isPresent
static final long UIDFAVORITE
int getUid()
SaUserInfo.GroupKind getGroupKind()
@Deprecated int getType()
getGroupKind()
instead@Deprecated String getName()
getUserName()
insteadUserName getUserName()
int getOrgUnitUid()
int getMandantUid()
@Deprecated String getDisplayName()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.