Table of Contents

Search

  1. Preface
  2. Introduction to Services Integration Framework
  3. Setting Up the SIF SDK
  4. Request and Response Objects
  5. Transactions and Exception Handling
  6. ORS-Specific SIF API
  7. Asynchronous SIF Requests
  8. ORS-Specific JMS Event Messages
  9. Using Security Access Manager
  10. Using Dynamic Data Masking
  11. SIF API Reference
  12. Troubleshooting
  13. Appendix A: Identifiers
  14. Appendix B: Frequently Asked Questions

Services Integration Framework Guide

Services Integration Framework Guide

GetOrsMetadata

GetOrsMetadata

GetOrsMetadata
retrieves the metadata for the current repository. In order to successfully export the repository, your ORS must be in a valid state. The
GetOrsMetadata
request provides the same functionality as the Export tool in the MDM Hub Console. For more information about the Export tool, see the
Multidomain MDM Repository Manager Guide
.

Required Parameters

The
GetOrsMetadata
API does not have any required parameters.

Optional Parameters

The
GetOrsMetadata
API does not have any optional parameters.

Response Fields

The
GetOrsMetadata
response contains the information described in the following table:
Field
Description
ChangeListXml
Contains the XML string representing the exported repository.

Usage Example

The examples shows how to use the
GetOrsMetadata
API to retrieve metadata:
GetOrsMetadataRequest request = new GetOrsMetadataRequest (); GetOrsMetadataResponse response = (GetOrsMetadataResponse) sipClient.process(request);

0 COMMENTS

We’d like to hear from you!