Represents a queue sweep that processes content backout queue entries in the advanced storage areas of an object store. A entry is represented by a ICmContentBackoutQueueEntry object. A queue sweep is a background task that runs continuously, subject to time-scheduling parameters.

Content Platform Engine creates an instance of ICmContentBackoutQueueSweep 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

Namespace:  FileNet.Api.Sweep
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Interface ICmContentBackoutQueueSweep _
	Implements ICmQueueSweep, ICmSweep, IRepositoryObject, ISubscribable,  _
	IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
C#
public interface ICmContentBackoutQueueSweep : ICmQueueSweep, 
	ICmSweep, IRepositoryObject, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, 
	IEngineObject, ICloneable
Visual C++
public interface class ICmContentBackoutQueueSweep : ICmQueueSweep, 
	ICmSweep, IRepositoryObject, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, 
	IEngineObject, ICloneable
JavaScript
FileNet.Api.Sweep.ICmContentBackoutQueueSweep = function();
FileNet.Api.Sweep.ICmContentBackoutQueueSweep.createInterface('FileNet.Api.Sweep.ICmContentBackoutQueueSweep');

ToggleRemarks

Metadata

Auditable: true
AllowsInstances: false
AllowsSubClasses: true
ClassDefinitionName: SubscribableClassDefinition
IsDependent: false
IsHidden: false
Name: DisplayName
Searchable: true
StorageType: ObjectStore
SuperclassName: CmQueueSweep

ToggleSee Also