-
Packages that use UpgradeAddOn Package Description 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 UpgradeAddOn in com.filenet.api.core
Methods in com.filenet.api.core that return UpgradeAddOn Modifier and Type Method and Description static UpgradeAddOnFactory.UpgradeAddOn. createInstance(Domain domain, Id id)Creates a new instance of theUpgradeAddOnclass based on the specified parameters.static UpgradeAddOnFactory.UpgradeAddOn. fetchInstance(Domain domain, Id id, PropertyFilter filter)Retrieves an object of theUpgradeAddOnclass by the specified domain and ID.static UpgradeAddOnFactory.UpgradeAddOn. fetchInstance(Domain domain, java.lang.String name, PropertyFilter filter)Retrieves anUpgradeAddOnobject based on the domain and ID specified.static UpgradeAddOnFactory.UpgradeAddOn. getInstance(Domain domain, Id id)Constructs an instance of theUpgradeAddOnclass by the specified domain and ID.static UpgradeAddOnFactory.UpgradeAddOn. getInstance(Domain domain, java.lang.String name)Retrieves an instance of theUpgradeAddOnclass by the specified domain and ID.
-