Uses of Class
org.dspace.app.rest.model.BrowseIndexRest
-
Packages that use BrowseIndexRest Package Description org.dspace.app.rest.converter org.dspace.app.rest.model org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository -
-
Uses of BrowseIndexRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return BrowseIndexRest Modifier and Type Method Description BrowseIndexRestBrowseIndexConverter. convert(BrowseIndex obj, Projection projection) -
Uses of BrowseIndexRest in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model that return BrowseIndexRest Modifier and Type Method Description BrowseIndexRestBrowseEntryRest. getBrowseIndex()Methods in org.dspace.app.rest.model with parameters of type BrowseIndexRest Modifier and Type Method Description voidBrowseEntryRest. 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 Constructor Description BrowseIndexResource(BrowseIndexRest bix, Utils utils) -
Uses of BrowseIndexRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return BrowseIndexRest Modifier and Type Method Description BrowseIndexRestBrowseIndexRestRepository. findOne(Context context, String name)Methods in org.dspace.app.rest.repository that return types with arguments of type BrowseIndexRest Modifier and Type Method Description org.springframework.data.domain.Page<BrowseIndexRest>BrowseIndexRestRepository. findAll(Context context, org.springframework.data.domain.Pageable pageable)Class<BrowseIndexRest>BrowseIndexRestRepository. getDomainClass()
-