BCI Class - PostInstallCustomActionData

Description

In BBj 11.0 and higher, this class extends the com.basis.install.AfterInstallCustomActionData class and provides data and actions that can be utilized during post-install (after files are copied). An instance of this class is passed into the execute method of a PostInstallCustomAction object during post-install.

Methods of PostInstallCustomActionData inherited from AfterInstallCustomActionData

Methods of PostInstallCustomActionData inherited from InstallCustomActionData

Methods of PostInstallCustomActionData inherited from CustomActionData

See Also

BCI Class - AfterInstallCustomActionData

BCI Class - InstallCustomActionData

BCI Class - CustomActionData

BCI Interface - PostInstallCustomAction