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 as
EntireNetwork , Domain , Document , Folder , and so on. |
Modifier and Type | Interface and Description |
---|---|
interface |
UpgradeAddOn
Specifies how to upgrade a set of existing add-ons to a new set of add-ons.
|
Modifier and Type | Method and Description |
---|---|
AddOn |
AddOnInstallationRecord.get_AddOn()
Returns the value of the AddOn property.
|
AddOn |
PropertyTemplate.get_InstalledByAddOn()
Returns the value of the InstalledByAddOn property.
|
AddOn |
ClassDefinition.get_InstalledByAddOn()
Returns the value of the InstalledByAddOn property.
|
AddOn |
ChoiceList.get_InstalledByAddOn()
Returns the value of the InstalledByAddOn property.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
void |
ObjectStore.installAddOn(AddOn addOn)
Installs an add-on, available on a domain, to the current object store.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.