Represents the class definition (mutable class metadata) of event classes whose instances can be subscribed to or audited. To instantiate a Factory.EventClassDefinition class. To use ISubscribedEvent or IAuditDefinition object, respectively.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
IEventClassDefinition
object, call the getInstance
or fetchInstance
method on the IEventClassDefinition
in a subscription or for auditing, set the EventClass
property on a You can modify class definition metadata via its properties and property definitions throughout the life of an instantiated object. Note, however, that you cannot modify a class definition's
property.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IEventClassDefinition Implements IClassDefinition, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
C# |
---|
public interface IEventClassDefinition : IClassDefinition, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
C++ |
---|
interface class IEventClassDefinition : IClassDefinition, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
J# |
---|
public interface IEventClassDefinition implements IClassDefinition, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
JScript |
---|
public interface IEventClassDefinition extends IClassDefinition, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
Remarks
Metadata
Auditable: true
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: ReplicableClassDefinition
IsDependent: false
IsHidden: false
Name: DisplayName
Searchable: true
StorageType: ObjectStore
SuperclassName: ClassDefinition