Uses of Interface
org.pentaho.platform.api.repository.datasource.IDatasource

Packages that use IDatasource
org.pentaho.platform.api.repository.datasource   
org.pentaho.platform.engine.services.connection.datasource.dbcp   
org.pentaho.platform.repository.datasource   
 

Uses of IDatasource in org.pentaho.platform.api.repository.datasource
 

Methods in org.pentaho.platform.api.repository.datasource that return IDatasource
 IDatasource IDatasourceMgmtService.getDatasource(String JndiName)
           
 

Methods in org.pentaho.platform.api.repository.datasource that return types with arguments of type IDatasource
 List<IDatasource> IDatasourceMgmtService.getDatasources()
           
 

Methods in org.pentaho.platform.api.repository.datasource with parameters of type IDatasource
 void IDatasourceMgmtService.createDatasource(IDatasource newDataSource)
           
 void IDatasourceMgmtService.deleteDatasource(IDatasource dataSource)
           
 void IDatasourceMgmtService.updateDatasource(IDatasource datasource)
           
 

Uses of IDatasource in org.pentaho.platform.engine.services.connection.datasource.dbcp
 

Methods in org.pentaho.platform.engine.services.connection.datasource.dbcp with parameters of type IDatasource
static org.apache.commons.dbcp.PoolingDataSource PooledDatasourceHelper.setupPooledDataSource(IDatasource datasource)
           
 

Uses of IDatasource in org.pentaho.platform.repository.datasource
 

Classes in org.pentaho.platform.repository.datasource that implement IDatasource
 class Datasource
           
 

Methods in org.pentaho.platform.repository.datasource that return IDatasource
 IDatasource DatasourceMgmtService.getDatasource(String jndiName)
           
 

Methods in org.pentaho.platform.repository.datasource that return types with arguments of type IDatasource
 List<IDatasource> DatasourceMgmtService.getDatasources()
           
 

Methods in org.pentaho.platform.repository.datasource with parameters of type IDatasource
 void DatasourceMgmtService.createDatasource(IDatasource newDatasource)
           
 void DatasourceMgmtService.deleteDatasource(IDatasource datasource)
           
 void DatasourceMgmtService.updateDatasource(IDatasource datasource)