Represents a product extension to the core FileNet P8 Content Engine components. These extensions consist of
properties and/or classes to support a specific feature. Add-ons can be non-FileNet products that are
compatible with FileNet P8, or they can be FileNet-supplied and provide additional functionality.
Namespace:
FileNet.Api.AdminYou can create an AddOn object by calling CreateInstance on the Factory.AddOn class. Creating an add-on automatically registers it in the FileNet P8 Global Configuration Data (GCD) database. A registered add-on can then be:
- Installed during new object store creation.
- Installed on an existing object store.
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