@Profile(value="openaire") @RestController @RequestMapping(value="/") public class OpenairePublicController extends AbstractDnetController
AbstractDnetController.ErrorMessage| Constructor and Description |
|---|
OpenairePublicController() |
| Modifier and Type | Method and Description |
|---|---|
void |
notificationsAsFile(javax.servlet.http.HttpServletResponse res,
String subscrId) |
void |
opendoarEventsAsFile(javax.servlet.http.HttpServletResponse res,
String id) |
ScrollPage<eu.dnetlib.broker.api.ShortEventMessage> |
prepareScrollNotificationsBySubscrId(String subscrId) |
ScrollPage<eu.dnetlib.broker.api.ShortEventMessage> |
scrollNotifications(String scrollId) |
handleException@GetMapping(value="/scroll/notifications/bySubscriptionId/{subscrId}")
public ScrollPage<eu.dnetlib.broker.api.ShortEventMessage> prepareScrollNotificationsBySubscrId(@PathVariable
String subscrId)
@GetMapping(value="/scroll/notifications/{scrollId}")
public ScrollPage<eu.dnetlib.broker.api.ShortEventMessage> scrollNotifications(@PathVariable
String scrollId)
@GetMapping(value="/file/notifications/bySubscriptionId/{subscrId}",
produces="application/gzip")
public void notificationsAsFile(javax.servlet.http.HttpServletResponse res,
@PathVariable
String subscrId)
throws Exception
Exception@GetMapping(value="/file/events/opendoar/{id}",
produces="application/gzip")
public void opendoarEventsAsFile(javax.servlet.http.HttpServletResponse res,
@PathVariable
String id)
Copyright © 2025. All rights reserved.