目录

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 响应

以下示例显示了行 ID 为 85 、关系类型为
ProductGroupProductGroupIsParentOfProductProducts
的关系记录的详细信息:
{ "link": [ { "href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/ProductGroupProductGroupIsParentOfProductProducts/85.json", "rel": "self" }, { "href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/ProductGroupProductGroupIsParentOfProductProducts/85.json?depth=2", "rel": "children" } ], "rowidObject": "85 ", "label": "ProductGroup Product Group is parent of Product Products", "rowidRelType": "9 ", "rowidHierarchy": "3 ", "from": { "link": [ { "href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/ProductGroupProductGroupIsParentOfProductProducts/85.json", "rel": "parent" }, { "href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/ProductGroupProductGroupIsParentOfProductProducts/85/from/86.json", "rel": "self" }, { "href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/ProductGroupProductGroupIsParentOfProductProducts/85/from/86.json?depth=2", "rel": "children" } ], "rowidObject": "86 ", "label": "ProductGroup", "productType": "Product Group", "productNumber": "Presenter2", "productName": "Presenter", "productDesc": "Presenter Family", "productTypeCd": { "link": [ { "href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/ProductGroupProductGroupIsParentOfProductProducts/85/from/86.json", "rel": "parent" }, { "href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/ProductGroupProductGroupIsParentOfProductProducts/85/from/86/productTypeCd.json?depth=2", "rel": "children" }, { "href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/ProductGroupProductGroupIsParentOfProductProducts/85/from/86/productTypeCd.json", "rel": "self" } ], "productType": "Product Group" } }, "to": { "link": [ { "href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/ProductGroupProductGroupIsParentOfProductProducts/85/to/66.json", "rel": "self" }, { "href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/ProductGroupProductGroupIsParentOfProductProducts/85/to/66.json?depth=2", "rel": "children" }, { "href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/ProductGroupProductGroupIsParentOfProductProducts/85.json", "rel": "parent" } ], "rowidObject": "66 ", "label": "Products", "productType": "Product", "productNumber": "931307-0403", "productName": "2.4 GHz Cordless Presenter", "productDesc": "A cordless presenter to streamline your delivery.", "productTypeCd": { "link": [ { "href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/ProductGroupProductGroupIsParentOfProductProducts/85/to/66/productTypeCd.json", "rel": "self" }, { "href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/ProductGroupProductGroupIsParentOfProductProducts/85/to/66.json", "rel": "parent" }, { "href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/ProductGroupProductGroupIsParentOfProductProducts/85/to/66/productTypeCd.json?depth=2", "rel": "children" } ], "productType": "Presenter" } } }