Class SubmissionFormRestRepository

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

@Component("config.submissionforms") public class SubmissionFormRestRepository extends DSpaceRestRepository<SubmissionFormRest,String>
This is the repository responsible to manage InputForm Rest object
Author:
Andrea Bollini (andrea.bollini at 4science.it)