Is the base class for all queue-related classes.
Queue-related classes represent a pending (queued) execution of an asynchronous action on a target object.
For example, a document may have a pending document classification action.
Namespace:
FileNet.Api.AdminYou cannot create a new instance of IQueueItem, but you can call GetInstance or FetchInstance on Factory.QueueItem to retrieve an instance of this subclassable class.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IQueueItem _ Implements IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, _ ICloneable |
C# |
---|
public interface IQueueItem : IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
Visual C++ |
---|
public interface class IQueueItem : IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
JavaScript |
---|
FileNet.Api.Admin.IQueueItem = function(); FileNet.Api.Admin.IQueueItem.createInterface('FileNet.Api.Admin.IQueueItem'); |
Remarks
Metadata
Auditable: false
AllowsInstances: false
AllowsSubClasses: true
ClassDefinitionName: None
IsDependent: false
IsHidden: true
Searchable: true
StorageType: ObjectStore
SuperclassName: GenericObject