Table of Contents

Search

  1. Introduction
  2. Configuring Hub Console Tools
  3. Building the Data Model
  4. Configuring the Data Flow
  5. Executing Informatica MDM Hub Processes
  6. Configuring Application Access
  7. MDM Hub Properties
  8. Viewing Configuration Details
  9. Search with Solr
  10. Row-level Locking
  11. MDM Hub Logging
  12. Table Partitioning
  13. Collecting MDM Environment Information with the Product Usage Toolkit
  14. Glossary

Post-merge User Exit Interface

Post-merge User Exit Interface

Use the appropriate interface name, methods, and parameters when you implement the post-merge user exit.

Interface Name

The post-merge user exit uses the following fully qualified interface name:
com.informatica.mdm.userexit.PostMergeUserExit

Methods

The post-merge user exit uses the following methods:
void processUserExit(UserExitContext userExitContext, Map<String, List<String>> baseObjectRowIds) throws Exception;

Parameters

The post-merge user exit uses the following parameters:
baseObjectRowIds
List of base object row IDs involved in the merge. The first entry is the target base object record. The remaining entries in the list are the source base objects that merged into the target.
Map<String, List<String>>
Map with the target row ID as a key.
userExitContext
Passes parameters to the user exit.

0 COMMENTS

We’d like to hear from you!