fwInstallation
8.4.1
|
Functions | |
int | fwInstallationDBUpgrade_registerProjectToolUpgradeRequest (dyn_mixed upgradeInfo, string host="", string project="") |
int | fwInstallationDBUpgrade_unregisterProjectToolUpgradeRequest (string host="", string project="") |
int | fwInstallationDBUpgrade_isProjectToolUpgradeRequestRegistered (int project_id, int computer_id, bool &exists) |
int | fwInstallationDBUpgrade_getProjectToolUpgradeRequest (dyn_mixed &upgradeInfo, string host="", string project="") |
Variables | |
const string | csFwInstallationDBUpgradeLibVersion = "8.4.1" |
This library contains the functions necessary to register and unregister upgrade request of the installation tool in the System Configuration DB. The functions in these library are not intended to be called from user scripts
int fwInstallationDBUpgrade_registerProjectToolUpgradeRequest | ( | dyn_mixed | upgradeInfo, |
string | host = "" , |
||
string | project = "" |
||
) |
This function registers in the database the upgrade of the installation tool
upgradeInfo | dyn_mixed array containing the information necessary to upgrade the installation tool |
host | name of the host where the project runs |
project | name of the project where the compnent has to be reinstalled |
int fwInstallationDBUpgrade_unregisterProjectToolUpgradeRequest | ( | string | host = "" , |
string | project = "" |
||
) |
This function unregisters from the database the upgrade of the installation tool in a given project
host | name of the host where the project runs |
project | name of the project |
int fwInstallationDBUpgrade_isProjectToolUpgradeRequestRegistered | ( | int | project_id, |
int | computer_id, | ||
bool & | exists | ||
) |
This function checks if an upgrade of the installation tool has already been registered in the DB for a given project
project_id | DB index of the project |
computer_id | DB index of the host |
exists | TRUE if a pending request already exists |
int fwInstallationDBUpgrade_getProjectToolUpgradeRequest | ( | dyn_mixed & | upgradeInfo, |
string | host = "" , |
||
string | project = "" |
||
) |
This function retrieves the pending upgrade request for the installation tool in a project
upgradeInfo | dyn_mixed array containing the upgrade information |
host | name of the host where the project runs |
project | name of the project |
const string csFwInstallationDBUpgradeLibVersion = "8.4.1" |
Version of this library. Used to determine the coherency of all libraries of the installation tool Please do not edit it manually