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