Package com.appliedolap.essbase.impl
Class EssUserImpl
java.lang.Object
com.appliedolap.essbase.AbstractEssObject
com.appliedolap.essbase.impl.EssUserImpl
A user entry on the server.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.appliedolap.essbase.EssObject
EssObject.Type -
Field Summary
Fields inherited from class com.appliedolap.essbase.AbstractEssObject
api -
Method Summary
-
Method Details
-
getName
Description copied from interface:EssUserReturns the user ID. This might seem a little weird given that the user object has a 'name' property on it, but thegetNamemethod is meant to always return at least something, and the name field on an Essbase user can be blank, but the ID cannot. So in this case, the value returned here is mapped to the user ID. UseEssUser.getDisplayName()to get the name field from the Essbase user object. -
getType
Description copied from interface:EssObjectGets the type of this object. -
getDisplayName
- Specified by:
getDisplayNamein interfaceEssUser
-
getEmail
-
getServer
Description copied from interface:EssUserGet the owning server of this user.
-