IBM InfoSphere MDM Custom Domain Hub, Version 10.1To add a user explicit event, call the processTask() method of ProcessControllerBean.
Execute the processTask() method of ProcessControllerBean as follows:
void processTask(String busSysID, String busObjKey, EventObj eventObj, String
busEntity)
This method takes the same input parameters as the processTask() method described in Detecting events for all configured event categories, except for EventObj eventObj, which provides the EventObj containing information about the user explicit event.
You do not have to provide event definitions, as user-explicit events are not predefined. If the user-explicit event is set to trigger a notification, set the notification flag to true on the EventObj, using the method setDoNotification (Boolean doNotification).