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.
Namespace:
FileNet.Api.SweepContent 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
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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'); |
Remarks
Metadata
Auditable: true
AllowsInstances: false
AllowsSubClasses: true
ClassDefinitionName: SubscribableClassDefinition
IsDependent: false
IsHidden: false
Name: DisplayName
Searchable: true
StorageType: ObjectStore
SuperclassName: CmQueueSweep