| 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 |
|---|---|
RelationshipRest |
RelationshipConverter.fromModel(Relationship obj)
This method converts the Relationship model object that is passed along in the params to the
REST representation of this object
|
| Modifier and Type | Method and Description |
|---|---|
Relationship |
RelationshipConverter.toModel(RelationshipRest obj)
This method converts the Relationship REST object that is passed along in the params to the model
representation of this object
|
| Modifier and Type | Method and Description |
|---|---|
List<RelationshipRest> |
RelationshipRestWrapper.getRelationshipRestList() |
List<RelationshipRest> |
ItemRest.getRelationships() |
| Modifier and Type | Method and Description |
|---|---|
void |
RelationshipRestWrapper.setRelationshipRestList(List<RelationshipRest> relationshipRestList) |
void |
ItemRest.setRelationships(List<RelationshipRest> relationships) |
| Constructor and Description |
|---|
RelationshipResource(RelationshipRest data,
Utils utils,
String... rels) |
| Modifier and Type | Method and Description |
|---|---|
protected RelationshipRest |
RelationshipRestRepository.createAndReturn(Context context,
List<String> stringList) |
RelationshipRest |
RelationshipRestRepository.findOne(Context context,
Integer integer) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.Page<RelationshipRest> |
RelationshipRestRepository.findAll(Context context,
org.springframework.data.domain.Pageable pageable) |
Class<RelationshipRest> |
RelationshipRestRepository.getDomainClass() |
DSpaceResource<RelationshipRest> |
RelationshipRestRepository.wrapResource(RelationshipRest model,
String... rels) |
| Modifier and Type | Method and Description |
|---|---|
DSpaceResource<RelationshipRest> |
RelationshipRestRepository.wrapResource(RelationshipRest model,
String... rels) |
Copyright © 2019 DuraSpace. All rights reserved.