MDM Hub Java User Exits

MDM Hub Java User Exits

Pre-unmerge User Exit Interface

Pre-unmerge User Exit Interface

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

Interface Name

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

Methods

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

Parameters

The pre-unmerge user exit uses the following parameters:
pkeySourceObject
The primary key of the source object.
rowidSystem
The system row ID of the cross-reference record for the base object that the unmerge processes.
userExitContext
Passes parameters to the user exit.

0 COMMENTS

We’d like to hear from you!