Class VocabularyEntryLinkRepository

  • All Implemented Interfaces:
    LinkRestRepository

    @Component("submission.vocabulary.entries")
    public class VocabularyEntryLinkRepository
    extends AbstractDSpaceRestRepository
    implements LinkRestRepository
    Controller for exposition of authority services
    Author:
    Luigi Andrea Pascarelli (luigiandrea.pascarelli at 4science.it)
    • Constructor Detail

      • VocabularyEntryLinkRepository

        public VocabularyEntryLinkRepository()
    • Method Detail

      • filter

        @PreAuthorize("hasAuthority(\'AUTHENTICATED\')")
        public org.springframework.data.domain.Page<VocabularyEntryRest> filter​(@Nullable
                                                                                javax.servlet.http.HttpServletRequest request,
                                                                                String name,
                                                                                @Nullable
                                                                                org.springframework.data.domain.Pageable optionalPageable,
                                                                                Projection projection)