Package com.microstrategy.web.objects
Interface PrivilegeCategoryLoader
-
public interface PrivilegeCategoryLoader
Created by kezhou on 4/16/2019. This 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.String
getResourceName()
Get category bundle resource file nameboolean
isPrivilegeConfigFileLoaded()
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:
-
-