| 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 |
|---|---|
SubmissionSectionRest |
SubmissionSectionConverter.fromModel(SubmissionStepConfig step) |
| Modifier and Type | Method and Description |
|---|---|
SubmissionStepConfig |
SubmissionSectionConverter.toModel(SubmissionSectionRest obj) |
| Modifier and Type | Method and Description |
|---|---|
List<SubmissionSectionRest> |
SubmissionDefinitionRest.getPanels() |
| Modifier and Type | Method and Description |
|---|---|
void |
SubmissionDefinitionRest.setPanels(List<SubmissionSectionRest> panels) |
| Constructor and Description |
|---|
SubmissionSectionResource(SubmissionSectionRest sd,
Utils utils,
String... rels) |
| Modifier and Type | Method and Description |
|---|---|
SubmissionSectionRest |
SubmissionPanelRestRepository.findOne(Context context,
String id) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.Page<SubmissionSectionRest> |
SubmissionPanelRestRepository.findAll(Context context,
org.springframework.data.domain.Pageable pageable) |
Class<SubmissionSectionRest> |
SubmissionPanelRestRepository.getDomainClass() |
| Modifier and Type | Method and Description |
|---|---|
SubmissionSectionResource |
SubmissionPanelRestRepository.wrapResource(SubmissionSectionRest model,
String... rels) |
Copyright © 2019 DuraSpace. All rights reserved.