MDM Hub Java User Exits

MDM Hub Java User Exits

Post-stage User Exit Interface

Post-stage User Exit Interface

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

Interface Name

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

Methods

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

Parameters

The post-stage user exit uses the following parameters:
landingTableName
Source table for the stage job.
previousLandingTableName
The previous landing table name that contains the copy of the source data mapped to the staging table from the previous time the stage job ran.
stagingTableName
Target table for the stage job.
userExitContext
Passes parameters to the user exit.

0 COMMENTS

We’d like to hear from you!