Uses of Class
org.dspace.app.rest.model.SubmissionCCLicenseUrlRest
Packages that use SubmissionCCLicenseUrlRest
Package
Description
-
Uses of SubmissionCCLicenseUrlRest in org.dspace.app.rest
Methods in org.dspace.app.rest that return SubmissionCCLicenseUrlRestModifier and TypeMethodDescriptionSubmissionCCLicenseUrlRepository.findByRightsByQuestions()Retrieves the CC License URI based on the license ID and answers in the field questions, provided as parameters to this requestThe findOne method is not supported in this repositoryMethods in org.dspace.app.rest that return types with arguments of type SubmissionCCLicenseUrlRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<SubmissionCCLicenseUrlRest>SubmissionCCLicenseUrlRepository.findAll(Context context, org.springframework.data.domain.Pageable pageable) The findAll method is not supported in this repositorySubmissionCCLicenseUrlRepository.getDomainClass() -
Uses of SubmissionCCLicenseUrlRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return SubmissionCCLicenseUrlRestModifier and TypeMethodDescriptionSubmissionCCLicenseUrlConverter.convert(SubmissionCCLicenseUrl modelObject, Projection projection) Convert a Submission CC License Url String to its REST representation -
Uses of SubmissionCCLicenseUrlRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type SubmissionCCLicenseUrlRestModifierConstructorDescriptionSubmissionCCLicenseUrlResource(SubmissionCCLicenseUrlRest submissionCCLicenseUrlRest, Utils utils)