程序包 | 说明 |
---|---|
smartbi.catalogtree | |
smartbi.sdk.service.catalog |
资源目录树的访问功能包
|
限定符和类型 | 方法和说明 |
---|---|
ICatalogSearchResult |
IAccessLogBO.getCatalog() |
ICatalogSearchResult |
ICatalogTreeModule.getSearchResultByElementId(java.lang.String elementId) |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<ICatalogSearchResult> |
ICatalogTreeModule.searchCatalogElementLikeAlias(java.lang.String alias,
java.lang.String purview)
根据别名模糊查询资源信息
|
java.util.List<ICatalogSearchResult> |
ICatalogTreeModule.searchCatalogTree(java.lang.String name,
java.lang.String purviewType) |
java.util.List<ICatalogSearchResult> |
ICatalogTreeModule.serchCatalogElementByAlias(java.lang.String alias,
java.lang.String purview)
根据别名查询资源信息
|
限定符和类型 | 方法和说明 |
---|---|
void |
IAccessLogBO.setCatalog(ICatalogSearchResult catalog) |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<ICatalogSearchResult> |
CatalogService.searchCatalogElementLikeAlias(java.lang.String alias,
java.lang.String purview)
根据别名或名称模糊查询资源信息
|