Class RequestItemRepository

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

@Component("tools.itemrequests") public class RequestItemRepository extends DSpaceRestRepository<RequestItemRest,String>
Component to expose item requests and handle operations like create (request), put (grant/deny), and email sending. Support for requested item access by a secure token / link is supported as well as the legacy "attach files to email" method. See dspace.cfg for configuration.
Author:
Mark H. Wood <mwood@iupui.edu>, Kim Shepherd