Represents an event that occurs when an object instance of a class is created and saved.
Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)
You can instantiate a
object in the following ways:
- Call the
orGetInstance
method on theFetchInstance Factory.CreationEvent class. - Retrieve the
property on a IDocument, IFolder, or ICustomObject object, and iterate theAuditedEvents IEventSet collection for instances of
objects.ICreationEvent - Retrieve a
object from aICreationEvent ICreationEventSet collection.
Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface ICreationEvent Implements IObjectChangeEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
C# |
---|
public interface ICreationEvent : IObjectChangeEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
C++ |
---|
interface class ICreationEvent : IObjectChangeEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
J# |
---|
public interface ICreationEvent implements IObjectChangeEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
JScript |
---|
public interface ICreationEvent extends IObjectChangeEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
Remarks
Metadata
Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: EventClassDefinition
IsDependent: false
IsHidden: false
Searchable: true
StorageType: ObjectStore
SuperclassName: ObjectChangeEvent