-
Packages that use InstallationStatus Package Description com.filenet.api.admin Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server.com.filenet.api.constants Provides classes defining collections of related, type-safe constant values. -
-
Uses of InstallationStatus in com.filenet.api.admin
Methods in com.filenet.api.admin that return InstallationStatus Modifier and Type Method and Description InstallationStatusAddOnInstallationRecord. get_InstallationStatus()Returns the value of the InstallationStatus property. -
Uses of InstallationStatus in com.filenet.api.constants
Fields in com.filenet.api.constants declared as InstallationStatus Modifier and Type Field and Description static InstallationStatusInstallationStatus. INSTALLATION_FAILURESpecifies that the add-on installation or upgrade was not successful.static InstallationStatusInstallationStatus. INSTALLEDSpecifies that the add-on installation or upgrade was successful.Methods in com.filenet.api.constants that return InstallationStatus Modifier and Type Method and Description static InstallationStatusInstallationStatus. getInstanceFromInt(int value)Returns an instance of this class using its associated integer value.
-