目录

Search

  1. 前言
  2. 业务实体服务简介
  3. EJB 业务实体服务调用
  4. REST 业务实体服务调用
  5. 适用于 Data Director 的 REST API
  6. SOAP 业务实体服务调用
  7. 交叉引用记录和 BVT 计算服务
  8. 支持企业关联服务
  9. 清理、分析和转换数据的外部调用
  10. 附录 , A: 使用 REST API 添加记录
  11. 附录 , B: 使用 REST API 上载文件
  12. 附录 , C: 使用 REST API 管理报告

业务实体服务指南

业务实体服务指南

示例 API 响应

示例 API 响应

以下示例响应显示从业务实体记录到层次结构根的路径:
{ "link":[], "item":[ { "businessEntity":{ "Organization":{ "link":[ { "href":"http://localhost:8080/cmx/request/hm_icons/hierarchymanager/Hospital/Hospital.png?ors=localhost-orcl-MDM_SAMPLE", "rel":"icon" }, { "href":"http://localhost:8080/cmx/cs/localhost-orcl-MDM_SAMPLE/Organization/584", "rel":"self" } ], "rowidObject":"584", "label":"Time Warner Inc", "partyType":"Organization", "displayName":"Time Warner Inc", "dunsNumber":"799527630" } }, "entityLabel":"Time Warner Inc", "entityType":"Organization", "depth":2, "object":{ "businessEntity":{ "Organization":{ "link":[ { "href":"http://localhost:8080/cmx/request/hm_icons/hierarchymanager/Hospital/Hospital.png?ors=localhost-orcl-MDM_SAMPLE", "rel":"icon" }, { "href":"http://localhost:8080/cmx/cs/localhost-orcl-MDM_SAMPLE/Organization/55", "rel":"self" } ], "rowidObject":"55", "label":"Historic TW Inc", "partyType":"Organization", "displayName":"Historic TW Inc", "dunsNumber":"958466278" } }, "entityLabel":"Historic TW Inc", "relationshipLabel":"is ODI parent of", "relationship":{ "rowidObject":"834", "label":"is ODI parent of", "rowidRelType":"2", "rowidHierarchy":"1", "relName":"Parent", "relDesc":"Parent", "from":{ "rowidObject":"584" }, "to":{ "rowidObject":"55" } }, "entityType":"Organization", "relationshipType":"IsOdiParentOf", "object":{ "businessEntity":{ "Organization":{ "link":[ { "href":"http://localhost:8080/cmx/request/hm_icons/hierarchymanager/Hospital/Hospital.png?ors=localhost-orcl-MDM_SAMPLE", "rel":"icon" }, { "href":"http://localhost:8080/cmx/cs/localhost-orcl-MDM_SAMPLE/Organization/35", "rel":"self" } ], "rowidObject":"35", "effectivePeriod":{ }, "label":"People Magazine", "partyType":"Organization", "displayName":"People Magazine", "dunsNumber":"011584096" } }, "entityLabel":"People Magazine", "relationshipLabel":"is ODI parent of", "relationship":{ "rowidObject":"889", "label":"is ODI parent of", "rowidRelType":"2", "rowidHierarchy":"1", "relName":"Parent", "relDesc":"Parent", "from":{ "rowidObject":"55" }, "to":{ "rowidObject":"35" } }, "entityType":"Organization", "relationshipType":"IsOdiParentOf" } } } ] }