Interface IDatasourceMgmtService

All Superinterfaces:
IPentahoInitializer

public interface IDatasourceMgmtService extends IPentahoInitializer
Service to manage JDBC datasources in the platform. is a IDatabaseConnection.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    createDatasource(org.pentaho.database.model.IDatabaseConnection databaseConnection)
    Creates a JDBC datasource in a given repository and return an id
    void
    Permanently deletes a JDBC datasource from a repository by id
    void
    Permanently deletes a JDBC datasource from a repository by name
    org.pentaho.database.model.IDatabaseConnection
    Retrieves a JDBC datasource form the repository by id
    org.pentaho.database.model.IDatabaseConnection
    Retrieves a JDBC datasource form the repository by name
    Retrieves all JDBC datasource ids from the repository
    List<org.pentaho.database.model.IDatabaseConnection>
    Retrieves all JDBC datasources from the repository
    updateDatasourceById(String id, org.pentaho.database.model.IDatabaseConnection databaseConnection)
    Updates a given JDBC datasource by id
    updateDatasourceByName(String name, org.pentaho.database.model.IDatabaseConnection databaseConnection)
    Updates a given JDBC datasource by name

    Methods inherited from interface org.pentaho.platform.api.engine.IPentahoInitializer

    init