Represents a queue sweep that processes content replication queue entries within an advanced storage area of an object store. A entry is represented by a ICmContentReplicationQueueEntry object. A queue sweep is a background task that runs continuously, subject to time-scheduling parameters.

Content Platform Engine creates an instance of ICmContentReplicationQueueSweep 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 ICmContentReplicationQueueSweep _
	Implements ICmQueueSweep, ICmSweep, IRepositoryObject, ISubscribable,  _
	IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
C#
public interface ICmContentReplicationQueueSweep : ICmQueueSweep, 
	ICmSweep, IRepositoryObject, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, 
	IEngineObject, ICloneable
Visual C++
public interface class ICmContentReplicationQueueSweep : ICmQueueSweep, 
	ICmSweep, IRepositoryObject, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, 
	IEngineObject, ICloneable
JavaScript
FileNet.Api.Sweep.ICmContentReplicationQueueSweep = function();
FileNet.Api.Sweep.ICmContentReplicationQueueSweep.createInterface('FileNet.Api.Sweep.ICmContentReplicationQueueSweep');

ToggleRemarks

Metadata

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

ToggleSee Also