public class CategoryTreeService extends Object
| 构造器和说明 |
|---|
CategoryTreeService(Endpoint endpoint,
AccessTokenService accessTokenService) |
CategoryTreeService(Endpoint endpoint,
Config config,
AccessTokenService accessTokenService) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<com.bimface.data.bean.Category> |
getCategoryTree(Long fileId)
已过时。
|
List<com.bimface.data.bean.Tree.TreeNode> |
getCategoryTreeV2(Long fileId)
已过时。
|
com.bimface.data.bean.FloorTree |
getFloorTree(Long integrateId)
已过时。
|
com.bimface.data.bean.SpecialtyTree |
getSpecialtyTree(Long integrateId)
已过时。
|
public CategoryTreeService(Endpoint endpoint, AccessTokenService accessTokenService)
public CategoryTreeService(Endpoint endpoint, Config config, AccessTokenService accessTokenService)
@Deprecated public List<com.bimface.data.bean.Category> getCategoryTree(Long fileId) throws com.bimface.exception.BimfaceException
fileId - 文件IdTree.TreeNodecom.bimface.exception.BimfaceException - BimfaceException@Deprecated public List<com.bimface.data.bean.Tree.TreeNode> getCategoryTreeV2(Long fileId) throws com.bimface.exception.BimfaceException
fileId - 文件IdTree.TreeNodecom.bimface.exception.BimfaceException - BimfaceException@Deprecated public com.bimface.data.bean.FloorTree getFloorTree(Long integrateId) throws com.bimface.exception.BimfaceException
integrateId - 集成idFloorTreecom.bimface.exception.BimfaceException - BimfaceException@Deprecated public com.bimface.data.bean.SpecialtyTree getSpecialtyTree(Long integrateId) throws com.bimface.exception.BimfaceException
integrateId - 集成idSpecialtyTreecom.bimface.exception.BimfaceException - BimfaceExceptionCopyright © 2024. All rights reserved.