Uses of Class
de.xima.fc.exceptions.SystemUpdateException
-
Packages that use SystemUpdateException Package Description de.xima.fc.update -
-
Uses of SystemUpdateException in de.xima.fc.update
Methods in de.xima.fc.update that throw SystemUpdateException Modifier and Type Method Description static void
UpdateManager. executeNecessaryUpdates(Benutzer user)
static void
UpdateManager. executeNecessaryUpdates(Benutzer user, ISystemUpdateProgressObserver observer)
static void
UpdateManager. executeUpdate(Benutzer user, ISystemUpdate update)
static List<ISystemUpdate>
UpdateManager. getAllUpdates()
static List<ISystemUpdate>
UpdateManager. getUnrunnedUpdates()
static void
UpdateManager. removeSystemUpdateLock(Benutzer user)
-