Package com.jedox.palojlib.main
Class UserInfo
java.lang.Object
com.jedox.palojlib.main.UserInfo
- All Implemented Interfaces:
IUserInfo
- Author:
- khaddadin
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.jedox.palojlib.interfaces.IUserInfo
IUserInfo.Predefined_OLAP_Right_Object_Type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint[]String[]intgetId()getName()get a map that maps all right objects to their permissionIElement.ElementPermission
-
Constructor Details
-
UserInfo
-
-
Method Details
-
getId
public int getId() -
getName
-
getGroupNames
- Specified by:
getGroupNamesin interfaceIUserInfo- Returns:
- the groupNames
-
getGroupids
public int[] getGroupids()- Specified by:
getGroupidsin interfaceIUserInfo- Returns:
- the groupids
-
getRightObjectsMap
public HashMap<IUserInfo.Predefined_OLAP_Right_Object_Type,IElement.ElementPermission> getRightObjectsMap()Description copied from interface:IUserInfoget a map that maps all right objects to their permissionIElement.ElementPermission- Specified by:
getRightObjectsMapin interfaceIUserInfo- Returns:
- the rightObjects
-