Uses of Class
org.dspace.app.rest.model.VocabularyRest
Packages that use VocabularyRest
Package
Description
-
Uses of VocabularyRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return VocabularyRestModifier and TypeMethodDescriptionVocabularyRestConverter.convert(ChoiceAuthority authority, Projection projection) -
Uses of VocabularyRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type VocabularyRest -
Uses of VocabularyRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return VocabularyRestModifier and TypeMethodDescriptionVocabularyRestRepository.findByMetadataAndCollection(String metadataField, UUID collectionUuid) Methods in org.dspace.app.rest.repository that return types with arguments of type VocabularyRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<VocabularyRest>VocabularyRestRepository.findAll(Context context, org.springframework.data.domain.Pageable pageable) VocabularyRestRepository.getDomainClass() -
Uses of VocabularyRest in org.dspace.app.rest.utils
Methods in org.dspace.app.rest.utils that return VocabularyRestModifier and TypeMethodDescriptionAuthorityUtils.convertAuthority(ChoiceAuthority source, String authorityName, Projection projection) TODO the authorityName MUST be a part of ChoiceAuthority model