Table of Contents

Search

  1. Preface
  2. Upgrade Overview
  3. Pre-Upgrade Tasks
  4. Database Tasks
  5. Application Server Tasks
  6. Hub Store Upgrade
  7. Hub Server Upgrade (In-place Upgrade)
  8. Process Server Upgrade (In-place Upgrade)
  9. Resource Kit Upgrade (In-place Upgrade)
  10. Post-Upgrade Tasks
  11. Search Configuration Upgrade
  12. ActiveVOS Post-Installation Tasks for the Application Server
  13. ActiveVOS Post-Upgrade Tasks for Business Entity Adapter
  14. ActiveVOS Post-Upgrade Tasks for Subject Areas Adapter
  15. Troubleshooting the Upgrade Process
  16. Frequently Asked Questions
  17. Processing Existing ActiveVOS Tasks
  18. Configuring Metadata Caching

Upgrading from Version 9.7.1

Upgrading from Version 9.7.1

Implement Updated User Exit Methods

Implement Updated User Exit Methods

You must implement the updated user exit methods for the post-merge, pre-unmerge, and post-unmerge user exits. The methods for these user exits have changed for version 9.7.1.
The post-merge user exit uses the following method:
void processUserExit(UserExitContext userExitContext, Map<String, List<String>> baseObjectRowIds) throws Exception;
The pre-unmerge user exit uses the following method:
void processUserExit(UserExitContext userExitContext, Set<UnmergeKey> unmergeKeys) throws Exception;
The post-unmerge user exit uses the following method:
void processUserExit(UserExitContext userExitContext, Set<PostUnmergeResponse> responses) throws Exception;
For more information about implementing user exits, see the
Multidomain MDM Configuration Guide
.

0 COMMENTS

We’d like to hear from you!