Class Upgrade3_0_0

java.lang.Object
edu.ucsb.nceas.metacat.admin.upgrade.Upgrade3_0_0
All Implemented Interfaces:
UpgradeUtilityInterface

public class Upgrade3_0_0 extends Object implements UpgradeUtilityInterface
Run this class when the users upgrade their Metacat instances to 3.0.0.
Author:
tao
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    This method will run the class - XMLNodesToFilesChecker, which basically makes sure that every metadata document has been imported from xml_nodes or xml_nodes_revision tables to the file system.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Upgrade3_0_0

      public Upgrade3_0_0()
  • Method Details

    • upgrade

      public boolean upgrade() throws AdminException
      This method will run the class - XMLNodesToFilesChecker, which basically makes sure that every metadata document has been imported from xml_nodes or xml_nodes_revision tables to the file system.
      Specified by:
      upgrade in interface UpgradeUtilityInterface
      Throws:
      AdminException