org.dspace.administer |
Provides classes and methods for administrative functions that fall outside
the regular use of other subsystems.
|
Java Source File Name | Type | Comment |
CommunityFiliator.java | Class | A command-line tool for setting/removing community/sub-community
relationships. |
CreateAdministrator.java | Class | A command-line tool for creating an initial administrator for setting up a
DSpace site. |
DCType.java | Class | Class representing a particular Dublin Core metadata type, with various
utility methods. |
MetadataExporter.java | Class | |
MetadataImporter.java | Class | |
RegistryExportException.java | Class | |
RegistryImporter.java | Class | author: Richard Jones author: This class provides the tools that registry importers might need to author: use. |
RegistryImportException.java | Class | |
RegistryLoader.java | Class | Loads the bitstream format and Dublin Core type registries into the database. |
StructBuilder.java | Class | This class deals with importing community and collection structures from
an XML file.
The XML file structure needs to be:
....
...
....
it can be arbitrarily deep, and supports all the metadata elements
that make up the community and collection metadata. |
Upgrade101To11.java | Class | A command-line tool for performing necessary tweaks in the database for the
new last_modified column in the item table. |
Upgrade11To12.java | Class | Command-line tool for making changes to DSpace database when updating from
version 1.1/1.1.1 to 1.2.
The changes are:
- Setting owning collection field for items
- Reorganising content bitstreams into one bundle named ORIGINAL, license
bitstreams into a bundle named LICENSE
- Setting the sequence_id numbers in the bitstream table.
|