Uses of Class
org.dspace.content.NonUniqueMetadataException

Packages that use NonUniqueMetadataException
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. 
 

Uses of NonUniqueMetadataException in org.dspace.administer
 

Methods in org.dspace.administer that throw NonUniqueMetadataException
static DCType DCType.create(Context context)
          Deprecated.  
static void RegistryLoader.loadDublinCoreTypes(Context context, String filename)
          Load Dublin Core types
static void MetadataImporter.loadRegistry(String file, boolean forceUpdate)
          Load the data from the specified file path into the database
static void MetadataImporter.main(String[] args)
          main method for reading user input from the command line
 void DCType.update()
          Deprecated.  
 

Uses of NonUniqueMetadataException in org.dspace.content
 

Methods in org.dspace.content that throw NonUniqueMetadataException
 void MetadataSchema.create(Context context)
          Creates a new metadata schema in the database, out of this object.
 void MetadataField.create(Context context)
          Creates a new metadata field.
 void MetadataSchema.update(Context context)
          Update the metadata schema in the database.
 void MetadataField.update(Context context)
          Update the metadata field in the database.
 



Copyright © 2012 DuraSpace. All Rights Reserved.