Purpose
This user exit that allows modification of values passed in during an API call.
Applies To
API
Signature
public String ucApiSubmit (
SesameSession session, // the current sesameSession
HashMap params,
Connection dbconn)
Notes
Values are passed in a hashmap and the method returns a hashmap.
Example
public HashMap ucApiSubmit (SesameSession session,
HashMap params,
Connection dbconn) throws Exception;