-
Packages that use UpgradeStatus Package Description com.filenet.api.constants Provides classes defining collections of related, type-safe constant values.com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such asEntireNetwork,Domain,Document,Folder, and so on. -
-
Uses of UpgradeStatus in com.filenet.api.constants
Fields in com.filenet.api.constants declared as UpgradeStatus Modifier and Type Field and Description static UpgradeStatusUpgradeStatus. CURRENTstatic UpgradeStatusUpgradeStatus. INCOMPATIBLEstatic UpgradeStatusUpgradeStatus. UPGRADE_PENDINGstatic UpgradeStatusUpgradeStatus. UPGRADINGMethods in com.filenet.api.constants that return UpgradeStatus Modifier and Type Method and Description static UpgradeStatusUpgradeStatus. getInstanceFromInt(int value)Returns an instance of this class using its associated integer value. -
Uses of UpgradeStatus in com.filenet.api.core
Methods in com.filenet.api.core that return UpgradeStatus Modifier and Type Method and Description UpgradeStatusDomain. get_UpgradeStatus()Specifies the upgrade status of the domain.Methods in com.filenet.api.core with parameters of type UpgradeStatus Modifier and Type Method and Description voidDomain. set_UpgradeStatus(UpgradeStatus value)Specifies the upgrade status of the domain.
-