Package org.dspace.app.rest.repository
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)
-
Field Summary
Fields inherited from class org.dspace.app.rest.repository.AbstractDSpaceRestRepository
converter, requestService, utils -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page<VocabularyEntryDetailsRest>getChildren(jakarta.servlet.http.HttpServletRequest request, String name, org.springframework.data.domain.Pageable optionalPageable, Projection projection) Methods inherited from class org.dspace.app.rest.repository.AbstractDSpaceRestRepository
getRequestService, obtainContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.dspace.app.rest.repository.LinkRestRepository
isEmbeddableRelation
-
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)
-