Uses of Class
org.dspace.app.rest.model.SubmissionDefinitionRest
Packages that use SubmissionDefinitionRest
Package
Description
-
Uses of SubmissionDefinitionRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return SubmissionDefinitionRestModifier and TypeMethodDescriptionSubmissionDefinitionConverter.convert(SubmissionConfig obj, Projection projection) -
Uses of SubmissionDefinitionRest in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model that return SubmissionDefinitionRestMethods in org.dspace.app.rest.model with parameters of type SubmissionDefinitionRestModifier and TypeMethodDescriptionvoidAInprogressSubmissionRest.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 SubmissionDefinitionRestModifierConstructorDescription -
Uses of SubmissionDefinitionRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return SubmissionDefinitionRestModifier and TypeMethodDescriptionSubmissionDefinitionRestRepository.findByCollection(UUID collectionUuid) Methods in org.dspace.app.rest.repository that return types with arguments of type SubmissionDefinitionRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<SubmissionDefinitionRest>SubmissionDefinitionRestRepository.findAll(Context context, org.springframework.data.domain.Pageable pageable) SubmissionDefinitionRestRepository.getDomainClass()