| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static DCType |
DCType.create(Context context)
Deprecated.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2014 DuraSpace. All Rights Reserved.