Uses of Class
org.dspace.app.rest.model.SubmissionCCLicenseRest
-
Packages that use SubmissionCCLicenseRest Package Description org.dspace.app.rest.converter org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository -
-
Uses of SubmissionCCLicenseRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return SubmissionCCLicenseRest Modifier and Type Method Description SubmissionCCLicenseRestSubmissionCCLicenseConverter. convert(CCLicense modelObject, Projection projection)Convert a CCLicense to its REST representation -
Uses of SubmissionCCLicenseRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type SubmissionCCLicenseRest Constructor Description SubmissionCCLicenseResource(SubmissionCCLicenseRest submissionCCLicenseRest, Utils utils) -
Uses of SubmissionCCLicenseRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return SubmissionCCLicenseRest Modifier and Type Method Description SubmissionCCLicenseRestSubmissionCCLicenseRestRepository. findOne(Context context, String licenseId)Methods in org.dspace.app.rest.repository that return types with arguments of type SubmissionCCLicenseRest Modifier and Type Method Description org.springframework.data.domain.Page<SubmissionCCLicenseRest>SubmissionCCLicenseRestRepository. findAll(Context context, org.springframework.data.domain.Pageable pageable)Class<SubmissionCCLicenseRest>SubmissionCCLicenseRestRepository. getDomainClass()
-