| 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 |
|---|---|
AuthorityRest |
AuthorityRestConverter.fromModel(ChoiceAuthority step) |
| Modifier and Type | Method and Description |
|---|---|
ChoiceAuthority |
AuthorityRestConverter.toModel(AuthorityRest obj) |
| Modifier and Type | Method and Description |
|---|---|
AuthorityRest |
SubmissionFormInputTypeRest.getAuthority() |
| Modifier and Type | Method and Description |
|---|---|
void |
SubmissionFormInputTypeRest.setAuthority(AuthorityRest authority) |
| Constructor and Description |
|---|
AuthorityResource(AuthorityRest sd,
Utils utils,
String... rels) |
| Modifier and Type | Method and Description |
|---|---|
AuthorityRest |
AuthorityRestRepository.findOne(Context context,
String name) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.Page<AuthorityRest> |
AuthorityRestRepository.findAll(Context context,
org.springframework.data.domain.Pageable pageable) |
Class<AuthorityRest> |
AuthorityRestRepository.getDomainClass() |
| Modifier and Type | Method and Description |
|---|---|
AuthorityResource |
AuthorityRestRepository.wrapResource(AuthorityRest model,
String... rels) |
| Modifier and Type | Method and Description |
|---|---|
AuthorityRest |
AuthorityUtils.convertAuthority(ChoiceAuthority source,
String authorityName)
TODO the authorityName MUST be a part of ChoiceAuthority model
|
Copyright © 2019 DuraSpace. All rights reserved.