| 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 |
|---|---|
EntityTypeRest |
EntityTypeConverter.fromModel(EntityType obj)
This method converts the EntityType model object that is passed along in the params to the
REST representation of this object
|
| Modifier and Type | Method and Description |
|---|---|
EntityType |
EntityTypeConverter.toModel(EntityTypeRest obj)
This method converts the EntityType REST object that is passed along in the params to the model
representation of this object
|
| Modifier and Type | Method and Description |
|---|---|
EntityTypeRest |
RelationshipTypeRest.getLeftType() |
EntityTypeRest |
RelationshipTypeRest.getRightType() |
| Modifier and Type | Method and Description |
|---|---|
void |
RelationshipTypeRest.setLeftType(EntityTypeRest leftType) |
void |
RelationshipTypeRest.setRightType(EntityTypeRest rightType) |
| Constructor and Description |
|---|
EntityTypeResource(EntityTypeRest data,
Utils utils,
String... rels) |
| Modifier and Type | Method and Description |
|---|---|
EntityTypeRest |
EntityTypeRestRepository.findOne(Context context,
Integer integer) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.Page<EntityTypeRest> |
EntityTypeRestRepository.findAll(Context context,
org.springframework.data.domain.Pageable pageable) |
Class<EntityTypeRest> |
EntityTypeRestRepository.getDomainClass() |
DSpaceResource<EntityTypeRest> |
EntityTypeRestRepository.wrapResource(EntityTypeRest model,
String... rels) |
| Modifier and Type | Method and Description |
|---|---|
DSpaceResource<EntityTypeRest> |
EntityTypeRestRepository.wrapResource(EntityTypeRest model,
String... rels) |
Copyright © 2019 DuraSpace. All rights reserved.