Uses of Class
org.dspace.app.rest.model.SubmissionSectionRest
-
Packages that use SubmissionSectionRest Package Description org.dspace.app.rest.converter org.dspace.app.rest.model org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository -
-
Uses of SubmissionSectionRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return SubmissionSectionRest Modifier and Type Method Description SubmissionSectionRestSubmissionSectionConverter. convert(SubmissionStepConfig step, Projection projection)Methods in org.dspace.app.rest.converter with parameters of type SubmissionSectionRest Modifier and Type Method Description SubmissionStepConfigSubmissionSectionConverter. toModel(SubmissionSectionRest obj) -
Uses of SubmissionSectionRest in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model that return types with arguments of type SubmissionSectionRest Modifier and Type Method Description List<SubmissionSectionRest>SubmissionDefinitionRest. getPanels()Method parameters in org.dspace.app.rest.model with type arguments of type SubmissionSectionRest Modifier and Type Method Description voidSubmissionDefinitionRest. setPanels(List<SubmissionSectionRest> panels) -
Uses of SubmissionSectionRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type SubmissionSectionRest Constructor Description SubmissionSectionResource(SubmissionSectionRest sd, Utils utils) -
Uses of SubmissionSectionRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return SubmissionSectionRest Modifier and Type Method Description SubmissionSectionRestSubmissionPanelRestRepository. findOne(Context context, String id)Methods in org.dspace.app.rest.repository that return types with arguments of type SubmissionSectionRest Modifier and Type Method Description org.springframework.data.domain.Page<SubmissionSectionRest>SubmissionPanelRestRepository. findAll(Context context, org.springframework.data.domain.Pageable pageable)Class<SubmissionSectionRest>SubmissionPanelRestRepository. getDomainClass()
-