Represents a pending (queued) execution of an asynchronous event action,
or an asynchronous event queue item that remains unprocessed because its
retry count is zero.
The IEventQueueItem interface includes properties for setting and retrieving
the source object and event of the pending event action.
Namespace:
FileNet.Api.AdminTo instantiate a IEventQueueItem object, call the getInstance or fetchInstance method on the Factory.EventQueueItem class.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IEventQueueItem _ Implements IQueueItem, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, _ IEngineObject, ICloneable |
C# |
---|
public interface IEventQueueItem : IQueueItem, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
Visual C++ |
---|
public interface class IEventQueueItem : IQueueItem, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
JavaScript |
---|
FileNet.Api.Admin.IEventQueueItem = function(); FileNet.Api.Admin.IEventQueueItem.createInterface('FileNet.Api.Admin.IEventQueueItem'); |
Remarks
Metadata
Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: ClassDefinition
IsDependent: false
IsHidden: true
Name: Id
Searchable: true
StorageType: ObjectStore
SuperclassName: QueueItem