Table of Contents

Search

  1. Preface
  2. Introduction to Business Entity Services
  3. Enterprise Java Bean Business Entity Service Calls
  4. Representational State Transfer Business Entity Service Calls
  5. Simple Object Access Protocol Business Entity Service Calls
  6. Services for Cross-reference Records and BVT Calculations
  7. Supporting Corporate Linkage Service
  8. External Calls to Cleanse, Analyze, and Transform Data
  9. Using REST APIs to Add Records
  10. Using REST APIs to Upload Files

Uploading Resource Bundle Files

Uploading Resource Bundle Files

To localize the
Data Director
user interface, download the resource bundle ZIP file, modify the files in the ZIP file, and then upload the modified ZIP file to the bundle storage.
  1. To download the resource bundle ZIP file, use the Get File Content REST API with BUNDLE as the storage type.
    For example, the following request downloads the resource bundle ZIP file:
    GET http://localhost:8080/cmx/file/localhost-orcl-MDM_SAMPLE/BUNDLE/besMetadata/content
  2. Modify the ZIP file by adding language specific bundle files.
    For example, to localize field names, labels, and table names to Russian, add the
    besMetadata_ru.properties
    file.
  3. To upload the modified resource bundle ZIP file, use the Upload File Content REST API with BUNDLE as the storage type.
    For example, the following request uploads the resource bundle ZIP file:
    PUT http://localhost:8080/cmx/file/localhost-orcl-MDM_SAMPLE/BUNDLE/besMetadata/content Content-Type: application/octet-stream Body: binary stream – zip file with besMetadata bundle

0 COMMENTS

We’d like to hear from you!