目次

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応答

次のサンプル応答は、階層のメタデータを示しています。
{ "relationship":[ { "field":[ { "allowedValues":[ "2" ], "name":"rowidRelType", "label":"Rowid Rel Type", "dataType":"String", "length":14, "readOnly":false, "required":false, "system":false, "trust":false, "applyNullValues":false, "displayFormat":"DATETIME_LONG_FORMAT", "filterable":true, "sortable":true, "lookup":{ "link":[ { "href":"http://localhost:8080/cmx/lookup/localhost-orcl-MDM_SAMPLE/id-label/IsOdiParentOf/rowidRelType", "rel":"lookup" }, { "href":"http://localhost:8080/cmx/lookup/localhost-orcl-MDM_SAMPLE/object/IsOdiParentOf/rowidRelType", "rel":"list" } ], "object":"RboRelType", "key":"rowidObject", "value":"displayName" } }, { "allowedValues":[ "1" ], "name":"rowidHierarchy", "label":"Rowid Hierarchy", "dataType":"String", "length":14, "readOnly":false, "required":false, "system":false, "trust":false, "applyNullValues":false, "displayFormat":"DATETIME_LONG_FORMAT", "filterable":true, "sortable":true, "lookup":{ "link":[ { "href":"http://localhost:8080/cmx/lookup/localhost-orcl-MDM_SAMPLE/id-label/IsOdiParentOf/rowidHierarchy", "rel":"lookup" }, { "href":"http://localhost:8080/cmx/lookup/localhost-orcl-MDM_SAMPLE/object/IsOdiParentOf/rowidHierarchy", "rel":"list" } ], "object":"RboHierarchy", "key":"rowidObject", "value":"displayName" } }, { "name":"relName", "label":"Rel Name", "dataType":"String", "length":50, "trust":false, "applyNullValues":false, "displayFormat":"DATETIME_LONG_FORMAT", "filterable":true, "sortable":true }, { "name":"relDesc", "label":"Rel Desc", "dataType":"String", "length":200, "trust":false, "applyNullValues":false, "displayFormat":"DATETIME_LONG_FORMAT", "filterable":true, "sortable":true }, { "name":"consolidationInd", "label":"Consolidation Ind", "dataType":"Integer", "length":38, "readOnly":true, "system":true, "trust":false, "applyNullValues":false, "filterable":true, "sortable":true }, { "name":"creator", "label":"Creator", "dataType":"String", "length":50, "readOnly":true, "system":true, "trust":false, "applyNullValues":false, "filterable":true, "sortable":true }, { "name":"interactionId", "label":"Interaction Id", "dataType":"Integer", "length":38, "readOnly":true, "system":true, "trust":false, "applyNullValues":false, "filterable":true, "sortable":true }, { "name":"updatedBy", "label":"Updated By", "dataType":"String", "length":50, "readOnly":true, "system":true, "trust":false, "applyNullValues":false, "filterable":true, "sortable":true }, { "name":"lastUpdateDate", "label":"Last Update Date", "dataType":"Date", "readOnly":true, "system":true, "trust":false, "applyNullValues":false, "filterable":true, "sortable":true }, { "name":"lastRowidSystem", "label":"Last Rowid System", "dataType":"String", "length":14, "readOnly":true, "system":true, "trust":false, "applyNullValues":false, "filterable":true, "sortable":true }, { "name":"dirtyIndicator", "label":"Dirty Indicator", "dataType":"Integer", "length":38, "readOnly":true, "system":true, "trust":false, "applyNullValues":false, "filterable":true, "sortable":true }, { "name":"deletedBy", "label":"Deleted By", "dataType":"String", "length":50, "readOnly":true, "system":true, "trust":false, "applyNullValues":false, "filterable":true, "sortable":true }, { "name":"deletedInd", "label":"Deleted Indicator", "dataType":"Integer", "length":38, "readOnly":true, "system":true, "trust":false, "applyNullValues":false, "filterable":true, "sortable":true }, { "name":"hubStateInd", "label":"Hub State Ind", "dataType":"Integer", "length":38, "readOnly":true, "system":true, "trust":false, "applyNullValues":false, "filterable":true, "sortable":true }, { "name":"deletedDate", "label":"Deleted Date", "dataType":"Date", "readOnly":true, "system":true, "trust":false, "applyNullValues":false, "filterable":true, "sortable":true }, { "name":"rowidObject", "label":"Rowid Object", "dataType":"String", "length":14, "readOnly":true, "system":true, "trust":false, "applyNullValues":false, "filterable":true, "sortable":true }, { "name":"cmDirtyInd", "label":"Content metadata dirty Ind", "dataType":"Integer", "length":38, "readOnly":true, "system":true, "trust":false, "applyNullValues":false, "filterable":true, "sortable":true }, { "name":"createDate", "label":"Create Date", "dataType":"Date", "readOnly":true, "system":true, "trust":false, "applyNullValues":false, "filterable":true, "sortable":true } ], "contentMetadata":[ { "operations":{ "read":{ "allowed":true }, "create":{ "allowed":true }, "update":{ "allowed":true }, "delete":{ "allowed":true } }, "name":"XREF" } ], "name":"IsOdiParentOf", "label":"is ODI parent of", "color":"#990066", "direction":"ENTITY_1_TO_ENTITY_2", "bidirectional":false, "from":{ "dataType":"BusinessEntity", "required":true, "lookup":{ "object":"Organization" } }, "to":{ "dataType":"BusinessEntity", "required":true, "lookup":{ "object":"Organization" } }, "hierarchy":"ODI" } ], "operations":{ "read":{ "allowed":true }, "update":{ "allowed":true } }, "root":"Organization", "name":"ODI" }