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

Packages that use AddOn
com.filenet.api.admin Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server. 
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 AddOn in com.filenet.api.admin
 

Subinterfaces of AddOn in com.filenet.api.admin
 interface UpgradeAddOn
          Specifies how to upgrade a set of existing add-ons to a new set of add-ons.
 

Methods in com.filenet.api.admin that return AddOn
 AddOn AddOnInstallationRecord.get_AddOn()
          Returns the value of the AddOn property.
 

Uses of AddOn in com.filenet.api.core
 

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

Methods in com.filenet.api.core with parameters of type AddOn
 void ObjectStore.installAddOn(AddOn addOn)
          Installs an add-on, available on a domain, to the current object store.
 



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