목차

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를 사용하여 파일 업로드
  11. 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" }