public interface IDatasourceManager
| Modifier and Type | Method and Description |
|---|---|
void |
addDatasource(IDatasource aDatasource)
This method will add a new DatasourceImpl into the Datasource List
|
java.util.List<IDatasource> |
getAllRESTDatasources()
This method will return all REST Datasources associated with this Datasource Manager
|
IDatasource |
getDatasource(java.lang.String astrDatasourceName)
This method will return an IDatasource connection for a particular name.
|
java.util.List<IDatasource> |
getDatasourcesAsList()
This method will return copied list of all the loaded IDatasource objects that
have been loaded into the IDatsourceManager.
|
void |
removeDatasource(java.lang.String astrDatasourceName)
This method will remove an existing IDatasource based on a name
|
IDatasource getDatasource(java.lang.String astrDatasourceName)
astrDatasourceName - The name of the datasource you wish to retrieve.java.util.List<IDatasource> getDatasourcesAsList()
void addDatasource(IDatasource aDatasource)
aDatasource - IDatasource to be added to the Datasource Listvoid removeDatasource(java.lang.String astrDatasourceName)
aDatasource - IDatasource to be removed from the Datasource Listjava.util.List<IDatasource> getAllRESTDatasources()
Copyright © 2005-2020 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.