Represents an event that occurs when a Content Engine object or its content is retrieved or queried. This interface is the base for other event interfaces. All events of this type can be audited, and the IGetContentEvent subclass can be subscribed to as well.

You can instantiate a RetrievalEvent object in the following ways:

Namespace:  FileNet.Api.Events
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Interface IRetrievalEvent _
	Implements IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject,  _
	IEngineObject, ICloneable
C#
public interface IRetrievalEvent : IEvent, 
	IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
Visual C++
public interface class IRetrievalEvent : IEvent, 
	IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
JavaScript
FileNet.Api.Events.IRetrievalEvent = function();
FileNet.Api.Events.IRetrievalEvent.createInterface('FileNet.Api.Events.IRetrievalEvent');

ToggleRemarks

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: EventClassDefinition
IsDependent: false
IsHidden: true
Searchable: true
StorageType: ObjectStore
SuperclassName: Event

ToggleSee Also