MDM Hub Java User Exits

MDM Hub Java User Exits

Post-unmerge User Exit Interface

Post-unmerge User Exit Interface

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

Interface Name

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

Methods

The post-unmerge user exit uses the following methods:
void processUserExit(UserExitContext userExitContext, String rowidObject) throws Exception;

Parameters

The post-unmerge user exit uses the following parameters:
rowidObject
The Row ID of the reinstated base object.
userExitContext
Passes parameters to the user exit.

0 COMMENTS

We’d like to hear from you!