@RemoteServiceRelativePath(value="springGwtServices/brokerService")
public interface BrokerService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
EventsPage |
advancedShowEvents(AdvQueryObject advQueryObject,
long page,
long pageSize) |
DatasourcesBroker |
getDatasourcesOfUser(String userEmail,
boolean includeShared,
boolean includeByOthers) |
Map<String,Term> |
getDnetTopics() |
EventsPage |
getNotificationsBySubscriptionId(String subscriptionId,
String page,
String size) |
Map<String,List<SimpleSubscriptionDesc>> |
getSimpleSubscriptionsOfUser(String userEmail) |
Subscription |
getSubscription(String subscriptionId) |
Map<String,List<Subscription>> |
getSubscriptionsOfUser(String userEmail) |
List<BrowseEntry> |
getTopicsForDatasource(String datasourceName) |
EventsPage |
showEvents(String datasourceName,
String topic,
long page) |
Subscription |
subscribe(OpenaireSubscription obj) |
void |
unsubscribe(List<String> subscriptionIds) |
void |
unsubscribe(String subscriptionId) |
List<BrowseEntry> getTopicsForDatasource(String datasourceName) throws BrokerException
BrokerExceptionEventsPage showEvents(String datasourceName, String topic, long page) throws BrokerException
BrokerExceptionEventsPage advancedShowEvents(AdvQueryObject advQueryObject, long page, long pageSize) throws BrokerException
BrokerExceptionDatasourcesBroker getDatasourcesOfUser(String userEmail, boolean includeShared, boolean includeByOthers) throws BrokerException
BrokerExceptionMap<String,List<SimpleSubscriptionDesc>> getSimpleSubscriptionsOfUser(String userEmail) throws BrokerException
BrokerExceptionMap<String,List<Subscription>> getSubscriptionsOfUser(String userEmail) throws BrokerException
BrokerExceptionSubscription subscribe(OpenaireSubscription obj) throws BrokerException
BrokerExceptionvoid unsubscribe(String subscriptionId) throws BrokerException
BrokerExceptionvoid unsubscribe(List<String> subscriptionIds) throws BrokerException
BrokerExceptionSubscription getSubscription(String subscriptionId) throws BrokerException
BrokerExceptionMap<String,Term> getDnetTopics() throws BrokerException
BrokerExceptionEventsPage getNotificationsBySubscriptionId(String subscriptionId, String page, String size) throws BrokerException
BrokerExceptionCopyright © 2018. All rights reserved.