Uses of Class
org.dspace.app.rest.model.SubmissionCCLicenseUrlRest
-
Packages that use SubmissionCCLicenseUrlRest Package Description org.dspace.app.rest org.dspace.app.rest.converter org.dspace.app.rest.model.hateoas -
-
Uses of SubmissionCCLicenseUrlRest in org.dspace.app.rest
Methods in org.dspace.app.rest that return SubmissionCCLicenseUrlRest Modifier and Type Method Description SubmissionCCLicenseUrlRestSubmissionCCLicenseUrlRepository. findByRightsByQuestions()Retrieves the CC License URI based on the license ID and answers in the field questions, provided as parameters to this requestSubmissionCCLicenseUrlRestSubmissionCCLicenseUrlRepository. findOne(org.dspace.core.Context context, String s)The findOne method is not supported in this repositoryMethods in org.dspace.app.rest that return types with arguments of type SubmissionCCLicenseUrlRest Modifier and Type Method Description org.springframework.data.domain.Page<SubmissionCCLicenseUrlRest>SubmissionCCLicenseUrlRepository. findAll(org.dspace.core.Context context, org.springframework.data.domain.Pageable pageable)The findAll method is not supported in this repositoryClass<SubmissionCCLicenseUrlRest>SubmissionCCLicenseUrlRepository. getDomainClass() -
Uses of SubmissionCCLicenseUrlRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return SubmissionCCLicenseUrlRest Modifier and Type Method Description SubmissionCCLicenseUrlRestSubmissionCCLicenseUrlConverter. 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 SubmissionCCLicenseUrlRest Constructor Description SubmissionCCLicenseUrlResource(SubmissionCCLicenseUrlRest submissionCCLicenseUrlRest, Utils utils)
-