Uses of Class
cz.metacentrum.perun.core.api.DBVersion
Packages that use DBVersion
Package
Description
-
Uses of DBVersion in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api with parameters of type DBVersion -
Uses of DBVersion in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that return types with arguments of type DBVersionModifier and TypeMethodDescriptionDatabaseManagerBl.getChangelogVersions
(String currentDBVersion, String fileName) Parses all new database versions from DB changelog file and creates from them list of DBVersion objects.Method parameters in cz.metacentrum.perun.core.bl with type arguments of type DBVersionModifier and TypeMethodDescriptionvoid
DatabaseManagerBl.updateDatabaseVersion
(List<DBVersion> dbVersions) Method updates database to the current code version. -
Uses of DBVersion in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that return types with arguments of type DBVersionModifier and TypeMethodDescriptionDatabaseManagerBlImpl.getChangelogVersions
(String currentDBVersion, String fileName) Method parameters in cz.metacentrum.perun.core.blImpl with type arguments of type DBVersionModifier and TypeMethodDescriptionvoid
DatabaseManagerBlImpl.updateDatabaseVersion
(List<DBVersion> dbVersions) -
Uses of DBVersion in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that return types with arguments of type DBVersionModifier and TypeMethodDescriptionDatabaseManagerImpl.getChangelogVersions
(String currentDBVersion, String fileName) Method parameters in cz.metacentrum.perun.core.impl with type arguments of type DBVersionModifier and TypeMethodDescriptionDatabaseManagerImpl.getCodeDatabaseVersion
(List<DBVersion> dbVersions, String currentDBVersion) void
DatabaseManagerImpl.updateDatabaseVersion
(List<DBVersion> dbVersions) -
Uses of DBVersion in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi that return types with arguments of type DBVersionModifier and TypeMethodDescriptionDatabaseManagerImplApi.getChangelogVersions
(String currentDBVersion, String fileName) Parses all new database versions from DB changelog file and creates from them list of DBVersion objects.Method parameters in cz.metacentrum.perun.core.implApi with type arguments of type DBVersionModifier and TypeMethodDescriptionDatabaseManagerImplApi.getCodeDatabaseVersion
(List<DBVersion> dbVersions, String currentDBVersion) Returns current code version from dbVersions list (ex. 3.0.1) or currentDBVersion if list is empty (because in that case currentDBVersion = current code version)void
DatabaseManagerImplApi.updateDatabaseVersion
(List<DBVersion> dbVersions) Method updates database to the current code version.