Package com.appliedolap.essbase
Interface EssUser
- All Superinterfaces:
EssObject
- All Known Implementing Classes:
EssUserImpl
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.appliedolap.essbase.EssObject
EssObject.Type -
Method Summary
-
Method Details
-
getName
String getName()Returns 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. UsegetDisplayName()to get the name field from the Essbase user object. -
getType
EssObject.Type getType()Description copied from interface:EssObjectGets the type of this object. -
getDisplayName
String getDisplayName() -
getEmail
String getEmail() -
getServer
EssServer getServer()Get the owning server of this user.- Returns:
- the server associated with this user
-