| 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 |
|---|---|
MetadataSchemaRest |
MetadataSchemaConverter.fromModel(MetadataSchema obj) |
| Modifier and Type | Method and Description |
|---|---|
MetadataSchema |
MetadataSchemaConverter.toModel(MetadataSchemaRest obj) |
| Modifier and Type | Method and Description |
|---|---|
MetadataSchemaRest |
MetadataFieldRest.getSchema() |
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataFieldRest.setSchema(MetadataSchemaRest schema) |
| Constructor and Description |
|---|
MetadataSchemaResource(MetadataSchemaRest ms,
Utils utils,
String... rels) |
| Modifier and Type | Method and Description |
|---|---|
protected MetadataSchemaRest |
MetadataSchemaRestRepository.createAndReturn(Context context) |
MetadataSchemaRest |
MetadataSchemaRestRepository.findOne(Context context,
Integer id) |
protected MetadataSchemaRest |
MetadataSchemaRestRepository.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<MetadataSchemaRest> |
MetadataSchemaRestRepository.findAll(Context context,
org.springframework.data.domain.Pageable pageable) |
Class<MetadataSchemaRest> |
MetadataSchemaRestRepository.getDomainClass() |
| Modifier and Type | Method and Description |
|---|---|
MetadataSchemaResource |
MetadataSchemaRestRepository.wrapResource(MetadataSchemaRest bs,
String... rels) |
Copyright © 2019 DuraSpace. All rights reserved.