Uses of Class
org.dspace.content.NonUniqueMetadataException
-
Packages that use NonUniqueMetadataException Package Description org.dspace.administer Provides classes and methods for administrative functions that fall outside the regular use of other subsystems.org.dspace.content Provides an API for reading and manipulating content in the DSpace system.org.dspace.content.service -
-
Uses of NonUniqueMetadataException in org.dspace.administer
Methods in org.dspace.administer that throw NonUniqueMetadataException Modifier and Type Method Description static voidMetadataImporter. loadRegistry(String file, boolean forceUpdate)Load the data from the specified file path into the databasestatic voidMetadataImporter. main(String[] args)main method for reading user input from the command line -
Uses of NonUniqueMetadataException in org.dspace.content
Methods in org.dspace.content that throw NonUniqueMetadataException Modifier and Type Method Description MetadataFieldMetadataFieldServiceImpl. create(Context context, MetadataSchema metadataSchema, String element, String qualifier, String scopeNote)MetadataSchemaMetadataSchemaServiceImpl. create(Context context, String name, String namespace)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 NonUniqueMetadataException Modifier and Type Method Description MetadataFieldMetadataFieldService. create(Context context, MetadataSchema metadataSchema, String element, String qualifier, String scopeNote)Creates a new metadata field.MetadataSchemaMetadataSchemaService. create(Context context, String name, String namespace)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.
-