Represents the information needed for a ICmContentReplicationQueueSweep to replicate content within an advanced storage area. An entry is created in the replication queue when content needs to be replicated asynchronously to a storage device, either as the result of content upload or content repair.

See Queue sweeps

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

ToggleSyntax

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

ToggleRemarks

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: CmQueueEntryClassDefinition
IsDependent: false
IsHidden: false
Name: Id
Searchable: true
StorageType: ObjectStore
SuperclassName: CmAbstractQueueEntry

ToggleSee Also