目次

Search

  1. はじめに
  2. ビジネスエンティティサービスについて
  3. Enterprise Java Beanビジネスエンティティサービス呼び出し
  4. Representational State Transferビジネスエンティティサービス呼び出し
  5. Simple Object Access Protocolビジネスエンティティサービス呼び出し
  6. 相互参照レコードおよびBVT計算用のサービス
  7. 企業リンケージサービスのサポート
  8. データをクレンジング、分析、変換するための外部呼び出し
  9. REST APIを使用したレコードの追加
  10. REST APIを使用したファイルのアップロード

ビジネスエンティティサービスガイド

ビジネスエンティティサービスガイド

サンプルAPI応答

サンプルAPI応答

次の例は、リレーションタイプ
ProductGroupProductGroupIsParentOfProductProducts
である、行ID 85 のリレーションレコードの詳細を示しています。
{ "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" } } }