Class VocabularyEntryDetailsChildrenLinkRepository

  • All Implemented Interfaces:
    LinkRestRepository

    @Component("submission.vocabularyEntryDetail.children")
    public class VocabularyEntryDetailsChildrenLinkRepository
    extends AbstractDSpaceRestRepository
    implements LinkRestRepository
    Link repository to expose the parent of a vocabulary entry details in an hierarchical vocabulary
    Author:
    Mykhaylo Boychuk (4Science.it)
    • Constructor Detail

      • VocabularyEntryDetailsChildrenLinkRepository

        public VocabularyEntryDetailsChildrenLinkRepository()
    • Method Detail

      • getChildren

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