Uses of Class
org.dspace.app.rest.model.BrowseIndexRest
Packages that use BrowseIndexRest
Package
Description
-
Uses of BrowseIndexRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return BrowseIndexRestModifier and TypeMethodDescriptionBrowseIndexConverter.convert(BrowseIndex obj, Projection projection) -
Uses of BrowseIndexRest in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model that return BrowseIndexRestMethods in org.dspace.app.rest.model with parameters of type BrowseIndexRestModifier and TypeMethodDescriptionvoidBrowseEntryRest.setBrowseIndex(BrowseIndexRest browseIndex) -
Uses of BrowseIndexRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type BrowseIndexRest -
Uses of BrowseIndexRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return BrowseIndexRestModifier and TypeMethodDescriptionBrowseIndexRestRepository.findByFields(String[] fields) Find a browse index by a list of fields (first match will be returned)Methods in org.dspace.app.rest.repository that return types with arguments of type BrowseIndexRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<BrowseIndexRest>BrowseIndexRestRepository.findAll(Context context, org.springframework.data.domain.Pageable pageable) BrowseIndexRestRepository.getDomainClass()