Package com.microstrategy.web.objects
Interface PrivilegeCategoryLoader
- 
public interface PrivilegeCategoryLoaderThis interface is used to get the relationship of privilege and its category. This logic is saved in WebSDK side, and used in WebApp and Admin REST now 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String[]getCategoryNameKeys()Get category bundle keyint[][]getCategoryPrivileges()Get privileges split by category.int[]getCategoryTypes()Get privilege category type as a array.java.lang.StringgetResourceName()Get category bundle resource file namebooleanisPrivilegeConfigFileLoaded()get load status 
 - 
 
- 
- 
Method Detail
- 
getCategoryTypes
int[] getCategoryTypes()
Get privilege category type as a array.- Returns:
 
 
- 
getCategoryPrivileges
int[][] getCategoryPrivileges()
Get privileges split by category.- Returns:
 
 
- 
getCategoryNameKeys
java.lang.String[] getCategoryNameKeys()
Get category bundle key- Returns:
 
 
- 
getResourceName
java.lang.String getResourceName()
Get category bundle resource file name- Returns:
 
 
- 
isPrivilegeConfigFileLoaded
boolean isPrivilegeConfigFileLoaded()
get load status- Returns:
 
 
 - 
 
 -