| Package | Description |
|---|---|
| org.dspace.app.rest.converter | |
| org.dspace.app.rest.model | |
| org.dspace.app.rest.model.hateoas | |
| org.dspace.app.rest.repository | |
| org.dspace.app.rest.utils |
| Modifier and Type | Method and Description |
|---|---|
CollectionRest |
CollectionConverter.fromModel(Collection obj) |
protected CollectionRest |
CollectionConverter.newInstance() |
| Modifier and Type | Method and Description |
|---|---|
Collection |
CollectionConverter.toModel(CollectionRest obj) |
| Modifier and Type | Method and Description |
|---|---|
CollectionRest |
AInprogressSubmissionRest.getCollection() |
CollectionRest |
ItemRest.getOwningCollection() |
CollectionRest |
ItemRest.getTemplateItemOf() |
| Modifier and Type | Method and Description |
|---|---|
List<CollectionRest> |
SubmissionDefinitionRest.getCollections() |
List<CollectionRest> |
CommunityRest.getCollections() |
| Modifier and Type | Method and Description |
|---|---|
void |
AInprogressSubmissionRest.setCollection(CollectionRest collection) |
void |
ItemRest.setOwningCollection(CollectionRest owningCollection) |
void |
ItemRest.setTemplateItemOf(CollectionRest templateItemOf) |
| Modifier and Type | Method and Description |
|---|---|
void |
SubmissionDefinitionRest.setCollections(List<CollectionRest> collections) |
void |
CommunityRest.setCollections(List<CollectionRest> collections) |
| Constructor and Description |
|---|
CollectionResource(CollectionRest collection,
Utils utils,
String... rels) |
| Modifier and Type | Method and Description |
|---|---|
protected CollectionRest |
CollectionRestRepository.createAndReturn(Context context) |
CollectionRest |
CollectionRestRepository.findOne(Context context,
UUID id) |
protected CollectionRest |
CollectionRestRepository.put(Context context,
javax.servlet.http.HttpServletRequest request,
String apiCategory,
String model,
UUID id,
com.fasterxml.jackson.databind.JsonNode jsonNode) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.Page<CollectionRest> |
CollectionRestRepository.findAll(Context context,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Page<CollectionRest> |
CollectionRestRepository.findAuthorized(org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Page<CollectionRest> |
CollectionRestRepository.findAuthorizedByCommunity(UUID communityUuid,
org.springframework.data.domain.Pageable pageable) |
Class<CollectionRest> |
CollectionRestRepository.getDomainClass() |
| Modifier and Type | Method and Description |
|---|---|
CollectionResource |
CollectionRestRepository.wrapResource(CollectionRest collection,
String... rels) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CollectionRestEqualityUtils.isCollectionRestEqualWithoutMetadata(CollectionRest original,
CollectionRest updated)
This method will return a boolean indicating whether the given CollectionRest objects are equal
through comparing their attributes
|
Copyright © 2019 DuraSpace. All rights reserved.