Uses of Enum Class
edu.ucsb.nceas.metacat.admin.UpgradeStatus
Packages that use UpgradeStatus
-
Uses of UpgradeStatus in edu.ucsb.nceas.metacat.admin
Methods in edu.ucsb.nceas.metacat.admin that return UpgradeStatusModifier and TypeMethodDescriptionstatic UpgradeStatusHashStoreConversionAdmin.getStatus()Get the status of conversion.protected static UpgradeStatusGet the upgrade status for the given versionstatic UpgradeStatusGet the UpgradeStatus object from the given stringstatic UpgradeStatusReturns the enum constant of this class with the specified name.static UpgradeStatus[]UpgradeStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.ucsb.nceas.metacat.admin with parameters of type UpgradeStatusModifier and TypeMethodDescriptionprotected static voidHashStoreConversionAdmin.setStatus(String version, UpgradeStatus status) static voidHashStoreConversionAdmin.updateInProgressStatus(UpgradeStatus status) To update all rows in the version_history table with storage_upgrade_status of "in prgoress" to the given status