Uses of Class
org.dspace.app.rest.model.VocabularyRest
-
Packages that use VocabularyRest Package Description org.dspace.app.rest.converter org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository org.dspace.app.rest.utils -
-
Uses of VocabularyRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return VocabularyRest Modifier and Type Method Description VocabularyRestVocabularyRestConverter. convert(org.dspace.content.authority.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 Constructor Description VocabularyResource(VocabularyRest sd, Utils utils) -
Uses of VocabularyRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return VocabularyRest Modifier and Type Method Description VocabularyRestVocabularyRestRepository. findByMetadataAndCollection(String metadataField, UUID collectionUuid)VocabularyRestVocabularyRestRepository. findOne(org.dspace.core.Context context, String name)Methods in org.dspace.app.rest.repository that return types with arguments of type VocabularyRest Modifier and Type Method Description org.springframework.data.domain.Page<VocabularyRest>VocabularyRestRepository. findAll(org.dspace.core.Context context, org.springframework.data.domain.Pageable pageable)Class<VocabularyRest>VocabularyRestRepository. getDomainClass() -
Uses of VocabularyRest in org.dspace.app.rest.utils
Methods in org.dspace.app.rest.utils that return VocabularyRest Modifier and Type Method Description VocabularyRestAuthorityUtils. convertAuthority(org.dspace.content.authority.ChoiceAuthority source, String authorityName, Projection projection)TODO the authorityName MUST be a part of ChoiceAuthority model
-