Table of Contents

Search

  1. Introduction
  2. Configuring Hub Console Tools
  3. Building the Data Model
  4. Configuring the Data Flow
  5. Executing Informatica MDM Hub Processes
  6. Configuring Application Access
  7. MDM Hub Properties
  8. Viewing Configuration Details
  9. Search with Solr
  10. Row-level Locking
  11. MDM Hub Logging
  12. Table Partitioning
  13. Collecting MDM Environment Information with the Product Usage Toolkit
  14. Glossary

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 process inserted the record or updated the record.
baseObjectDataMap
Contains the data from the base object that the load process updated or inserted.
userExitContext
Passes parameters to the user exit.
xrefDataMap
Contains the data from the cross-reference record that contributed to the update or insert.
xrefDataMapList
Contains the data from the cross-reference records that the MDM Hub modified because the effective periods overlap. The MDM Hub populates the xrefDataMapList parameter for timeline-enabled base objects.

0 COMMENTS

We’d like to hear from you!