For internal use only. Represents a pending (queued) execution of an asynchronous upgrade action.


Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Interface IAsyncUpgradeQueueItem
    Implements IQueueItem, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
C#
public interface IAsyncUpgradeQueueItem : IQueueItem, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
C++
interface class IAsyncUpgradeQueueItem : IQueueItem, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
J#
public interface IAsyncUpgradeQueueItem implements IQueueItem, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
JScript
public interface IAsyncUpgradeQueueItem extends IQueueItem, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable

Remarks

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: ClassDefinition
IsDependent: false
IsHidden: true
Name: Id
Searchable: true
StorageType: ObjectStore
SuperclassName: QueueItem

See Also