Revision 49905
Added by Claudio Atzori over 5 years ago
modules/dnet-datasource-manager-common/trunk/src/main/java/eu/dnetlib/enabling/datasources/common/DatasourceManagerCommon.java | ||
---|---|---|
6 | 6 |
|
7 | 7 |
DS getDs(String id) throws DatasourceManagerException; |
8 | 8 |
|
9 |
List<? extends Api> getApis(String dsId) throws DatasourceManagerException;
|
|
9 |
List<? extends API> getApis(String dsId) throws DatasourceManagerException;
|
|
10 | 10 |
|
11 | 11 |
void deleteDs(String dsId) throws DatasourceManagerException; |
12 | 12 |
|
Also available in: Unified diff
let's honor the generics