| 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 |
|---|---|
BitstreamRest |
BitstreamConverter.fromModel(Bitstream obj) |
protected BitstreamRest |
BitstreamConverter.newInstance() |
| Modifier and Type | Method and Description |
|---|---|
Bitstream |
BitstreamConverter.toModel(BitstreamRest obj) |
| Modifier and Type | Method and Description |
|---|---|
BitstreamRest |
CommunityRest.getLogo() |
BitstreamRest |
CollectionRest.getLogo() |
| Modifier and Type | Method and Description |
|---|---|
List<BitstreamRest> |
ItemRest.getBitstreams() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommunityRest.setLogo(BitstreamRest logo) |
void |
CollectionRest.setLogo(BitstreamRest logo) |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemRest.setBitstreams(List<BitstreamRest> bitstreams) |
| Constructor and Description |
|---|
BitstreamResource(BitstreamRest bs,
Utils utils,
String... rels) |
| Modifier and Type | Method and Description |
|---|---|
BitstreamRest |
BitstreamRestRepository.findOne(Context context,
UUID id) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.Page<BitstreamRest> |
BitstreamRestRepository.findAll(Context context,
org.springframework.data.domain.Pageable pageable) |
Class<BitstreamRest> |
BitstreamRestRepository.getDomainClass() |
| Modifier and Type | Method and Description |
|---|---|
BitstreamResource |
BitstreamRestRepository.wrapResource(BitstreamRest bs,
String... rels) |
Copyright © 2019 DuraSpace. All rights reserved.