Class UUIDLookupRestController

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean

    @RestController
    @RequestMapping("/api/dso")
    public class UUIDLookupRestController
    extends Object
    implements org.springframework.beans.factory.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)