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

ApplyChangeList

ApplyChangeList

The
ApplyChangeList
request applies all the changes in the specified change list to the current repository (ORS).

Required Parameters

The following table describes the required parameters:
Parameter
Description
ChangeListXml
Contains the XML string representing the change list to apply.

Optional Parameters

The following table describes the optional parameters:
Parameter
Description
RollBackStrategy
If set to
FULL_ROLLBACK
: No changes are applied if an error occurs during the change list process. The default is
FULL_ROLLBACK
.
If set to
ROLLBACK_TO_LAST_CHANGE
: Only the change list item that failed is rolled back. All other changes are applied.
OwnerPassword
Contains the owner password. The default is
""
.
ValidateDataIntegrity
If set to
true
, data integrity validation is required.
If set to
false
, data integrity validation is not required. The default is
false
.

Response Field

The following table describes the response fields:
Field
Description
Messages
Contains an array of error messages.
Success
If
true
, the change list executed without errors.
If
false
, the change list executed with errors.
DataLost
If
true
, data was lost because of a rollback.
If
false
, no data was lost because of a rollback.

0 COMMENTS

We’d like to hear from you!