MDM Hub Java User Exits

MDM Hub Java User Exits

Pre-stage User Exit Interface

Pre-stage User Exit Interface

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

Interface Name

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

Methods

The pre-stage user exit uses the following methods:
void processUserExit(UserExitContext userExitContext, String stagingTableName, String landingTableName, String deltaTableName) throws Exception;

Parameters

The pre-stage user exit uses the following parameters:
deltaTableName
The delta table name. The delta table contains the records that
Informatica MDM Hub
identifies as deltas.
landingTableName
Source table for the stage job.
stagingTableName
Target table for the stage job.
userExitContext
Passes parameters to the user exit.

0 COMMENTS

We’d like to hear from you!