Uses of Class
org.dspace.license.CCLicense
-
Packages that use CCLicense Package Description org.dspace.license org.dspace.license.service -
-
Uses of CCLicense in org.dspace.license
Methods in org.dspace.license that return CCLicense Modifier and Type Method Description CCLicenseCreativeCommonsServiceImpl. findOne(String id)Find the CC License corresponding to the provided ID using the default language found in the configurationCCLicenseCreativeCommonsServiceImpl. findOne(String id, String language)Find the CC License corresponding to the provided ID and provided languageMethods in org.dspace.license that return types with arguments of type CCLicense Modifier and Type Method Description List<CCLicense>CreativeCommonsServiceImpl. findAllCCLicenses()Find all CC Licenses using the default language found in the configurationList<CCLicense>CreativeCommonsServiceImpl. findAllCCLicenses(String language)Find all CC Licenses for the provided languageMap<String,CCLicense>CCLicenseConnectorService. retrieveLicenses(String language)Retrieves the CC Licenses for the provided language from the CC License APIMap<String,CCLicense>CCLicenseConnectorServiceImpl. retrieveLicenses(String language)Retrieves the CC Licenses for the provided language from the CC License API -
Uses of CCLicense in org.dspace.license.service
Methods in org.dspace.license.service that return CCLicense Modifier and Type Method Description CCLicenseCreativeCommonsService. findOne(String id)Find the CC License corresponding to the provided ID using the default language found in the configurationCCLicenseCreativeCommonsService. findOne(String id, String language)Find the CC License corresponding to the provided ID and provided languageMethods in org.dspace.license.service that return types with arguments of type CCLicense Modifier and Type Method Description List<CCLicense>CreativeCommonsService. findAllCCLicenses()Find all CC Licenses using the default language found in the configurationList<CCLicense>CreativeCommonsService. findAllCCLicenses(String language)Find all CC Licenses for the provided language
-