| Package | Description |
|---|---|
| org.dspace.app.rest.converter | |
| org.dspace.app.rest.model.hateoas | |
| org.dspace.app.rest.repository |
| Modifier and Type | Method and Description |
|---|---|
MetadataFieldRest |
MetadataFieldConverter.fromModel(MetadataField obj) |
| Modifier and Type | Method and Description |
|---|---|
MetadataField |
MetadataFieldConverter.toModel(MetadataFieldRest obj) |
| Constructor and Description |
|---|
MetadataFieldResource(MetadataFieldRest ms,
Utils utils,
String... rels) |
| Modifier and Type | Method and Description |
|---|---|
protected MetadataFieldRest |
MetadataFieldRestRepository.createAndReturn(Context context) |
MetadataFieldRest |
MetadataFieldRestRepository.findOne(Context context,
Integer id) |
protected MetadataFieldRest |
MetadataFieldRestRepository.put(Context context,
javax.servlet.http.HttpServletRequest request,
String apiCategory,
String model,
Integer id,
com.fasterxml.jackson.databind.JsonNode jsonNode) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.Page<MetadataFieldRest> |
MetadataFieldRestRepository.findAll(Context context,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Page<MetadataFieldRest> |
MetadataFieldRestRepository.findBySchema(String schemaName,
org.springframework.data.domain.Pageable pageable) |
Class<MetadataFieldRest> |
MetadataFieldRestRepository.getDomainClass() |
| Modifier and Type | Method and Description |
|---|---|
MetadataFieldResource |
MetadataFieldRestRepository.wrapResource(MetadataFieldRest bs,
String... rels) |
Copyright © 2019 DuraSpace. All rights reserved.