| 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 |
|---|---|
CommunityRest |
CommunityConverter.fromModel(Community obj) |
protected CommunityRest |
CommunityConverter.newInstance() |
| Modifier and Type | Method and Description |
|---|---|
Community |
CommunityConverter.toModel(CommunityRest obj) |
| Modifier and Type | Method and Description |
|---|---|
List<CommunityRest> |
CommunityRest.getSubcommunities() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommunityRest.setSubCommunities(List<CommunityRest> subcommunities) |
| Constructor and Description |
|---|
CommunityResource(CommunityRest community,
Utils utils,
String... rels) |
| Modifier and Type | Method and Description |
|---|---|
protected CommunityRest |
CommunityRestRepository.createAndReturn(Context context) |
CommunityRest |
CommunityRestRepository.findOne(Context context,
UUID id) |
protected CommunityRest |
CommunityRestRepository.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<CommunityRest> |
CommunityRestRepository.findAll(Context context,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Page<CommunityRest> |
CommunityRestRepository.findAllTop(org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Page<CommunityRest> |
CommunityRestRepository.findSubCommunities(UUID parentCommunity,
org.springframework.data.domain.Pageable pageable) |
Class<CommunityRest> |
CommunityRestRepository.getDomainClass() |
| Modifier and Type | Method and Description |
|---|---|
CommunityResource |
CommunityRestRepository.wrapResource(CommunityRest community,
String... rels) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CommunityRestEqualityUtils.isCommunityRestEqualWithoutMetadata(CommunityRest original,
CommunityRest updated)
This method will return a boolean indicating whether the given CommunityRest objects are equal
through comparing their attributes
|
Copyright © 2019 DuraSpace. All rights reserved.