Package com.saperion.intf
Interface SaUserInfo
- All Superinterfaces:
MutableUserInformation
,Serializable
- All Known Subinterfaces:
WorkflowMember
- All Known Implementing Classes:
SaUserInfoImpl
,WorkflowMemberImpl
This class holds detailed information about a Saperion user management entity e.g. users.
- Author:
- rbo
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
This enumeration holds the different kinds of entities in a saperion user management entity. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.use getUserName() insteadThis method returns the kind of user management entity.int
getName()
Deprecated.usegetUserName()
insteadint
int
getType()
Deprecated.usegetGroupKind()
insteadint
getUid()
This method returns the id of the user.This method returns the name of the entity.Methods inherited from interface com.saperion.intf.MutableUserInformation
getUserFlags, isPresent
-
Field Details
-
UIDFAVORITE
static final long UIDFAVORITEUID to mark favourite folder.- See Also:
-
-
Method Details
-
getUid
int getUid()This method returns the id of the user.- Returns:
- the id of the user
-
getGroupKind
SaUserInfo.GroupKind getGroupKind()This method returns the kind of user management entity.- Returns:
- the kind of user management entity
-
getType
Deprecated.usegetGroupKind()
insteadThis method returns the numerical value of the kind of user management entity.- Returns:
- the numerical value of the kind of user management entity
-
getName
Deprecated.usegetUserName()
insteadThis method returns the name of the entity.- Returns:
- the name of the entity
-
getUserName
UserName getUserName()This method returns the name of the entity.- Returns:
- the name of the entity
-
getOrgUnitUid
int getOrgUnitUid()- Returns:
- the unique organisation id the user is assigned to
-
getMandantUid
int getMandantUid()- Returns:
- the unique tenant id the user is assigned to
-
getDisplayName
Deprecated.use getUserName() instead- Returns:
- the users short name
-