| 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 |
|---|---|
GroupRest |
GroupConverter.fromModel(Group obj) |
protected GroupRest |
GroupConverter.newInstance() |
| Modifier and Type | Method and Description |
|---|---|
Group |
GroupConverter.toModel(GroupRest obj) |
| Modifier and Type | Method and Description |
|---|---|
GroupRest |
PoolTaskRest.getGroup() |
| Modifier and Type | Method and Description |
|---|---|
List<GroupRest> |
GroupRest.getGroups() |
List<GroupRest> |
EPersonRest.getGroups() |
| Modifier and Type | Method and Description |
|---|---|
void |
PoolTaskRest.setGroup(GroupRest group) |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupRest.setGroups(List<GroupRest> groups) |
void |
EPersonRest.setGroups(List<GroupRest> groups) |
| Constructor and Description |
|---|
GroupResource(GroupRest group,
Utils utils,
String... rels) |
| Modifier and Type | Method and Description |
|---|---|
protected GroupRest |
GroupRestRepository.createAndReturn(Context context) |
GroupRest |
GroupRestRepository.findOne(Context context,
UUID id) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.Page<GroupRest> |
GroupRestRepository.findAll(Context context,
org.springframework.data.domain.Pageable pageable) |
Class<GroupRest> |
GroupRestRepository.getDomainClass() |
| Modifier and Type | Method and Description |
|---|---|
GroupResource |
GroupRestRepository.wrapResource(GroupRest eperson,
String... rels) |
Copyright © 2019 DuraSpace. All rights reserved.