Class VocabularyEntryDetailsChildrenLinkRepository

java.lang.Object
org.dspace.app.rest.repository.AbstractDSpaceRestRepository
org.dspace.app.rest.repository.VocabularyEntryDetailsChildrenLinkRepository
All Implemented Interfaces:
LinkRestRepository

@Component("submission.vocabularyEntryDetails.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 Details

    • VocabularyEntryDetailsChildrenLinkRepository

      public VocabularyEntryDetailsChildrenLinkRepository()
  • Method Details

    • getChildren

      @PreAuthorize("permitAll()") public org.springframework.data.domain.Page<VocabularyEntryDetailsRest> getChildren(@Nullable jakarta.servlet.http.HttpServletRequest request, String name, @Nullable org.springframework.data.domain.Pageable optionalPageable, Projection projection)