| Package | Description |
|---|---|
| org.dspace.app.rest.converter | |
| org.dspace.app.rest.model | |
| org.dspace.app.rest.model.hateoas | |
| org.dspace.app.rest.model.step | |
| org.dspace.app.rest.repository |
| Modifier and Type | Method and Description |
|---|---|
BitstreamFormatRest |
BitstreamFormatConverter.fromModel(BitstreamFormat obj) |
| Modifier and Type | Method and Description |
|---|---|
BitstreamFormat |
BitstreamFormatConverter.toModel(BitstreamFormatRest obj) |
| Modifier and Type | Method and Description |
|---|---|
BitstreamFormatRest |
BitstreamRest.getFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
BitstreamRest.setFormat(BitstreamFormatRest format) |
| Constructor and Description |
|---|
BitstreamFormatResource(BitstreamFormatRest bf,
Utils utils,
String... rels) |
| Modifier and Type | Method and Description |
|---|---|
BitstreamFormatRest |
UploadBitstreamRest.getFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
UploadBitstreamRest.setFormat(BitstreamFormatRest format) |
| Modifier and Type | Method and Description |
|---|---|
BitstreamFormatRest |
BitstreamFormatRestRepository.findOne(Context context,
Integer id) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.Page<BitstreamFormatRest> |
BitstreamFormatRestRepository.findAll(Context context,
org.springframework.data.domain.Pageable pageable) |
Class<BitstreamFormatRest> |
BitstreamFormatRestRepository.getDomainClass() |
| Modifier and Type | Method and Description |
|---|---|
BitstreamFormatResource |
BitstreamFormatRestRepository.wrapResource(BitstreamFormatRest bs,
String... rels) |
Copyright © 2019 DuraSpace. All rights reserved.