| 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 |
|---|---|
RelationshipTypeRest |
RelationshipTypeConverter.fromModel(RelationshipType obj)
This method converts the RelationshipType model object that is passed along in the params to the
REST representation of this object
|
| Modifier and Type | Method and Description |
|---|---|
RelationshipType |
RelationshipTypeConverter.toModel(RelationshipTypeRest obj)
This method converts the RelationshipType REST object that is passed along in the params to the model
representation of this object
|
| Modifier and Type | Method and Description |
|---|---|
RelationshipTypeRest |
RelationshipRest.getRelationshipType() |
| Modifier and Type | Method and Description |
|---|---|
List<RelationshipTypeRest> |
RelationshipTypeRestWrapper.getRelationshipTypeRestList() |
| Modifier and Type | Method and Description |
|---|---|
void |
RelationshipRest.setRelationshipType(RelationshipTypeRest relationshipType) |
| Modifier and Type | Method and Description |
|---|---|
void |
RelationshipTypeRestWrapper.setRelationshipTypeRestList(List<RelationshipTypeRest> relationshipTypeRestList) |
| Constructor and Description |
|---|
RelationshipTypeResource(RelationshipTypeRest data,
Utils utils,
String... rels) |
| Modifier and Type | Method and Description |
|---|---|
RelationshipTypeRest |
RelationshipTypeRestRepository.findOne(Context context,
Integer integer) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.Page<RelationshipTypeRest> |
RelationshipTypeRestRepository.findAll(Context context,
org.springframework.data.domain.Pageable pageable) |
Class<RelationshipTypeRest> |
RelationshipTypeRestRepository.getDomainClass() |
DSpaceResource<RelationshipTypeRest> |
RelationshipTypeRestRepository.wrapResource(RelationshipTypeRest model,
String... rels) |
| Modifier and Type | Method and Description |
|---|---|
DSpaceResource<RelationshipTypeRest> |
RelationshipTypeRestRepository.wrapResource(RelationshipTypeRest model,
String... rels) |
Copyright © 2019 DuraSpace. All rights reserved.