Uses of Class
org.dspace.app.rest.model.step.DataCCLicense
-
Packages that use DataCCLicense Package Description org.dspace.app.rest.submit org.dspace.app.rest.submit.step -
-
Uses of DataCCLicense in org.dspace.app.rest.submit
Methods in org.dspace.app.rest.submit that return DataCCLicense Modifier and Type Method Description DataCCLicenseSubmissionService. getDataCCLicense(org.dspace.content.InProgressSubmission obj)Builds the CC License data of an inprogress submission based on the cc license info present in the metadata -
Uses of DataCCLicense in org.dspace.app.rest.submit.step
Methods in org.dspace.app.rest.submit.step that return DataCCLicense Modifier and Type Method Description DataCCLicenseCCLicenseStep. getData(SubmissionService submissionService, org.dspace.content.InProgressSubmission obj, org.dspace.app.util.SubmissionStepConfig config)Retrieves the CC License data of the in progress submission
-