| Package | Description |
|---|---|
| eu.dnetlib.clients.functionality.notification.ws |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationWebServiceImpl.addQuery(eu.dnetlib.domain.functionality.NotificationQuery query) |
void |
NotificationWebService.addQuery(eu.dnetlib.domain.functionality.NotificationQuery query)
Add a query.
|
void |
NotificationWebServiceImpl.addSchedule(eu.dnetlib.domain.functionality.NotificationSchedule schedule) |
void |
NotificationWebService.addSchedule(eu.dnetlib.domain.functionality.NotificationSchedule schedule)
Add a schedule.
|
void |
NotificationWebServiceImpl.addSubscription(eu.dnetlib.domain.functionality.NotificationSubscription subscription) |
void |
NotificationWebService.addSubscription(eu.dnetlib.domain.functionality.NotificationSubscription subscription)
Add a subscription.
|
void |
NotificationWebServiceImpl.disableSchedule(String queryId) |
void |
NotificationWebService.disableSchedule(String queryId)
Disable a schedule
|
void |
NotificationWebServiceImpl.disableSubscription(String queryId,
URL alertService) |
void |
NotificationWebService.disableSubscription(String queryId,
URL alertService)
Disable a subscription.
|
void |
NotificationWebServiceImpl.enableSchedule(String queryId) |
void |
NotificationWebService.enableSchedule(String queryId)
Enable a schedule
|
void |
NotificationWebServiceImpl.enableSubscription(String queryId,
URL alertService) |
void |
NotificationWebService.enableSubscription(String queryId,
URL alertService)
Enable a subscription.
|
eu.dnetlib.domain.functionality.ResultPage |
NotificationWebServiceImpl.executeQuery(String queryId,
String resultId,
Date fromDate,
Date toDate,
int limit,
int offset) |
eu.dnetlib.domain.functionality.ResultPage |
NotificationWebService.executeQuery(String queryId,
String resultId,
Date fromDate,
Date toDate,
int limit,
int offset)
Execute a query and return the generated result.
|
eu.dnetlib.domain.functionality.ObjectPage<eu.dnetlib.domain.functionality.NotificationEvent> |
NotificationWebServiceImpl.getEvents(int pageNumber,
int pageSize) |
eu.dnetlib.domain.functionality.ObjectPage<eu.dnetlib.domain.functionality.NotificationEvent> |
NotificationWebService.getEvents(int pageNumber,
int pageSize)
Retrieve a page of events.
|
eu.dnetlib.domain.functionality.NotificationResult |
NotificationWebServiceImpl.getPreviousResult(String queryId,
Date date,
String resultId) |
eu.dnetlib.domain.functionality.NotificationResult |
NotificationWebService.getPreviousResult(String queryId,
Date date,
String resultId)
Retrieve a result of the previous event of an event of a query.
|
eu.dnetlib.domain.functionality.ObjectPage<eu.dnetlib.domain.functionality.NotificationQuery> |
NotificationWebServiceImpl.getQueries(int pageNumber,
int pageSize) |
eu.dnetlib.domain.functionality.ObjectPage<eu.dnetlib.domain.functionality.NotificationQuery> |
NotificationWebService.getQueries(int pageNumber,
int pageSize)
Retrieve a page of queries.
|
eu.dnetlib.domain.functionality.NotificationResult |
NotificationWebServiceImpl.getResult(String queryId,
Date date,
String resultId) |
eu.dnetlib.domain.functionality.NotificationResult |
NotificationWebService.getResult(String queryId,
Date date,
String resultId)
Retrieve a result of an event of a query.
|
eu.dnetlib.domain.functionality.ObjectPage<eu.dnetlib.domain.functionality.NotificationResult> |
NotificationWebServiceImpl.getResults(int pageNumber,
int pageSize) |
eu.dnetlib.domain.functionality.ObjectPage<eu.dnetlib.domain.functionality.NotificationResult> |
NotificationWebService.getResults(int pageNumber,
int pageSize)
Retrieve a page of results.
|
eu.dnetlib.domain.functionality.ObjectPage<eu.dnetlib.domain.functionality.NotificationSchedule> |
NotificationWebServiceImpl.getSchedules(int pageNumber,
int pageSize) |
eu.dnetlib.domain.functionality.ObjectPage<eu.dnetlib.domain.functionality.NotificationSchedule> |
NotificationWebService.getSchedules(int pageNumber,
int pageSize)
Retrieve a page of schedules
|
eu.dnetlib.domain.functionality.ObjectPage<eu.dnetlib.domain.functionality.NotificationSubscription> |
NotificationWebServiceImpl.getSubscriptions(int pageSize,
int pageNumber) |
eu.dnetlib.domain.functionality.ObjectPage<eu.dnetlib.domain.functionality.NotificationSubscription> |
NotificationWebService.getSubscriptions(int pageNumber,
int pageSize)
Retrieve a page of subscriptions
|
void |
NotificationWebServiceImpl.removeQuery(String queryId) |
void |
NotificationWebService.removeQuery(String queryId)
Remove a query.
|
void |
NotificationWebServiceImpl.removeSchedule(String queryId) |
void |
NotificationWebService.removeSchedule(String queryId)
Remove a schedule.
|
void |
NotificationWebServiceImpl.removeSubscription(String queryId,
URL alertService) |
void |
NotificationWebService.removeSubscription(String queryId,
URL alertService)
Remove a subscription.
|
Copyright © 2017. All rights reserved.