Represents an event that occurs when an object is retrieved from the object store.
This event can only be audited; you cannot subscribe to it.
Namespace:
FileNet.Api.EventsYou can instantiate a GetObjectEvent object in the following ways:
- Call the GetInstance or FetchInstance method on the Factory.GetObjectEvent class.
- Retrieve the AuditedEvents property on a RepositoryObject subclass, and iterate the EventSet collection for instances of GetObjectEvent objects.
- Retrieve a GetObjectEvent object from a GetObjectEventSet collection.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IGetObjectEvent _ Implements IRetrievalEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, _ IIndependentObject, IEngineObject, ICloneable |
C# |
---|
public interface IGetObjectEvent : IRetrievalEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
Visual C++ |
---|
public interface class IGetObjectEvent : IRetrievalEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
JavaScript |
---|
FileNet.Api.Events.IGetObjectEvent = function(); FileNet.Api.Events.IGetObjectEvent.createInterface('FileNet.Api.Events.IGetObjectEvent'); |
Remarks
Metadata
Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: EventClassDefinition
IsDependent: false
IsHidden: false
Searchable: true
StorageType: ObjectStore
SuperclassName: RetrievalEvent