|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
MetadataField.create(Context context)
Creates a new metadata field. |
void |
MetadataSchema.create(Context context)
Creates a new metadata schema in the database, out of this object. |
void |
MetadataField.update(Context context)
Update the metadata field in the database. |
void |
MetadataSchema.update(Context context)
Update the metadata schema in the database. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||