Uses of Class
org.dspace.app.rest.model.VocabularyEntryDetailsRest
Packages that use VocabularyEntryDetailsRest
Package
Description
-
Uses of VocabularyEntryDetailsRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return VocabularyEntryDetailsRestModifier and TypeMethodDescriptionVocabularyEntryDetailsRestConverter.convert(Choice choice, Projection projection) -
Uses of VocabularyEntryDetailsRest in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model that return VocabularyEntryDetailsRestMethods in org.dspace.app.rest.model with parameters of type VocabularyEntryDetailsRestModifier and TypeMethodDescriptionvoidVocabularyEntryRest.setVocabularyEntryDetailsRest(VocabularyEntryDetailsRest vocabularyEntryDetailsRest) -
Uses of VocabularyEntryDetailsRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type VocabularyEntryDetailsRestModifierConstructorDescriptionVocabularyEntryDetailsResource(VocabularyEntryDetailsRest entry, Utils utils) -
Uses of VocabularyEntryDetailsRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return VocabularyEntryDetailsRestModifier and TypeMethodDescriptionVocabularyEntryDetailsParentLinkRepository.getParent(jakarta.servlet.http.HttpServletRequest request, String name, org.springframework.data.domain.Pageable optionalPageable, Projection projection) Methods in org.dspace.app.rest.repository that return types with arguments of type VocabularyEntryDetailsRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<VocabularyEntryDetailsRest>VocabularyEntryDetailsRestRepository.findAll(Context context, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<VocabularyEntryDetailsRest>VocabularyEntryDetailsRestRepository.findAllTop(String vocabularyId, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<VocabularyEntryDetailsRest>VocabularyEntryDetailsChildrenLinkRepository.getChildren(jakarta.servlet.http.HttpServletRequest request, String name, org.springframework.data.domain.Pageable optionalPageable, Projection projection) VocabularyEntryDetailsRestRepository.getDomainClass() -
Uses of VocabularyEntryDetailsRest in org.dspace.app.rest.utils
Methods in org.dspace.app.rest.utils that return VocabularyEntryDetailsRestModifier and TypeMethodDescriptionAuthorityUtils.convertEntryDetails(Choice choice, String authorityName, boolean isHierarchical, Projection projection) TODO the authorityName MUST be a part of Choice model