Constructors
DbiControl()
Methods
getObject()
When fetching data from external system, this function is called repeatedly.getParameter(String)
Returns the value of the given parameter.getParameters()
Retrieves parameters for a DBI setup.It can among else define parameters for limiting the data set, or whatever else you define under the “Settings/DBI” section of eJournal. You will also get saved parameters so that you can store values from one run to another.
saveParameter(String,String)
Saves a parameter to the object.sendObject(Map)
This function will send an object to the external system agent, during a DBI integration session.This may be a map of table.field_name and value, for instance, for an ODBC agent.
setParameter(String,String)
Allows you to set parameter values that are sent to the external DBI agent.The parameters set using this function are not saved for later retrieval.