createDataTableSession(String, SessionData, User) method
Factory method that creates a new DataTableSession object.
Syntax
public
DataTableSession
createDataTableSession
(
String
tableName
,
SessionData
sessionData
,
User
user
)
Parameters
-
tableName –
The name of the data table being processed, as configured by the designer in the Agentry Editor.
-
sessionData –
Provides access to current session data, such as Agentry Server Data Markup Language (SDML) values.
-
user –
Represents the client user that is retrieving the complex table.
Returns
A new DataTableSession object.
Usage
This method is called by the Agentry Server whenever a data table retrieval is to be processed. If the DataTableSession class is extended, then this method must be overridden to return the new subclass.