MDM Hub Java User Exits

MDM Hub Java User Exits

Post-load User Exit Interface

Post-load User Exit Interface

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

Interface Name

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

Methods

The post-load user exit uses the following methods:
void processUserExit(UserExitContext userExitContext, ActionType actionType, Map<String, Object>baseObjectDataMap, Map<String, Object> xrefDataMap, List<Map<String, Object>> xrefDataMapList) throws Exception;

Parameters

The post-load user exit uses the following parameters:
actionType
Indicates whether the load job inserted the record or updated the record.
userExitContext
Passes parameters to the user exit.

0 COMMENTS

We’d like to hear from you!