org.dspace.administer
Class Upgrade11To12
java.lang.Object
org.dspace.administer.Upgrade11To12
public class Upgrade11To12
- extends Object
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. This happens as
item.update() is called on every item.
- If a (newly-reorganised) 'ORIGINAL' bundle contains a text/html
bitstream, that bitstream is set to the primary bitstream for HTML support.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Upgrade11To12
public Upgrade11To12()
main
public static void main(String[] argv)
throws Exception
- Throws:
Exception
Copyright © 2011 DuraSpace. All Rights Reserved.