| Package | Description |
|---|---|
| org.dspace.app.rest.converter | |
| org.dspace.app.rest.model | |
| org.dspace.app.rest.model.hateoas | |
| org.dspace.app.rest.repository |
| Modifier and Type | Method and Description |
|---|---|
BrowseIndexRest |
BrowseIndexConverter.fromModel(BrowseIndex obj) |
| Modifier and Type | Method and Description |
|---|---|
BrowseIndex |
BrowseIndexConverter.toModel(BrowseIndexRest obj) |
| Modifier and Type | Method and Description |
|---|---|
BrowseIndexRest |
BrowseEntryRest.getBrowseIndex() |
| Modifier and Type | Method and Description |
|---|---|
void |
BrowseEntryRest.setBrowseIndex(BrowseIndexRest browseIndex) |
| Constructor and Description |
|---|
BrowseIndexResource(BrowseIndexRest bix,
Utils utils,
String... rels) |
| Modifier and Type | Method and Description |
|---|---|
BrowseIndexRest |
BrowseIndexRestRepository.findOne(Context context,
String name) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.Page<BrowseIndexRest> |
BrowseIndexRestRepository.findAll(Context context,
org.springframework.data.domain.Pageable pageable) |
Class<BrowseIndexRest> |
BrowseIndexRestRepository.getDomainClass() |
| Modifier and Type | Method and Description |
|---|---|
BrowseIndexResource |
BrowseIndexRestRepository.wrapResource(BrowseIndexRest bix,
String... rels) |
Copyright © 2019 DuraSpace. All rights reserved.