Represents a queue sweep that processes content deletion queue entries
in the advanced storage areas of an object store.
A entry is represented by a
ICmContentDeletionQueueEntry object.
A queue sweep is a background task that runs continuously, subject to
time-scheduling parameters.
Namespace:
FileNet.Api.SweepContent Platform Engine creates an instance of ICmContentDeletionQueueSweep for each object store. A client application cannot create another instance, but it can retrieve the system instance and modify default property values.
See Queue sweeps
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface ICmContentDeletionQueueSweep _ Implements ICmQueueSweep, ICmSweep, IRepositoryObject, ISubscribable, _ IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
C# |
---|
public interface ICmContentDeletionQueueSweep : ICmQueueSweep, ICmSweep, IRepositoryObject, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
Visual C++ |
---|
public interface class ICmContentDeletionQueueSweep : ICmQueueSweep, ICmSweep, IRepositoryObject, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
JavaScript |
---|
FileNet.Api.Sweep.ICmContentDeletionQueueSweep = function(); FileNet.Api.Sweep.ICmContentDeletionQueueSweep.createInterface('FileNet.Api.Sweep.ICmContentDeletionQueueSweep'); |
Remarks
Metadata
Auditable: true
AllowsInstances: false
AllowsSubClasses: true
ClassDefinitionName: SubscribableClassDefinition
IsDependent: false
IsHidden: false
Name: DisplayName
Searchable: true
StorageType: ObjectStore
SuperclassName: CmQueueSweep