Repesents an event that occurs whenever a database query is performed. This event can only be audited; you cannot subscribe to it.
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.QueryEvent class. - Retrieve a
object from aQueryEvent QueryEventSet collection.
Namespace: FileNet.Api.Events
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 |
C++ |
---|
interface class IQueryEvent : IRetrievalEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
J# |
---|
public interface IQueryEvent implements IRetrievalEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
JScript |
---|
public interface IQueryEvent extends IRetrievalEvent, 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: RetrievalEvent