Uses of Class
com.ibm.rational.rpe.api.docspec.RPEDataSource

Packages that use RPEDataSource
com.ibm.rational.rpe.api.docspec   
 

Uses of RPEDataSource in com.ibm.rational.rpe.api.docspec
 

Methods in com.ibm.rational.rpe.api.docspec that return RPEDataSource
 RPEDataSource RPETemplate.getDataSource(java.lang.String dsName)
          Retrieves a data source object with a certain name.
 

Methods in com.ibm.rational.rpe.api.docspec that return types with arguments of type RPEDataSource
 java.util.List<RPEDataSource> RPETemplate.getDataSources()
          Retrieves the data sources used in the template.
 

Methods in com.ibm.rational.rpe.api.docspec with parameters of type RPEDataSource
 void RPETemplate.addDataSource(RPEDataSource dataSource)
          Adds a data source to the template.