Uses of Class
org.dspace.license.LicenseMetadataValue
-
Packages that use LicenseMetadataValue Package Description org.dspace.license org.dspace.license.service -
-
Uses of LicenseMetadataValue in org.dspace.license
Methods in org.dspace.license that return LicenseMetadataValue Modifier and Type Method Description LicenseMetadataValueCreativeCommonsServiceImpl. getCCField(String fieldId)Returns a metadata field handle for given field IdMethods in org.dspace.license with parameters of type LicenseMetadataValue Modifier and Type Method Description voidCreativeCommonsServiceImpl. removeLicense(Context context, LicenseMetadataValue uriField, LicenseMetadataValue nameField, Item item) -
Uses of LicenseMetadataValue in org.dspace.license.service
Methods in org.dspace.license.service that return LicenseMetadataValue Modifier and Type Method Description LicenseMetadataValueCreativeCommonsService. getCCField(String fieldId)Get a few license-specific properties.Methods in org.dspace.license.service with parameters of type LicenseMetadataValue Modifier and Type Method Description voidCreativeCommonsService. removeLicense(Context context, LicenseMetadataValue uriField, LicenseMetadataValue nameField, Item item)Remove license information, delete also the bitstream
-