Uses of Class
org.pentaho.platform.api.repository.datasource.NonExistingDatasourceException

Packages that use NonExistingDatasourceException
org.pentaho.platform.api.repository.datasource   
org.pentaho.platform.repository.datasource   
 

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

Methods in org.pentaho.platform.api.repository.datasource that throw NonExistingDatasourceException
 void IDatasourceMgmtService.deleteDatasource(IDatasource dataSource)
           
 void IDatasourceMgmtService.deleteDatasource(String jndiName)
           
 void IDatasourceMgmtService.updateDatasource(IDatasource datasource)
           
 

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

Methods in org.pentaho.platform.repository.datasource that throw NonExistingDatasourceException
 void DatasourceMgmtService.deleteDatasource(IDatasource datasource)
           
 void DatasourceMgmtService.deleteDatasource(String jndiName)
           
 void DatasourceMgmtService.updateDatasource(IDatasource datasource)