Class SubmissionFormRestRepository

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

    @Component("config.submissionform")
    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)