Package org.dspace.app.rest
Class NotifyRequestStatusRestController
java.lang.Object
org.dspace.app.rest.NotifyRequestStatusRestController
- All Implemented Interfaces:
InitializingBean
@RestController
@RequestMapping("/api/ldn/notifyrequests/{uuid:[0-9a-fxA-FX]{8}-[0-9a-fxA-FX]{4}-[0-9a-fxA-FX]{4}-[0-9a-fxA-FX]{4}-[0-9a-fxA-FX]{12}}")
public class NotifyRequestStatusRestController
extends Object
implements InitializingBean
Rest Controller for NotifyRequestStatus targeting items
- Author:
- Francesco Bacchelli (francesco.bacchelli at 4science dot it)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NotifyRequestStatusRestController
public NotifyRequestStatusRestController()
-
-
Method Details
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSetin interfaceInitializingBean
-
findByItem
@GetMapping(produces="application/json") @PreAuthorize("hasAuthority(\'AUTHENTICATED\')") public ResponseEntity<String> findByItem(@PathVariable UUID uuid) throws SQLException, AuthorizeException, com.fasterxml.jackson.core.JsonProcessingException - Throws:
SQLExceptionAuthorizeExceptioncom.fasterxml.jackson.core.JsonProcessingException
-