Server-Side Implementation
Server-Side Implementation
The data source implementation classes evaluate binding expressions in restrictions and SQL queries at WFR execution time. The Data Source creates the evaluation context at the beginning of the WFR execution. The evaluation context properties are:
-
user
: theUserVO
instance obtained by calling theAdminService.getUser()
method
-
sql
: theSqlFormat
instance
-
parameters
: theMap
of all WFR parameters.