Represents a product extension to the core IBM Content Cortex Content Engine components. These extensions consist of
properties and/or classes to support a specific feature. Add-ons can be non-IBM products that are
compatible with IBM Content Cortex, or they can be IBM-supplied and provide additional functionality.
You can create an AddOn object by calling CreateInstance on the Factory.AddOn class. Creating an add-on automatically registers it in the IBM Content Cortex Global Configuration Data (GCD) database. A registered add-on can then be:
- Installed during new object store creation.
- Installed on an existing object store.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Interface IAddOn _ Implements IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
| C# |
|---|
public interface IAddOn : IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
| Visual C++ |
|---|
public interface class IAddOn : IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
| JavaScript |
|---|
FileNet.Api.Admin.IAddOn = function(); FileNet.Api.Admin.IAddOn.createInterface('FileNet.Api.Admin.IAddOn'); |
Remarks
Metadata
Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: false
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: GenericObject