| Package | Description |
|---|---|
| eu.dnetlib.repo.manager.client.services | |
| eu.dnetlib.repo.manager.server.services | |
| eu.dnetlib.repo.manager.shared.broker |
| Modifier and Type | Method and Description |
|---|---|
List<BrowseEntry> |
BrokerService.getTopicsForDatasource(String datasourceName) |
| Modifier and Type | Method and Description |
|---|---|
void |
BrokerServiceAsync.getTopicsForDatasource(String datasourceName,
com.google.gwt.user.client.rpc.AsyncCallback<List<BrowseEntry>> callback)
GWT-RPC service asynchronous (client-side) interface
|
| Modifier and Type | Method and Description |
|---|---|
List<BrowseEntry> |
BrokerServiceImpl.getTopicsForDatasource(String datasourceName) |
| Modifier and Type | Method and Description |
|---|---|
List<Tuple<BrowseEntry,String>> |
DatasourcesBroker.getDatasourcesOfOthers() |
List<Tuple<BrowseEntry,String>> |
DatasourcesBroker.getDatasourcesOfUser() |
List<Tuple<BrowseEntry,String>> |
DatasourcesBroker.getSharedDatasources() |
| Modifier and Type | Method and Description |
|---|---|
int |
BrowseEntry.compareTo(BrowseEntry bv) |
| Modifier and Type | Method and Description |
|---|---|
void |
DatasourcesBroker.setDatasourcesOfOthers(List<Tuple<BrowseEntry,String>> datasourcesOfOthers) |
void |
DatasourcesBroker.setDatasourcesOfUser(List<Tuple<BrowseEntry,String>> datasourcesOfUser) |
void |
DatasourcesBroker.setSharedDatasources(List<Tuple<BrowseEntry,String>> sharedDatasources) |
Copyright © 2018. All rights reserved.