You can develop custom user exit classes based on the user exit interface classes. Implement custom user exit classes in a separate JAR file and then upload the JAR file to the
MDM Hub
to register the user exits.
The
MDM Hub
installation includes a JAR file called
mdm-ue.jar
found in
<
MDM Hub installation directory
>/hub/server/lib
. The file
mdm-ue.jar
contains Java interface classes for each user exit.
Use the
Hub Console
to upload the user exit JAR file with custom code to the
MDM Hub
. You can upload one user exit JAR file for each
Operational Reference Store
. If you want to change the implementation of a user exit in
MDM Hub
, first remove the user exits from the
MDM Hub
. Then upload a JAR file that contains the user exits with the latest implementation.