Represents an event that occurs whenever a database query is performed.
This event can only be audited; you cannot subscribe to it.
Namespace:
FileNet.Api.EventsYou can instantiate a QueryEvent object in the following ways:
- Call the GetInstance or FetchInstance method on the Factory.QueryEvent class.
- Retrieve a QueryEvent object from a QueryEventSet collection.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IQueryEvent _ Implements IRetrievalEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, _ IIndependentObject, IEngineObject, ICloneable |
C# |
---|
public interface IQueryEvent : IRetrievalEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
Visual C++ |
---|
public interface class IQueryEvent : IRetrievalEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
JavaScript |
---|
FileNet.Api.Events.IQueryEvent = function(); FileNet.Api.Events.IQueryEvent.createInterface('FileNet.Api.Events.IQueryEvent'); |
Remarks
Metadata
Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: EventClassDefinition
IsDependent: false
IsHidden: false
Searchable: true
StorageType: ObjectStore
SuperclassName: RetrievalEvent