Uses of Class
org.dspace.app.rest.model.VocabularyEntryRest
-
Packages that use VocabularyEntryRest Package Description org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository org.dspace.app.rest.utils -
-
Uses of VocabularyEntryRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type VocabularyEntryRest Constructor Description VocabularyEntryResource(VocabularyEntryRest sd) -
Uses of VocabularyEntryRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return types with arguments of type VocabularyEntryRest Modifier and Type Method Description org.springframework.data.domain.Page<VocabularyEntryRest>VocabularyEntryLinkRepository. filter(javax.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 VocabularyEntryRest Modifier and Type Method Description VocabularyEntryRestAuthorityUtils. convertEntry(org.dspace.content.authority.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
-