-
Packages that use AddOn 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.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 AddOn in com.filenet.api.admin
Subinterfaces of AddOn in com.filenet.api.admin Modifier and Type Interface and Description interfaceUpgradeAddOnSpecifies 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 Modifier and Type Method and Description AddOnAddOnInstallationRecord. get_AddOn()Returns the value of the AddOn property.AddOnPropertyTemplate. get_InstalledByAddOn()Returns the value of the InstalledByAddOn property.AddOnClassDefinition. get_InstalledByAddOn()Returns the value of the InstalledByAddOn property.AddOnChoiceList. get_InstalledByAddOn()Returns the value of the InstalledByAddOn property. -
Uses of AddOn in com.filenet.api.core
Methods in com.filenet.api.core that return AddOn Modifier and Type Method and Description static AddOnFactory.AddOn. createInstance(Domain domain, Id id)Creates a new instance of theAddOnclass based on the specified parameters.static AddOnFactory.AddOn. fetchInstance(Domain domain, Id id, PropertyFilter filter)Retrieves an object of theAddOnclass by the specified domain and ID.static AddOnFactory.AddOn. fetchInstance(Domain domain, java.lang.String name, PropertyFilter filter)Retrieves anAddOnobject based on the domain and ID specified.static AddOnFactory.AddOn. fetchSupersedingInstance(Domain domain, Id id, PropertyFilter filter)Retrieves an object of theAddOnclass by the specified domain and ID.static AddOnFactory.AddOn. getInstance(Domain domain, Id id)Constructs an instance of theAddOnclass by the specified domain and ID.static AddOnFactory.AddOn. getInstance(Domain domain, java.lang.String name)Retrieves an instance of theAddOnclass by the specified domain and ID.Methods in com.filenet.api.core with parameters of type AddOn Modifier and Type Method and Description voidObjectStore. installAddOn(AddOn addOn)Installs an add-on, available on a domain, to the current object store.
-