An abstract base class for objects that represent a background service that visits all instances of a specified class.
There are three types of sweep implementations: sweep jobs, queue table sweeps, and policy-controlled sweeps.
Sweep jobs run only once, whereas the other sweep types run continuously.
All sweep implementations include time-based properties, and keep count of objects examined,
processed, and failed.
Namespace:
FileNet.Api.SweepAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface ICmSweep _ Implements IRepositoryObject, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, _ IEngineObject, ICloneable |
C# |
---|
public interface ICmSweep : IRepositoryObject, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
Visual C++ |
---|
public interface class ICmSweep : IRepositoryObject, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
JavaScript |
---|
FileNet.Api.Sweep.ICmSweep = function(); FileNet.Api.Sweep.ICmSweep.createInterface('FileNet.Api.Sweep.ICmSweep'); |
Remarks
Metadata
Auditable: true
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: SubscribableClassDefinition
IsDependent: false
IsHidden: false
Searchable: true
StorageType: ObjectStore
SuperclassName: Subscribable