Uses of Class
org.dspace.content.NonUniqueMetadataException
Packages that use NonUniqueMetadataException
Package
Description
Provides classes and methods for administrative functions that fall outside
the regular use of other subsystems.
Provides an API for reading and manipulating content in the DSpace system.
-
Uses of NonUniqueMetadataException in org.dspace.administer
Methods in org.dspace.administer that throw NonUniqueMetadataExceptionModifier and TypeMethodDescriptionstatic voidMetadataImporter.loadRegistry(String file, boolean forceUpdate) Load the data from the specified file path into the databasestatic voidmain method for reading user input from the command line -
Uses of NonUniqueMetadataException in org.dspace.content
Methods in org.dspace.content that throw NonUniqueMetadataExceptionModifier and TypeMethodDescriptionMetadataFieldServiceImpl.create(Context context, MetadataSchema metadataSchema, String element, String qualifier, String scopeNote) voidMetadataFieldServiceImpl.update(Context context, MetadataField metadataField) voidMetadataSchemaServiceImpl.update(Context context, MetadataSchema metadataSchema) -
Uses of NonUniqueMetadataException in org.dspace.content.service
Methods in org.dspace.content.service that throw NonUniqueMetadataExceptionModifier and TypeMethodDescriptionMetadataFieldService.create(Context context, MetadataSchema metadataSchema, String element, String qualifier, String scopeNote) Creates a new metadata field.Creates a new metadata schema in the database, using the name and namespace.voidMetadataFieldService.update(Context context, MetadataField metadataField) Update the metadata field in the database.voidMetadataSchemaService.update(Context context, MetadataSchema metadataSchema) Update the metadata schema in the database.