Uses of Class
lumis.upgrade.postupgrade.PostUpgradeTaskException.ErrorLevel
-
Packages that use PostUpgradeTaskException.ErrorLevel Package Description lumis.portal.monitor.impl Implementation of theportal monitoring framework
.lumis.upgrade.postupgrade Provides internal classes for dealing with post-upgrade tasks. -
-
Uses of PostUpgradeTaskException.ErrorLevel in lumis.portal.monitor.impl
Methods in lumis.portal.monitor.impl that return PostUpgradeTaskException.ErrorLevel Modifier and Type Method Description protected PostUpgradeTaskException.ErrorLevel
RemoveEventOrphanIndicesTask. getErrorLevel()
-
Uses of PostUpgradeTaskException.ErrorLevel in lumis.upgrade.postupgrade
Methods in lumis.upgrade.postupgrade that return PostUpgradeTaskException.ErrorLevel Modifier and Type Method Description protected abstract PostUpgradeTaskException.ErrorLevel
PostUpgradeTaskManager.AbstractPostUpgradeTask. getErrorLevel()
Returns the error level to use when this task fail.static PostUpgradeTaskException.ErrorLevel
PostUpgradeTaskException.ErrorLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static PostUpgradeTaskException.ErrorLevel[]
PostUpgradeTaskException.ErrorLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-