目录

Search

  1. 前言
  2. 业务实体服务简介
  3. Enterprise Java Bean 业务实体服务调用
  4. 具象状态传输业务实体服务调用
  5. 简单对象访问协议业务实体服务调用
  6. 用于交叉引用记录和 BVT 计算的服务
  7. 支持企业关联服务
  8. 清理、分析和转换数据的外部调用
  9. 使用 REST API 添加记录
  10. 使用 REST API 上载文件
  11. 使用 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" } } }