How to get Item Based on Attribute Information ?
API should be used is...
DataManagementService coreDMS = DataManagementService.getService(connection);
GetItemFromAttributeResponse res = coreDMS.getItemFromAttribute(attrInfo, 0, new GetItemFromIdPref());//attrInfo is map of attributes
本文介绍如何使用DataManagementService API根据属性信息检索特定项目。通过核心DMS服务,开发者可以利用属性映射信息(如attrInfo)来高效地从数据管理系统中获取对应的项目。
3898

被折叠的 条评论
为什么被折叠?



