HP Anywhere API Reference
getDataSourceConfig Method
the name of the data source to retrieve, generally the same as the app service ID
Not in use
Returns a key-value map of the data source for the current app. Data source configuration is used by the app to access its backend.
Syntax
DSConfiguration getDataSourceConfig( 
   java.lang.String dataSourceName,
   java.lang.String instanceName
)

Parameters

dataSourceName
the name of the data source to retrieve, generally the same as the app service ID
instanceName
Not in use

Return Value

a DSConfiguration
Since
HP Anywhere 10.00
See Also

Reference

DataSourceService Interface
DataSourceService Members