Class UUIDLookupRestController

java.lang.Object
org.dspace.app.rest.UUIDLookupRestController
All Implemented Interfaces:
InitializingBean

@RestController @RequestMapping("/api/dso") public class UUIDLookupRestController extends Object implements InitializingBean
This is an utility endpoint to lookup a generic DSpaceObject. If found the controller will respond with a redirection to the canonical endpoint for the actual object.
Author:
Andrea Bollini (andrea.bollini at 4science.it)