MDM Hub Java User Exits

MDM Hub Java User Exits

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, 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.
userExitContext
Passes parameters to the user exit.

0 COMMENTS

We’d like to hear from you!