String tableConfig) throws SerializationException {
// First check the user has permission to access this categoryPath.
if (!serviceSecurity.hasPermissionAnalystReadWithCategoryPathType(categoryPath)) {
TableDisplayHandler handler = new TableDisplayHandler(tableConfig);
return handler.loadRuleListTable(new AssetItemPageResult());
}
AssetItemPageResult result = getRulesRepository().findAssetsByCategory(categoryPath,
false,