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.
Namespace:
FileNet.Api.EventsYou can instantiate a RetrievalEvent object in the following ways:
- Call the GetInstance or FetchInstance method on the Factory.RetrievalEvent class.
- Retrieve a RetrievalEvent object from a RetrievalEventSet collection.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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'); |
Remarks
Metadata
Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: EventClassDefinition
IsDependent: false
IsHidden: true
Searchable: true
StorageType: ObjectStore
SuperclassName: Event