Uses of Class
org.dspace.app.rest.model.SubmissionDefinitionRest
-
Packages that use SubmissionDefinitionRest 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 SubmissionDefinitionRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return SubmissionDefinitionRest Modifier and Type Method Description SubmissionDefinitionRestSubmissionDefinitionConverter. convert(SubmissionConfig obj, Projection projection) -
Uses of SubmissionDefinitionRest in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model that return SubmissionDefinitionRest Modifier and Type Method Description SubmissionDefinitionRestAInprogressSubmissionRest. getSubmissionDefinition()Methods in org.dspace.app.rest.model with parameters of type SubmissionDefinitionRest Modifier and Type Method Description voidAInprogressSubmissionRest. setSubmissionDefinition(SubmissionDefinitionRest submissionDefinition) -
Uses of SubmissionDefinitionRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type SubmissionDefinitionRest Constructor Description SubmissionDefinitionResource(SubmissionDefinitionRest sd, Utils utils) -
Uses of SubmissionDefinitionRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return SubmissionDefinitionRest Modifier and Type Method Description SubmissionDefinitionRestSubmissionDefinitionRestRepository. findByCollection(UUID collectionUuid)SubmissionDefinitionRestSubmissionDefinitionRestRepository. findOne(Context context, String submitName)Methods in org.dspace.app.rest.repository that return types with arguments of type SubmissionDefinitionRest Modifier and Type Method Description org.springframework.data.domain.Page<SubmissionDefinitionRest>SubmissionDefinitionRestRepository. findAll(Context context, org.springframework.data.domain.Pageable pageable)Class<SubmissionDefinitionRest>SubmissionDefinitionRestRepository. getDomainClass()
-