Class VocabularyEntryDetailsParentLinkRepository

  • All Implemented Interfaces:
    LinkRestRepository

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

      • VocabularyEntryDetailsParentLinkRepository

        public VocabularyEntryDetailsParentLinkRepository()
    • Method Detail

      • getParent

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