Uses of Interface
com.filenet.api.admin.UpgradeAddOn

Packages that use UpgradeAddOn
com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such as EntireNetwork, Domain, Document, Folder, and so on. 
 

Uses of UpgradeAddOn in com.filenet.api.core
 

Methods in com.filenet.api.core that return UpgradeAddOn
static UpgradeAddOn Factory.UpgradeAddOn.createInstance(Domain domain, Id id)
          Creates a new instance of the UpgradeAddOn class based on the specified parameters.
static UpgradeAddOn Factory.UpgradeAddOn.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves an object of the UpgradeAddOn class by the specified domain and ID.
static UpgradeAddOn Factory.UpgradeAddOn.fetchInstance(Domain domain, java.lang.String name, PropertyFilter filter)
          Retrieves an UpgradeAddOn object based on the domain and ID specified.
static UpgradeAddOn Factory.UpgradeAddOn.getInstance(Domain domain, Id id)
          Constructs an instance of the UpgradeAddOn class by the specified domain and ID.
static UpgradeAddOn Factory.UpgradeAddOn.getInstance(Domain domain, java.lang.String name)
          Retrieves an instance of the UpgradeAddOn class by the specified domain and ID.
 



© Copyright IBM Corporation 2006, 2009. All rights reserved.