Uses of Class
org.dspace.app.rest.model.AuthorityEntryRest
-
Packages that use AuthorityEntryRest 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 AuthorityEntryRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return AuthorityEntryRest Modifier and Type Method Description AuthorityEntryRestAuthorityEntryRestConverter. convert(Choice choice, Projection projection) -
Uses of AuthorityEntryRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type AuthorityEntryRest Constructor Description AuthorityEntryResource(AuthorityEntryRest entry) -
Uses of AuthorityEntryRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return AuthorityEntryRest Modifier and Type Method Description AuthorityEntryRestAuthorityEntryValueLinkRepository. getResource(javax.servlet.http.HttpServletRequest request, String name, String relId, org.springframework.data.domain.Pageable pageable, Projection projection)Methods in org.dspace.app.rest.repository that return types with arguments of type AuthorityEntryRest Modifier and Type Method Description org.springframework.data.domain.Page<AuthorityEntryRest>AuthorityEntryLinkRepository. query(javax.servlet.http.HttpServletRequest request, String name, org.springframework.data.domain.Pageable optionalPageable, Projection projection) -
Uses of AuthorityEntryRest in org.dspace.app.rest.utils
Methods in org.dspace.app.rest.utils that return AuthorityEntryRest Modifier and Type Method Description AuthorityEntryRestAuthorityUtils. convertEntry(Choice choice, String authorityName, Projection projection)TODO the authorityName MUST be a part of Choice model
-