Class VocabularyEntryDetailsParentLinkRepository

java.lang.Object
org.dspace.app.rest.repository.AbstractDSpaceRestRepository
org.dspace.app.rest.repository.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 Details

    • VocabularyEntryDetailsParentLinkRepository

      public VocabularyEntryDetailsParentLinkRepository()
  • Method Details

    • getParent

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