Uses of Class
org.dspace.app.rest.model.VocabularyEntryRest
Packages that use VocabularyEntryRest
Package
Description
-
Uses of VocabularyEntryRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type VocabularyEntryRest -
Uses of VocabularyEntryRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return types with arguments of type VocabularyEntryRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<VocabularyEntryRest>VocabularyEntryLinkRepository.filter(jakarta.servlet.http.HttpServletRequest request, String name, org.springframework.data.domain.Pageable optionalPageable, Projection projection) -
Uses of VocabularyEntryRest in org.dspace.app.rest.utils
Methods in org.dspace.app.rest.utils that return VocabularyEntryRestModifier and TypeMethodDescriptionAuthorityUtils.convertEntry(Choice choice, String authorityName, boolean storeAuthority, Projection projection) This utility method is currently a workaround to enrich the REST object with information from the parent vocabulary that is not referenced by the Choice model