Uses of Class
org.dspace.app.rest.model.VocabularyEntryDetailsRest
-
Packages that use VocabularyEntryDetailsRest Package Description org.dspace.app.rest.converter org.dspace.app.rest.model org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository org.dspace.app.rest.utils -
-
Uses of VocabularyEntryDetailsRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return VocabularyEntryDetailsRest Modifier and Type Method Description VocabularyEntryDetailsRestVocabularyEntryDetailsRestConverter. convert(org.dspace.content.authority.Choice choice, Projection projection) -
Uses of VocabularyEntryDetailsRest in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model that return VocabularyEntryDetailsRest Modifier and Type Method Description VocabularyEntryDetailsRestVocabularyEntryRest. getVocabularyEntryDetailsRest()Methods in org.dspace.app.rest.model with parameters of type VocabularyEntryDetailsRest Modifier and Type Method Description voidVocabularyEntryRest. 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 VocabularyEntryDetailsRest Constructor Description VocabularyEntryDetailsResource(VocabularyEntryDetailsRest entry, Utils utils) -
Uses of VocabularyEntryDetailsRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return VocabularyEntryDetailsRest Modifier and Type Method Description VocabularyEntryDetailsRestVocabularyEntryDetailsRestRepository. findOne(org.dspace.core.Context context, String name)VocabularyEntryDetailsRestVocabularyEntryDetailsParentLinkRepository. getParent(javax.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 VocabularyEntryDetailsRest Modifier and Type Method Description org.springframework.data.domain.Page<VocabularyEntryDetailsRest>VocabularyEntryDetailsRestRepository. findAll(org.dspace.core.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(javax.servlet.http.HttpServletRequest request, String name, org.springframework.data.domain.Pageable optionalPageable, Projection projection)Class<VocabularyEntryDetailsRest>VocabularyEntryDetailsRestRepository. getDomainClass() -
Uses of VocabularyEntryDetailsRest in org.dspace.app.rest.utils
Methods in org.dspace.app.rest.utils that return VocabularyEntryDetailsRest Modifier and Type Method Description VocabularyEntryDetailsRestAuthorityUtils. convertEntryDetails(org.dspace.content.authority.Choice choice, String authorityName, boolean isHierarchical, Projection projection)TODO the authorityName MUST be a part of Choice model
-