Class IdentifierRestRepository

All Implemented Interfaces:
Aware, BeanNameAware, InitializingBean, org.springframework.data.repository.CrudRepository<IdentifierRest,String>, org.springframework.data.repository.PagingAndSortingRepository<IdentifierRest,String>, org.springframework.data.repository.Repository<IdentifierRest,String>

@RestController @RequestMapping("/api/pid") @Component("pid.identifiers") public class IdentifierRestRepository extends DSpaceRestRepository<IdentifierRest,String> implements InitializingBean
Item REST Repository and Controller for persistent identifiers. The controller annotation and endpoint registration allows the "find DSO by identifier" method which was previously implemented in org.dspace.app.rest.IdentifierRestController
Author:
Kim Shepherd