Represents a background task that performs a one-time sweep over a specified target class
and retrieves instances that meet the criteria set on the job's filter expression.
The custom sweep job passes retrieved instances to a user implementation of the
SweepActionHandler Java interface, which performs a custom action on the
instances. To associate an implemented action handler with a custom sweep job,
you set a ICmSweepAction on the custom sweep job.
Namespace:
FileNet.Api.Sweep
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Interface ICmCustomSweepJob _ Implements IRepositoryObject, ICmSweepJob, ICmSweep, ISubscribable, _ IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
| C# |
|---|
public interface ICmCustomSweepJob : IRepositoryObject, ICmSweepJob, ICmSweep, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
| Visual C++ |
|---|
public interface class ICmCustomSweepJob : IRepositoryObject, ICmSweepJob, ICmSweep, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
| JavaScript |
|---|
FileNet.Api.Sweep.ICmCustomSweepJob = function(); FileNet.Api.Sweep.ICmCustomSweepJob.createInterface('FileNet.Api.Sweep.ICmCustomSweepJob'); |
Remarks
Metadata
Auditable: true
AllowsInstances: true
AllowsSubClasses: true
ClassDefinitionName: SubscribableClassDefinition
IsDependent: false
IsHidden: false
Name: DisplayName
Searchable: true
StorageType: ObjectStore
SuperclassName: CmSweepJob