Represents a definition that specifies audit-event parameters. Audit events are set on a per-class basis: use this interface to configure a ISubscribableClassDefinition object or subobject for auditing. Create an
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
IAuditDefinition
object for each event that you want to audit for the class. To create a
object, call the
method on the
For each
object that you create, add it to a
object.
To retrieve
objects, get the
collection and iterate it.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IAuditDefinition Implements IRepositoryObject, IEngineObject, ICloneable, IDependentObject |
C# |
---|
public interface IAuditDefinition : IRepositoryObject, IEngineObject, ICloneable, IDependentObject |
C++ |
---|
interface class IAuditDefinition : IRepositoryObject, IEngineObject, ICloneable, IDependentObject |
J# |
---|
public interface IAuditDefinition implements IRepositoryObject, IEngineObject, ICloneable, IDependentObject |
JScript |
---|
public interface IAuditDefinition extends IRepositoryObject, IEngineObject, ICloneable, IDependentObject |
Remarks
Metadata
Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: ObjectStore
SuperclassName: GenericObject