Uses of Class
org.dspace.app.rest.model.SubmissionFormRest
-
Packages that use SubmissionFormRest 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 SubmissionFormRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return SubmissionFormRest Modifier and Type Method Description SubmissionFormRestSubmissionFormConverter. convert(org.dspace.app.util.DCInputSet obj, Projection projection) -
Uses of SubmissionFormRest in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model that return SubmissionFormRest Modifier and Type Method Description SubmissionFormRestSubmissionUploadRest. getMetadata()Methods in org.dspace.app.rest.model with parameters of type SubmissionFormRest Modifier and Type Method Description voidSubmissionUploadRest. setMetadata(SubmissionFormRest metadata) -
Uses of SubmissionFormRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type SubmissionFormRest Constructor Description SubmissionFormResource(SubmissionFormRest sd, Utils utils) -
Uses of SubmissionFormRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return SubmissionFormRest Modifier and Type Method Description SubmissionFormRestSubmissionFormRestRepository. findOne(org.dspace.core.Context context, String submitName)Methods in org.dspace.app.rest.repository that return types with arguments of type SubmissionFormRest Modifier and Type Method Description org.springframework.data.domain.Page<SubmissionFormRest>SubmissionFormRestRepository. findAll(org.dspace.core.Context context, org.springframework.data.domain.Pageable pageable)Class<SubmissionFormRest>SubmissionFormRestRepository. getDomainClass()
-