Package | Description |
---|---|
de.innovationgate.wga.server.api |
OpenWGA Server API classes.
|
Modifier and Type | Method and Description |
---|---|
QueryResult |
Database.query(String queryType,
String queryString)
Performs a query on the database
This method is the WGA server API pendant to WebTML tag
|
QueryResult |
Database.query(String queryType,
String queryString,
Map<String,Object> atts)
Performs a query on the database
This method is the WGA server API pendant to WebTML tag
|
QueryResult |
Database.query(String queryType,
String queryString,
Map<String,Object> atts,
Map<String,Object> queryParams)
Performs a query on the database
This method is the WGA server API pendant to WebTML tag
|
QueryResult |
Database.query(String queryType,
String queryString,
Map<String,Object> atts,
Map<String,Object> queryParams,
Context context)
Performs a query on the database
This method is the WGA server API pendant to WebTML tag
|