createComplexTableSession(String, SessionData, User) method
Factory method that creates a new ComplexTableSession object.
Syntax
public
ComplexTableSession
createComplexTableSession
(
String
tableName
,
SessionData
sessionData
,
User
user
)
Parameters
-
tableName –
The name of the complex 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 ComplexTableSession object.
Usage
This method is called by the Agentry Server whenever a complex table synchronization is to be processed. If the ComplexTableSession class is extended, then this method must be overridden to return the new subclass.