| 程序包 | 说明 |
|---|---|
| cn.gtmap.gtc.resource.clients.resource | |
| cn.gtmap.gtc.resource.domain.resource.dto.resource | |
| cn.gtmap.gtc.resource.domain.resource.metadata |
| 限定符和类型 | 方法和说明 |
|---|---|
Catalog |
CatalogClient.associateCatalogAndResources(String catalogId,
String resourceIds,
boolean replace)
saveResToCat
|
Catalog |
CatalogClient.findCatalogById(String id)
根据id查询目录
|
Catalog |
CatalogClient.removeCatalogAndResources(String catalogId,
String resourceIds)
removeResToCat
|
Catalog |
CatalogClient.saveCatalog(Catalog catalog)
保存catalog
|
Catalog |
CatalogClient.saveCatalogParams(Map params)
保存catalog
|
Catalog |
CatalogClient.updateCatalog(String nodeArr,
String type)
saveResToCat
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<Catalog> |
CatalogClient.findAllRootCatalog(String parentId)
默认根目录
|
List<Catalog> |
CatalogClient.findCatalogByType(String type)
根据类型查询目录
|
List<Catalog> |
CatalogClient.findCatalogIdsByIds(String catalogIds)
默认根目录
|
List<Catalog> |
CatalogClient.findCatalogsByTplId(String tplId) |
List<Catalog> |
CatalogClient.queryCatalogs(String catTypes) |
| 限定符和类型 | 方法和说明 |
|---|---|
Catalog |
CatalogClient.saveCatalog(Catalog catalog)
保存catalog
|
| 限定符和类型 | 方法和说明 |
|---|---|
Catalog |
CatalogBuilder.build(CatalogView catalogView) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Catalog> |
CatalogBuilder.build(List<CatalogView> catalogViewList)
build catalogList by catalogViewList
|
| 限定符和类型 | 方法和说明 |
|---|---|
CatalogView |
CatalogViewBuilder.build(Catalog catalog)
build catalogview by catalog
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<CatalogView> |
CatalogViewBuilder.build(List<Catalog> catalogs)
build catalogviews by catalogs
|
| 限定符和类型 | 方法和说明 |
|---|---|
Catalog |
Catalog.getParent() |
Catalog |
Catalog.setChildren(List<Catalog> children) |
Catalog |
Catalog.setDescription(String description) |
Catalog |
Catalog.setParent(Catalog parent) |
Catalog |
Catalog.setResources(List<Resource> resources) |
Catalog |
Catalog.setTitle(String title) |
Catalog |
Catalog.setType(String type) |
Catalog |
Catalog.setWeight(int weight) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Catalog> |
Resource.getCatalogs() |
List<Catalog> |
Catalog.getChildren() |
| 限定符和类型 | 方法和说明 |
|---|---|
Catalog |
Catalog.setParent(Catalog parent) |
| 限定符和类型 | 方法和说明 |
|---|---|
Resource |
Resource.setCatalogs(List<Catalog> catalogs) |
Catalog |
Catalog.setChildren(List<Catalog> children) |
Copyright © 2020 GTMAP. All rights reserved.